@charset "utf-8";
@import "../common/CSS/0-import.css";
/*------------------------------------------------------------
	index.php
------------------------------------------------------------*/
a:link {
	color: #082754;
	text-decoration: underline;
}
a:visited {
	color: #082754;
	text-decoration: underline;
}
a:hover {
	color: #082754;
	text-decoration: none;
}
a:active {
	color: #082754;
	text-decoration: underline;
}

li#gn1 a  {
	background-image: url(../common/img/gnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -65px;
}

.ruleT { 
border-top: 5px solid #082754;
}

/*------------------------------------------------------------
	contents layout
------------------------------------------------------------*/
.wrapper {
	float: left;
	width: 670px;
}

.left {
	float: right;
	width: 310px;
	margin: 0;
	padding: 0px 25px 0px 0px;
}

.center {
	float: right;
	width: 310px;
	margin: 0;
	padding: 0px 25px 0px 0px;
}

.right {
	float: left;
	width: 320px;
}

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#box_l01 {
	width: 310px;
	margin-bottom: 30px;
}
#box_l01 h3 {
	background-image: url(../img/hp_bxtit_l01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 251px;
	height: 17px;
}

#box_l02 {
	width: 310px;
	margin-bottom: 30px;
}
#box_l02 h3 {
	background-image: url(../img/hp_bxtit_l02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 4px;
	width: 127px;
	height: 17px;
}
#box_l02 .item1 ul {
	list-style-image: none;
	list-style-type: none;
}
#box_l02 .item1 li {
	background-image: url(../common/img/dotted_hr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}

#box_l02 .item1 h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}
#box_l02 .item1 h4 span {
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
#box_l02 .item1 p {
	font-size: 12px;
	line-height: 17px;
}
#box_l02 .item1 img {
	float: right;
	border: 1px solid #aaa;
	margin-top: 2px;
	margin-left: 5px;
}
#box_l02 .item1 a:link img {
	border: 1px solid #aaa;
}
#box_l02 .item1 a:visited img {
	border: 1px solid #aaa;
}
#box_l02 .item1 a:hover img {
	border: 1px solid #082754;
}
#box_l02 .item1 a:active img {
	border: 1px solid #aaa;
}


#box_m01 {
	width: 310px;
	margin-bottom: 20px;
}
#box_m01 h3 {
	background-image: url(../img/hp_bxtit_m01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 12px;
	width: 158px;
	height: 17px;
}
#box_m01 .item1 ul {
	list-style-image: none;
	list-style-type: none;
}
#box_m01 .item1 li {
	padding-bottom: 15px;
}
#box_m01 .item1 h2 {
	font-size: 14px;
	color: #082754;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 3px;
}
#box_m01 .item1 p {
}
#box_m01 .item1 p span {
	font-size: 11px;
	line-height: 15px;
}

#box_m02 {
	width: 310px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
#box_m02 .centeralign {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color:#fff;
}


#box_r01 {
	width: 320px;
	margin-bottom: 20px;
}
#box_r01 h3 {
	background-image: url(../img/hp_bxtit_r01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 12px;
	width: 302px;
	height: 19px;
}
#box_r01 p span {
	font-size: 11px;
	line-height: 15px;
}

#box_r01 dl {
	width: 320px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#box_r01 dt {
	width: 130px;
	height: 50px;
	float: left;
}
#box_r01 dd {
	font-size: 11px;
	line-height: 15px;
}

#box_r02 {
	width: 320px;
	margin-bottom: 30px;
}
#box_r02 h3 {
	background-image: url(../img/hp_bxtit_r02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 212px;
	height: 17px;
}
#box_r02 p {
}
#box_r02 p span {
	font-size: 11px;
	line-height: 15px;
}

/*------------------------------------------------------------
	Bottom Nav
------------------------------------------------------------*/
#pgNav {
	width: 990px;
}
#pgNav dl {
}
#pgNav dt {
	float: left;
	text-align: left;
	width: 495px;
}
#pgNav dd {
	float: left;
	text-align: right;
	width: 495px;
	margin-bottom: 20px;
}

