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

/*=== 基本ベースを設定します ===*/
*{
	margin: 0px;
	padding: 0px;
	}

body{
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#edf0f5;
	background-image : url(awafuji_bg.jpg);
	background-repeat:repeat-x;
	}

a{
	color:#5388c1;text-decoration:none;
}
a:visited{
	color:#5e7995;
}
a:hover{
	color:#8fc0f2;text-decoration:underline;
}
a:active{
	color:#ff0000;
}

a img{
	border: 0;
}
ol,ul,li,dl,dt,dd{
	list-style-type: none;
}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,img{
	margin: 0;
	padding: 0;
}

/*=== コンテナー（HPの横幅を指定します）===*/
#container{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

/*=== ヘッダー及びトップメニュー部分のスタイル ===*/
#header{
	height:118px;
	text-align:left;
}

.logo{
	margin-top:24px;
	float:left;
}

h1{
	font-size:12px;
	font-weight:bold;
	padding:24px 0 0 278px;
}

h1 a{
	color:#1f4787;
}

h1 a:hover{
	color:#1f4787;
	text-decoration:none;
}

#topmenu{
	padding:18px 0 0 278px;
	text-align:left;
}

#topmenu ul{
	height:34px;
}

#topmenu li{
	display:inline;
	display:block;
	float:left;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
}

#topmenu li .eng{
	font-size:10px;
	font-weight:normal;
}

#topmenu li a{
	width:106px;
	height:28px;
	display:block;
	color:#1f4787;
	text-decoration:none;
	background-image : url(topmenu-bg.gif);
	padding:6px 0 0 8px;
}

* html #topmenu li a{
	width:113px;
	height:28px;
	display:block;
	color:#1f4787;
	text-decoration:none;
	background-image : url(topmenu-bg.gif);
	padding:6px 0 0 8px;
}

#topmenu li a:hover{
	color:#1f4787;
	text-decoration:none;
	background-image : url(topmenu-bg-hov.gif);
}

.topmenu{
	display:block;
	color:#000;
	line-height:14px;
	width:106px;
	height:28px;
	background-image : url(topmenu-bg.gif);
	padding:6px 0 0 8px;
}

* html .topmenu{
	display:block;
	color:#000;
	line-height:14px;
	width:113px;
	height:28px;
	background-image : url(topmenu-bg.gif);
	padding:6px 0 0 8px;
}

.topmenu_eng{
	font-size:10px;
	font-weight:normal;
}


/*=== メインコンテンツ部分のスタイル ===*/
#contents{
	clear:both;
	text-align:left;
}

#pankuzu{
	font-size:12px;
	text-align:right;
	padding:5px 10px;
}

#maincontents{
	float:right;
	width:590px;
	padding:10px;
	background-color:#FFF;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	padding:12px 0 8px 20px;
	background-image : url(title-h2-bg.gif);
}

h3,h4,h5{
	font-size:16px;
	font-weight:bold;
	color:#5388c1;
	margin:5px 0;
	padding:12px 0 2px;
}

.introduction{
	padding:0 20px;
}

.main_document{
	width:590px;
}

.main_document p{
	padding-bottom:10px;
	font-size:13px;
	line-height:20px;
}

.main_document ul{
	margin-top:-6px;
	margin-bottom:6px;
}

.main_document li{
	font-size:13px;
	margin-left:42px;
	padding:2px 0;
	list-style:circle;
}

.main_document table{
	margin:auto;
}

.main_document caption{
	padding:12px 0 4px 0;
	font-size:13px;
	line-height:16px;
}

.imageleft{
	float:left;
	margin-right:10px;
}

.imageright{
	float:right;
	margin-left:5px;
}

/*.product {
	padding-bottom:10px;
	font-size:13px;
	line-height:20px;
}

.product img {
	padding:0 10px;
	float:left;
}*/

#message{
	clear:both;
	margin:10px　0;
	text-align:left;
	padding:10px;
	border:#9ed7ff groove 4px;
	background-color:#FFF;
}

* html #message{
	clear:both;
	margin:4px　0;
	text-align:left;
	padding:10px;
	border:#9ed7ff groove 4px;
	background-color:#FFF;
}

#message h3{
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
}

#message p{
	padding-top:10px;
	font-size:13px;
	line-height:20px;
}

#banner{
	width:607px;
	margin:6px 0;
	float:right;
	text-align:right;
}

.index-tel{
	float:left;
}

#news{
	width:438px;
	margin:0 15px;
	float:left;
}

#news td{
	font-size:12px;
	line-height:16px;
	padding:4px;
	border-bottom:#333 dotted 1px;
}

.newsLeft{
	background-color:#fff;
	width:82px;
	text-align:center;
}

.clear{
	clear:both;
}

.pagetop{
	font-size:11px;
	text-align:right;
	padding:20px 0px 0 0;
}

.pagetop a{
	text-decoration:none;
}

/*=== サイドメニュー部分のスタイル ===*/
#sidemenu{
	width:231px;
	float:left;
}

.sideTitle{
	font-size:14px;
	font-weight:bold;
	height:30px;
	color:#FFF;
	width:231px;
	padding:10px 0 0 28px;
	background : url(menu-backgr.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}

* html .sideTitle{
	font-size:14px;
	font-weight:bold;
	height:35px;
	color:#FFF;
	width:231px;
	padding:12px 0 0 28px;
	margin-bottom: 10px;
	background : url(menu-backgr.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}

#sidemenu ul{
	font-size:13px;
	line-height:27px;
	margin:0 4px;
}

#sidemenu li a{
	display:block;
	color:#333;
	padding:1px 0 0 36px;
	background-image : url(sidemenu-bg.gif);
}

#sidemenu li a:hover{
	color:#2f4787;
	text-decoration:none;
	background-image : url(sidemenu-bg-hov.gif);
}

.sidelist{
	color:#2f4787;
	padding:1px 0 0 36px;
	background-image : url(sidemenu-bg-hov.gif);
}

.sidebanner{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#1f4782;
	padding:11px 5px 10px 0;
	margin:25px 0 -15px 0;
	width:231px;
	background : url(menu-banner.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}

.sidebanner a{
	display:block;
	color:#1f4782;
}

.sidebanner a:visited{
	color:#1f4782;
}

#sidemenu img{
	margin-top:25px;
}

/* === フッター部分のスタイル === */

#footermenu{
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 0 0 240px;
	text-align:left;
}

#footermenu li{
	display: inline;
	font-size:13px;
}

#footer{
	width:100%;
	height:76px;
	background-color:#1f4787;
}

.footerComp{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}

.footerLeft{
	width:520px;
	float:left;
}

.footerRight{
	width:330px;
	float:right;
	text-align:right;
}

.footerLogo{
	float:left;
}

.footerAdd{
	font-size:12px;
	color:#FFF;
	padding:5px 0 0 175px;
}

#copyright{
	margin-top:4px;
	font-size:11px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#credit{
	font-size:9px;
	margin-top:2px;
}

#credit a{
	color:#8ab2e3;text-decoration:none;
}
#credit a:hover{
	color:#fff;text-decoration:none;
}
