/* formatting style
---------------------------------------*/
body { 
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
	background-image: url(image/common/backimg.jpg);
	background-repeat: repeat-x;
}
/* link style
---------------------------------------*/
a:link {
	color: #4682b4;
	text-decoration: underline;
}
a:visited{
	color: #609;
	text-decoration: none;
}
a:active {
	color: #f90;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* basic layout
---------------------------------------*/
#wrap {
	width: 804px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#agree_wrap {
	width: 634px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#inner {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#inner p {
	margin: 0;
	font-size: 12px;
	line-height: 130%;
	color: #4e454a;
}
#comment {
	margin: 2px 6px 5px;
	font-size: 12px;
	line-height: 130%;
	color: #4e454a;
}
#contents {
	width: 622px;
	margin: 0;
	margin-right: 6px;
	padding: 0;
	float: right;
}
#contents_inner {
	border: #999 1px solid;
}
#contents p {
	margin: 0;
	padding: 0 14px;
	font-size: 14px;
	line-height: 140%;
	color: #4e454a;
}
#title {
	margin: 4px 2px;
	padding: 4px 4px;
	font-size: 14px;
	line-height: 140%;
	color: #4e454a;
	border-bottom: #999 1px dotted;
}
.topic {
	margin: 0 8px;
	padding: 2px 0;
	font-size: 14px;
	line-height: 140%;
	color: #0072b5;
	border-bottom: #999 1px dotted;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
/* top page layout
---------------------------------------*/
#top_image {
/*	margin: 20px 0; */
	margin: 0;
} 
#top_inner {
	width: 792px;
	margin: 0px 6px;
	padding: 8px 0;
	background-color: #fff;
	line-height: 130%;
	color: #4e454a;
	border-top: #999 1px solid;
}
#history {
	width: 586px;
	float:left;
}
.h_contents {
	width: 586px;
	font-size: 14px;
	border-bottom:dotted 1px #999;
}
.h_upd_cont {
	width:574px;
	margin: 0px 6px;
	padding:8px 0;
	font-size: 12px;
}
#banner {
	width: 200px;
	float:right;
	font-size: 12px;
	color: #666;
}
/* header layout
---------------------------------------*/
#header {
	height: 40px;
	position: relative;
	margin: 0 6px;
	border-bottom: #999 1px solid;
	background-color: #fff;
}
#header #logo {
	position: absolute;
	bottom: 1px;
	left: 2px;
}
/* gloval navigation layout
---------------------------------------*/
#gNavi {
	margin: 10px 0 0 0;
	padding: 0;
	width: 495px;
	height: 30px;
	float: right;
	overflow: hidden;
	background: #fff;
}
#gNavi li {
	list-style: none;
	width:98px;
	float:left;
	font-size: 12px;
}
#gNavi li a {
	width:98px;
	display: block;
	line-height: 30px;
	color: #666;
	text-align: center;
	text-decoration: none;
	border-left: #999 1px dotted;
}
#gNavi li a:hover {
	color: #fff;
	background: #66c;
}
.currentNavi {
	width:98px;
	display: block;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-left: #999 1px dotted;
	background: #039;
}
/* side layout
---------------------------------------*/
.sideMenu , .sideMenu ul {
	width: 164px;
	margin: 0;
	margin-left: 6px;
	padding: 0;
	float: left;
	color: #666;
}   
.sideMenu a {
	text-decoration: none;
}   
.sideMenu li {
	list-style: none;
	font-size: 12px;
	line-height: 39px;
}
.sideMenu li a {
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 10px;
	background: #ccc;
	color: #666;
	line-height: 39px;
	border-bottom: solid 1px #fff;
}
.sideMenu li a:visited {
	color: #666;
}
.sideMenu li a:hover {
	color: #fff;
	background:#66c;
}
.current {
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 10px;
	background: #039;
	color: #fff;
	line-height: 39px;
	border-bottom: solid 1px #fff;
}
/* side contents layout
---------------------------------------*/
.sideCont , .sideCont ul {
	width: 164px;
	margin: 0;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0;
	float: left;
	color: #666;
}   
.sideCont li {
	list-style: none;
	font-size: 12px;
}
/* event menu layout
---------------------------------------*/
.eventMenu , .eventMenu ul {
	width: 164px;
	margin: 0;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0;
	float: left;
	color: #666;
	border:solid 1px #999;
}   
.eventMenu a {
	text-decoration: none;
}   
.eventMenu li {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}
.eventMenu li a {
	display: block;
	margin: 0 10px;
	padding: 5px 0;
	color: #666;
	line-height: 14px;
	border-bottom: dotted 1px #999;
}
.eventMenu li a:visited {
	color: #666;
}
.eventMenu li a:hover {
	color: #666;
	text-decoration:underline;
}
/* footer layout
---------------------------------------*/
#footer {
	height: 40px;
	margin: 0;
	font-size: 12px;
	color: #4e454a;
	background-color: #fff;
}
#footer #f_inner{
	margin: 0 6px;
	padding: 8px 0;
	border-top: #999 1px solid;
	background-color: #fff;
}
#footer #f_inner #icon {
	float: left;
}
#footer #f_inner #copyright {
	float: right;
}
/* other layout
---------------------------------------*/
/*-- position --*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
/*-- text/font --*/
.line_h140 {
	line-height: 140%;
}
.font_s {
	font-size: 12px;
	line-height: 130%;
	color: #4e454a;
}
.font_m {
	font-size: 14px;
	line-height: 130%;
	color: #4e454a;
}
.bold {
	font-weight: bold;
}
/*-- color --*/
.color_blue1 {
	color: #0072b5;
}
.color_green1 {
	color: #339966;
}
.color_green2 {
	color: #006400;
}
.back_gray1 {
	background-color: #e1e1e1;
}
/*-- margin --*/
.mar_t5 {
	margin-top: 5px;
}
.mar_l6 {
	margin-left: 6px;
}
.mar_l15 {
	margin-left: 15px;
}
.mar_r6 {
	margin-right: 6px;
}
/*-- line --*/
.line_td {
	border-top: #999 1px dotted;
}
.line_bd {
	border-bottom: #999 1px dotted;
}
.line_ts {
	border-top: #999 1px solid;
}
.line_bs {
	border-bottom: #999 1px solid;
}
.line_ls {
	border-left: #999 1px solid;
}
.line_rs {
	border-right: #999 1px solid;
}
.waku_1 {
	border-right: #6495ED 1px solid;
	border-top: #6495ED 1px solid;
	border-left: #6495ED 1px solid;
	border-bottom: #6495ED 1px solid;
}
.waku_r_1 {
	border-left: #6495ED 1px solid;
	border-top: #6495ED 1px solid;
	border-bottom: #6495ED 1px solid;
}
.waku_l_1 {
	border-right: #6495ED 1px solid;
	border-top: #6495ED 1px solid;
	border-bottom: #6495ED 1px solid;
}
.waku_t_1 {
	border-right: #6495ED 1px solid;
	border-top: #6495ED 1px solid;
	border-left: #6495ED 1px solid;
}
.waku_b_1 {
	border-right: #6495ED 1px solid;
	border-bottom: #6495ED 1px solid;
	border-left: #6495ED 1px solid;
}
.waku_2 {
	border-right: #008B8B 1px solid;
	border-top: #008B8B 1px solid;
	border-left: #008B8B 1px solid;
	border-bottom: #008B8B 1px solid;
}
.waku_r_2 {
	border-left: #008B8B 1px solid;
	border-top: #008B8B 1px solid;
	border-bottom: #008B8B 1px solid;
}
.waku_l_2 {
	border-right: #008B8B 1px solid;
	border-top: #008B8B 1px solid;
	border-bottom: #008B8B 1px solid;
}
.waku_t_2 {
	border-right: #008B8B 1px solid;
	border-top: #008B8B 1px solid;
	border-left: #008B8B 1px solid;
}
.waku_b_2l {
	border-right: #008B8B 1px solid;
	border-bottom: #008B8B 1px solid;
	border-left: #008B8B 1px solid;
}
.waku_3 {
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-left: #006400 1px solid;
	border-bottom: #006400 1px solid;
}
.waku_r_3 {
	border-left: #006400 1px solid;
	border-top: #006400 1px solid;
	border-bottom: #006400 1px solid;
}
.waku_l_3 {
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-bottom: #006400 1px solid;
}
.waku_t_3 {
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-left: #006400 1px solid;
}
.waku_b_3 {
	border-right: #006400 1px solid;
	border-bottom: #006400 1px solid;
	border-left: #006400 1px solid;
}



