@charset "utf-8";
/******************************************************************
******** TOP layout Design ****************************************
******************************************************************/
div#cnt_info_box a:link {
	color: #666666;
	text-decoration: none;
}
div#cnt_info_box a:visited {
	color: #666666;
	text-decoration: none;
}
div#cnt_info_box a:hover {
	color: #666666;
	text-decoration: underline;
}
div#cnt_info_box a:active {
	color: #666666;
	text-decoration: underline;
}

div#Cnt_Col_right_top a:link {
	color: #666666;
	text-decoration: none;
}
div#Cnt_Col_right_top a:visited {
	color: #666666;
	text-decoration: none;
}
div#Cnt_Col_right_top a:hover {
	color: #FF3300;
	text-decoration: underline;
}
div#Cnt_Col_right_top a:active {
	color: #FF3300;
	text-decoration: underline;
}
 

div#head_img_top {
	height: 425px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/bg_body.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#head_img_top .box_top {
	height: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	width: 900px;
}
*html div#head_img_top .box_top {
	width: 900px;
	height: 425px;
}
div#Cnt_Col_top {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

div#Cnt_Col_right_top {
	float: right;
	width: 650px;
	text-align: left;
}

div#cnt_main_box {
	width: 650px;

}
div#cnt_main_box h2 {
	margin-top: 0px;
	width: 550px;
	margin-bottom: 20px;
	color: #333333;
	padding-left: 15px;
	font-size: 1.4em;
	margin-left: 5px;
	font-weight: lighter;
	/*border-left-width: 5px;
	border-left-color: #333333;*/
}
div#cnt_main_box h3 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #333333;
	padding-left: 15px;
	margin-left: 5px;
}
div#cnt_main_box p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-right: 20px;
	margin-top: 0px;
	padding-left: 25px;
	margin-bottom: 15px;
	color: #333333;
}
.f10 {
	font-size: 10px;
}
div#cnt_info_box {
	width: 650px;
	margin-top: 50px;
	color: #333333;
}
div#cnt_info_box dl {
	border-bottom: 1px dotted #cccccc;
	clear: both;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	width: 610px;
}
div#cnt_info_box dt {
	width: 150px;
	padding: 5px 0 5px 0px;
	font-size: 0.9em;
	float: left;
	clear: both;
}
div#cnt_info_box dd {
	padding: 5px 3px 5px 0;
	font-size: 0.9em;
	text-align: left;
	margin-left: 100px;
}
div#cnt_info_box h2 {
	width: 550px;
	border-left-width: 5px;
	border-left-color: #333333;
	padding-left: 15px;
	color: #333333;
	font-size: 1.4em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 5px;
	font-weight: lighter;
}

/******************************************************************
******** main box *************************************************
******************************************************************/

div.main_photo {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}
div.cnt_eve_box {
	width: 650px;
}
div.cnt_eve_box_r {
	float: right;
	background-color: #FFFFFF;
	height: 94px;
	width: 310px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.cnt_eve_box_l {
	height: 100px;
	width: 310px;
	float: left;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

