/* CSS Document */



/* 全体構造
---------------------------------------------------- */
body {
	background-color:#C8C8C8;	
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a{
	color: #0000FE;	
}

a:link,a:visited{color: #0000FE;
}


a:hover{
	text-decoration:underline;
	color: #999999;
	text-decoration:none;
}

#wrapper{
	width:980px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	
}

.under{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ECE9D8;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.under_white{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.top_border{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/* ヘッダー部分
---------------------------------------------------- */

#header{
	width:980px;
	height:147px;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;	

}

.head{
	width:900px;
	height:139px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 12px;

}
.otoiawase{
	width:130px;
	float:right;
	background-image: url(../img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.logo{
	width:364px;
	float:left;
	padding-top: 5px;
}

.address{
	width:450px;
	float: right;
	text-align: right;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 130%;
}

/*------文字サイズここから↓------*/

#fontsize {
	background:url(../img/fontsize_bg.jpg) no-repeat left top;
	width: 184px;
	margin:9px 0 5px 0;
	padding:0px;
	float:right;
	text-align: right;	
}
#fontsize dl {
	padding: 0px;
	margin: 0px;	

}

#fontsize dt {
	float: left;
}

#fontsize dd {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin:3px 4px 0 7px;
}
	
#fontsize span{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow:hidden;
	cursor: pointer;
	border-style:none;
}
#fontsize dd.sizeM a {
	display: block;
	background: url(../img/fontsize-m_f2.gif) no-repeat left top;
	color:#FFFFFF;
	cursor: pointer;
	outline: none;
}
#fontsize dd.sizeS a:hover{
	display: block;
	background: url(../img/fontsize-s_f2.gif) no-repeat left top;
	cursor: pointer;
	outline: none;
}

#fontsize dd.sizeL a:hover{
	display: block;
	background: url(../img/fontsize-l_f2.gif) no-repeat left top;
	cursor: pointer;
	outline: none;
}

/*------文字サイズ変更ここまで↑------*/

#navi{
	clear:both;
	width: 900px;
	height:44px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#navi {
    zoom: 100%;
}
#navi:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#navi a {
	display:block;
	float:left;
}
a#menu1 { width:67px; background:url(../img/navi_01_on.jpg) no-repeat 0 0; }
a:hover#menu1 { background-color:#FFF; }
a:hover#menu1 ../img { visibility:hidden; }
a#menu2 { width:142px; background:url(../img/navi_02_on.jpg) no-repeat 0 0; }
a:hover#menu2 { background-color:#FFF; }
a:hover#menu2 ../img { visibility:hidden; }
a#menu3 { width:76px; background:url(../img/navi_03_on.jpg) no-repeat 0 0; }
a:hover#menu3 { background-color:#FFF; }
a:hover#menu3 ../img { visibility:hidden; }
a#menu4 { width:93px; background:url(../img/navi_04_on.jpg) no-repeat 0 0; }
a:hover#menu4 { background-color:#FFF; }
a:hover#menu4 ../img { visibility:hidden; }
a#menu5 { width:140px; background:url(../img/navi_05_on.jpg) no-repeat 0 0; }
a:hover#menu5 { background-color:#FFF; }
a:hover#menu5 ../img { visibility:hidden; }
a#menu6 { width:140px; background:url(../img/navi_06_on.jpg) no-repeat 0 0; }
a:hover#menu6 { background-color:#FFF; }
a:hover#menu6 ../img { visibility:hidden; }
a#menu7 { width:152px; background:url(../img/navi_07_on.jpg) no-repeat 0 0; }
a:hover#menu7 { background-color:#FFF; }
a:hover#menu7 ../img { visibility:hidden; }
a#menu8 { width:90px; background:url(../img/navi_08_on.jpg) no-repeat 0 0; }
a:hover#menu8 { background-color:#FFF; }
a:hover#menu8 ../img { visibility:hidden; }



/* トップページ
---------------------------------------------------- */

#main{
	width:900px;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 140%;
	font-size: 12px;
	background-color:#FFFFFF;
	clear:both;
}

.main_pic{
	width: 900px;
	margin-top: 18px;
	margin-bottom: 15px;
}

#contents{
	float: left;
	margin-bottom: 20px;
}

#top-con_01{
	width: 220px;
	height: 360px;
	float: left;
	background-image: url(../img/top_m01.jpg);
	background-repeat: no-repeat;
	margin-right: 16px;
}

#top-con_01 ul{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 45px;
	margin-top: 0px;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;	
}

#top-con_01 ul li{
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	list-style:none;
	background-image: url(../img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 30%;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #ECE9D8;
	margin-left: 5px;
	margin-right: 10px;
}

#top-con_02 {
	height: 360px;
	width: 220px;
	float: left;
	background-image: url(../img/top_m02.jpg);
	background-repeat: no-repeat;
	margin-right: 14px;
}

#top-con_02 ul{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 45px;
	margin-top: 0px;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
}

#top-con_02 ul li{
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	list-style:none;
	background-image: url(../img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 30%;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #ECE9D8;
	margin-left: 5px;
	margin-right: 10px;
}

#top-con_03 {
	height: 360px;
	width: 220px;
	float: left;
	background-image: url(../img/top_m03.jpg);
	background-repeat: no-repeat;
}

#top-con_03 ul{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 45px;
	margin-top: 0px;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
}

#top-con_03 ul li{
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	list-style:none;
	background-image: url(../img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 30%;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #ECE9D8;
	margin-left: 5px;
	margin-right: 10px;
}



/* 右側バナー
---------------------------------------------------- */

#top-con_04{
	width: 190px;
	height: 364px;
	float: right;
}

.banner01{
	width: 190px;
}

.banner01 ../img{
	margin-bottom: 8px;
}
.banner_kigyo{
	background-image: url(../img/banner_bg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 130px;
	padding: 35px 5px 10px 5px;
}

.banner_kigyo ../img{
	margin-bottom: 2px;
}


/* トピックス＆ニュース
---------------------------------------------------- */

.news{
	width: 690px;
	margin-bottom: 20px;
}

.topics{
	margin-top: 0px;
}

.news ul{
	width: 690px;
	margin: 0px;
	padding:0px;
	list-style:none;
}

.news ul li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CECECE;
	padding:0px 0px 5px 20px;
	margin: 10px 0px 0px 0px;
	background-image: url(../img/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 5px 30%;
	list-style:none;
}


/* サブページ
---------------------------------------------------- */

#topicpath{
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-content{
	width: 660px;
	float: right;
	margin-left: 5px;
	margin-bottom: 60px;
}

#main-content h2{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/tit_h2_bg.gif);
	background-position: left center;
	background-repeat:no-repeat;
	margin: 5px 0px 20px 0px;
	padding-top: 13px;
	padding-left: 5px;
	padding-bottom: 10px;

}
#main-content h3{
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/tit_h3_bg.gif);
	background-position: left center;
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
	padding-top: 14px;
	padding-left: 20px;
	padding-bottom: 10px;

}



/*↓左部分*/

#sidebar{
	width: 220px;
	float: left;
	margin: 0px;
	clear: both;
}

#side-navi {
	padding: 0px;
	margin: 0px;
	background-color: #E6E6E6;

}

#s-navi {
	width: 220px;
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
}

#s-navi ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

#s-navi ul li {
	display:inline;
}

#s-navi ul li a {
	width: 220px;
	height:20px;
	display: block;
	color:#0000FE;
	text-indent:20px;
	background: url(../img/icon03.jpg) no-repeat 7px 10px;
	padding: 5px 0px 6px 0px;
	text-decoration: underline;
	border-bottom: #ffffff 1px dotted;
}

#s-navi ul li a:hover {
	color:#999999;
	text-decoration: none;
}

#s-navi ul ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

#s-navi ul ul li {
	display:inline;
	border-bottom-width: 1px;
}

#s-navi ul ul li a {
	width: 220px;
	display:block;
	color: #0000FE;
	line-height: 100%;
	padding: 9px 0px 2px 0px;
	text-indent:30px;
	margin: 0;
	background: url(../img/icon03.jpg) no-repeat 15px 10px;
	text-decoration: underline;
	border-bottom: #ffffff 1px dotted;
}

#s-navi ul ul li a:hover {
	color: #999999; 
	text-decoration: none;
}

.banner02{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.banner02 ../img{
	margin-bottom: 8px;
}
.banner_kigyo02{
	background-image: url(../img/banner_bg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 130px;
	padding: 35px 5px 10px 5px;
}

.banner_kigyo02 ../img{
	margin-bottom: 2px;
}


/* フッター部分
---------------------------------------------------- */

#footer{
	width: 980px;
	height: 60px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 40px;
	font-size: 12px;
	clear: both;
}

#footer P{
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}
 
#footer a{
	color: #FFFFFF;
}

#footer:a:link,a:visited{
	color: #0000FE;
}

#footer a:hover{
	color: #999999;
}
.copy{
	float: right;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}


/*↓スペース*/

.space02{
	float: right;
	width: 40px;
	height: 200px;
}

/*↓トップへ戻る*/

.return{
	text-align: right;
	margin-top: 100px;
	margin-bottom: 25px;
	background-image: url(../img/icon_top.jpg);
	background-repeat: no-repeat;
	background-position: 520px;
}



