@charset "utf-8";
/* CSS Document */
/* 共通CSS */

body {
	color:#333333;
	}
a {
	color: #000066;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
p {
	color:#333333;
}
/*--フロートクリア--*/

.clear {
	clear: both;
}
/*--フロート右へ--*/

.img_r {
	float: right;
	margin-left: 15px;
}
/*--フロート左へ--*/

.img_l {
	float: left;
}
/*--下層共有--*/
.subcontents h2{margin-bottom:30px;}
.subcontents h3.title {
	background-image: url(../images/common/h3_back.gif);
	background-repeat: no-repeat;
	padding: 10px 15px;
	color: #FFF;
	letter-spacing: 3px;
	margin-bottom: 15px;
	font-weight: normal;
}
.subcontents p {
	font-size: 90%;
	line-height: 175%;
	color: #333;
	margin-bottom: 50px;
}
.subcontents strong {
	color: #333333;
}
.subcontents .green {
	color: #6F9900;
}
.subcontents .blue {
	color: #2C4572;
}
.subcontents .red {
	color: #A81F00;
}
.subcontents ul {
	font-size: 90%;
	padding: 0px 0px 15px 30px;
	line-height: 150%;
	color: #333;
}
.subcontents ul li {
	list-style-type: disc;
}
.subcontents ol li {
	margin-bottom: 10px;
	list-style-type: none;
}
.subcontents table {
	border-collapse: collapse;
	font-size: 90%;
	color: #333;
	line-height: 175%;
	width: 595px;
	margin-bottom: 15px;
}
.subcontents th {
	padding: 7px;
	background-color: #FAFAF0;
	border: solid 1px #ddd;
}
.subcontents td {
	padding: 7px;
	border: solid 1px #ddd;
}
/*--コンテナー--*/
#maincontents {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 30px;
	
}
.maincontents {
	width: 900px;
	float:left;
	background-image: url(../images/common/side_backimage.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 25px 0 0 0;
}
#subcontents {
	width: 100%;
	float: left;
	background-image: url(../images/common/sub_backimage.jpg);
	background-repeat: repeat-x;
}
.subcontents {
	width: 560px;
	float: left;
	padding-bottom: 30px;
}
.subcontents .contents_block {
	width: 560px;
	float: left;
}
.contents {
	width: 580px;
	float: left;
	padding-bottom: 30px;
}
/*--ヘッダー--*/
#headarea {
	width: 100%;
	float: left;
}
#header {
	width: 900px;
	margin: 0 auto;
	display: block;
	padding: 7px 0 5px 0;
}
#header h1 {

}
#header #head_subnav {
	font-size: 70%;
	text-align: right;
	float: right;
}
#header #head_logo {
	float: left;
	width: 330px;
	padding-left: 10px;
}
#head_logo h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-left: 63px;
}

#header #head_contact {
	float: right;
	width: 400px;
	padding-top: 30px;
}
#header #head_contact p {
	font-size: 12px;
	background-image: url(../images/common/head_title_address.jpg);
	background-repeat: no-repeat;
	padding: 2px 0 3px 65px;
	float: right;
	margin-top: 5px;
	color: #333;
}
#header #head_subnav li {
	margin-left: 10px;
	float: right;
}

/*--グローバルメニュー--*/
#gnav {
	width: 100%;
	background-image: url(../images/common/gnav_back.jpg);
	background-repeat: repeat-x;
	float: left;
}
#gnav ul {
	width: 900px;
	margin: 0 auto;
}
#gnav li {
	float: left;
}
#gnav li img {
	vertical-align: bottom;
}
/*--サイドメニュー--*/
#side {
	float: right;
	width: 282px;
	padding: 0 9px;
}
#side img {
	vertical-align: bottom;
}
#side #side_links {
	float:left;
	margin-bottom: 7px;
}
#side .side_links li {
	margin-bottom: 10px;
}
#side #side_info {
	float:left;
	background-image: url(../images/common/side_logo.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}
#side #side_info ul li {
	margin-bottom:5px;
}
#side #side_info ul li p{
	font-size:80%;
	padding: 5px;
	color: #666;
}
/*--ページのトップへ--*/
.pagetop {
	width: 880px;
	clear: both;
	text-align: right;
	padding: 0 10px;
}
.pagetop a {
	background-image:url(../images/common/icon_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}
.pagetop img{vertical-align:bottom;}

/*--パンくず--*/
#bleadcorumb {
	clear: both;
	width: 100%;
	font-size: 80%;
	color: #333;
	margin-bottom: 30px;
}
#bleadcorumb a {
	text-decoration: underline;
	font-weight: normal;
	margin-right: 10px;
	color: #666666;
}
/*--フッター--*/
#footer {
	width: 100%;
	float: left;
	color: #FFF;
	background-image: url(../images/common/foot_back.gif);
}
#footer .footer{
	width: 900px;
	color: #FFF;
	
	margin: 0 auto;
}
#footer .foot_nav {
	width: 890px;
	float: left;
	background-image: url(../images/common/foot_logo.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#footer .foot_nav ul {
	font-size: 10px;
	float: left;
	padding: 0 20px;
	border-right: solid 1px #6A362F;
	min-height: 100px;
	margin: 15px 0;
	width: 120px;
}
#footer ul li {
	margin-bottom: 5px;
	background-image: url(../images/common/foot_icon.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#footer ul li a {
	color: #CCC;
	background-image: url(../images/common/icon_arrow2.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 10px;
}
#footer ul li a#foot_home {
	background-image: url(../images/common/foot_icon_home.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	color: #FFF;
	font-weight: bold;
}
