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




/* トップ以外共通部分 */

.contents .leftcontents {
	float: left;
	width: 250px;
	}

.contents .maincontents {
	float: right;
	width: 650px;
	}

.contents {
	padding: 15px;
	width: 920px;
	margin-bottom: 35px;
	}


.sitelinkbanner {
	margin-bottom: 30px;
}


.sitelinkbanner li {
	margin-bottom: 15px;
}


.sitelinkbanner li a {
	display: block;
}


.sitelinkbanner li#sitelinkbanner01 a {
	height: 70px;
	width: 250px; /*winIE6,7*/
	text-indent: -9999em;
	background-image: url(../../images/new_index_navi_a.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.sitelinkbanner li#sitelinkbanner01 a:hover,
.sitelinkbanner li#sitelinkbanner01 a:focus {
	background-image: url(../../images/new_index_navi_a.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sitelinkbanner li#sitelinkbanner02 a {
	height: 70px;
	width: 250px; /*winIE6,7*/
	text-indent: -9999em;
	background-image: url(../../images/new_index_navi_b.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.sitelinkbanner li#sitelinkbanner02 a:hover,
.sitelinkbanner li#sitelinkbanner02 a:focus {
	background-image: url(../../images/new_index_navi_b.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sitelinkbanner li#sitelinkbanner03 a {
	height: 70px;
	width: 250px; /*winIE6,7*/
	text-indent: -9999em;
	background-image: url(../../images/new_index_navi_c.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.sitelinkbanner li#sitelinkbanner03 a:hover,
.sitelinkbanner li#sitelinkbanner03 a:focus {
	background-image: url(../../images/new_index_navi_c.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* ここまで共通部分 */


	
	
/* コンテンツ部分 */

.contents .maincontents #pagetitle {
	padding-bottom: 15px;
	}

.contents .maincontents .pagetitlecopy {
	padding-bottom: 30px;
	}

.supportcontent {
	margin-bottom: 60px;
	}

.supportcontent .supportcontenttitle {
	color: #736357;
	font-weight: bold;
	border-bottom: 2px solid #E6E6E6;
	margin-bottom: 5px;
	}

.supportcontent .supportconsubtitle {
	color: #29ABE2;
	font-weight: bold;
	margin-bottom: 5px;
	}

.supportcontent .supportcontentinfo {
	margin-bottom: 10px;
	}

.supportcontent .shutterimg {
	margin-bottom: 30px;
	}








/*
.policycontent {
	margin-bottom: 35px;
	}

.policycontent .policycontenttitle {
	padding: 5px 10px;
	background: #8CC63F;
	margin-bottom: 7px;
	color: #FFF;
	font-size: 110%;
	}






