@charset 'UTF-8';

/*==========================================================*/
/*基本設定*/
/*==========================================================*/


*{
margin: 0;
padding: 0;
}

html,body{
	font-size: 14px;
	line-height: 24px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color: #333333;
	background-image: url(../img/contents_bg.jpg);
}

img{ border: none; vertical-align: top;}

a {
	color: #178FCA;
	text-decoration: none;
}
a:hover { text-decoration: underline;}

#wrap {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
	
	
	
/*==========================================================*/
/*ヘッダー*/
/*==========================================================*/

#header_wrap {
	background-color: #FFFFFF;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
#gnavi li {
	float: left;
	list-style-type: none;
}
#con_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conbox {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#contents {
	width: 650px;
	float: left;
	margin-left: 42px;
	padding-bottom: 40px;
}
#contentss {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#pankuzu li {
	float: left;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pankuzu li a {
	background-image: url(../img/item_yajirushi2.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right: 30px;
	background-position: right center;
}

#conbox #pankuzu .home {
	background-image: url(../img/item_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

#pankuzu {
	margin-left: 45px;
}
h2 {
	margin-bottom: 40px;
}












/*==========================================================*/
/*サイドコンテンツ*/
/*==========================================================*/


#rightbox {
	width: 180px;
	float: right;
	margin-right: 32px;
	padding-bottom: 40px;
	padding-top: 0px;
}
#rightbox #jissekisuu {
	background-image: url(../img/right_01bg.jpg);
	height: 41px;
	width: 150px;
	font-size: 35px;
	font-weight: bold;
	color: #FFFF00;
	padding-top: 10px;
	padding-left: 30px;
	line-height: 35px;
}
#rightbox .news img{
	margin-left:-15px;
}





/*==========================================================*/
/*フッター　一歩手前*/
/*==========================================================*/


#pagetop {
	width: 224px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 720px;
	height: 55px;
}

 #footerlinks {
	background-color: #0185D7;
	padding-right: 32px;
	padding-left: 30px;
	padding-bottom: 42px;
	padding-top: 20px;

}
#footerlinks p {
	margin-bottom: 20px;
}
#footerlinks ul {
	margin-bottom: 30px;
}
#footerlinks li {
	list-style-type: none;
	margin-left: 5px;
	background-image: url(../img/item_yajirushi1.jpg);
	background-repeat: no-repeat;
	padding-left: 6px;
	background-position: -4px 1px;
	font-size: 12px;
}
#footerlinks li a {color: #FFFFFF;}
#footerlinks li a:hover {
	text-decoration: underline;
}

#footerlinks .box {
	float: left;
	width: 200px;
	padding-left: 30px;
}
#footerlinks .boxend {
	float: left;
	width: 150px;
	padding-left: 30px;
}

	
	
/*==========================================================*/
/*フッター*/
/*==========================================================*/

#footer_wrap{
	width: 100%;
	height: 150px;
	background-color: #000000;
	padding-top: 30px;
}



	#footer{
	width: 960px;
	min-height: 80px;
	height: auto!important;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	}


#conbnr_contact a:hover{
    opacity: 0.8;
}