@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "Meiryo UI", sans-serif;
	background-image: url(img/b029.png);
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
}

a:hover {
	color: #5C6B9E;
	text-decoration: underline;
}

a:active {
	color: #0000CC;
}


p {
	font-size: small;
	line-height: 180%;
}

hr {
	display: none;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}


/* レイアウト大枠 */
#container {
	width: 100%;
	background-color: #ffffff;
	margin-top: 126px;
	background-image: url(img/b029.png);
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 116px;
	float: left;
	background-image: url(img/h1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
}

#aheader h1 {
	width: 850px;
	font-size: small;
	margin: 0px;
	height: 26px;
	padding-top: 10px;
	font-weight: normal;
}

#header {
	width:850px;
	margin-right: auto;
	margin-left: auto;
}

#header ul {
	float:right;
	text-align: right;
	padding: 0px;
	margin:0px;
	height: 80px;
}

#header ul li {
	font-size: small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .logo img {
	margin: 0px;
	padding: 0px;
	height: 80px;
}

/* 横ナビ(メニュー) */
#agnavbar {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 50px;
	background-image: url(img/bg2.png);
	background-repeat: repeat-y;
	background-position: center;
}

.gnavbar {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

/* 横ナビ画像リンク(JAVA)　*/
.gnavbar ul {
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.gnavbar ul li {
	text-align: center;
	float: left;
	height: 50px;
}

/* フラッシュ　*/
#aflash {
	width: 100%;
	height: 350px;
	top: 0px;
	left: 0px;
	background-color: #f8f4e6;
	background-repeat: no-repeat;
	background-position: center;
}

.flash {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 330px;
	padding-top: 10px;
}

/* コンテンツ　*/
#contents {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#haikei {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/bg2.png);
	background-repeat: repeat-y;
	background-position: center;
}	

/* サイドメニュー　*/
#sidemenu {
	float: left;
	width: 230px;
	margin-top: 20px;
}

/* メイン　*/
#main {
	float: right;
	width: 600px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}


/* フッター　*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/h3.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

.footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	text-align: center;
	padding-top: 25px;
}


/* ページトップ(JAVA)　*/
#toTop {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
}

/* ページトップ(JAVA)　*/
#toTop2 {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

/*/* ここから下いろいろカスタマイズ　*/

/* 小文字 */
.smoji {
	font-size:x-small;
}

.sideA {
	width: 208px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.sideA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideA ul li {
	margin-bottom: 5px;
}

.sideB {
	width:230px;
	margin-bottom:10px;
}

.sideB ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideB ul li {
	font-size: small;
	line-height: 150%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.boxA {
	width: 560px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.boxA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.boxA ul li {
	font-size: small;
	line-height: 150%;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.box {
	width: 560px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box img {
	float:right;
	margin-left:20px;
}
