@charset "UTF-8";

/* container内
***********************************************************************************************************************/
a:hover{
text-decoration:underline;
color:#787878;
}

/***** #main_img_area *****/
#main_img_area{
	width:900px;
	background-image:url(../../img/page_common/contents_all_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:3px;
}
#main_img{
	width:900px;
}
#topic_path{
	width:868px;
	padding:12px 15px 9px 15px;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	font-size:11px;
	color:#424242;
}
#topic_path a{
	font-size:11px;
	color:#0067a9;
}



/***** contents_area *****/
#contents_area{
	width:900px;
	margin-top:20px;
}

.box_head{
	position:relative;
}
.box_title{
}
.box_btn{
	position:absolute;
	top:7px;
	right:16px;
}

.box{
	border-left:solid 1px #a7a7a7;
	border-right:solid 1px #a7a7a7;
	padding:15px 15px 12px 15px;
}

.block_first{
	padding-top:0px;
}
.block{
	padding-top:15px;
}


/***** side_menu *****/
#side_menu{
	width:225px;
	float:left;
	padding-bottom:3px;
	background-image:url(../../img/page_common/side_menu_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#menu_box{
	width:205px;
	padding:0px 9px 30px 9px;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
}
#menu_box ul{
	width:205px;
}
#menu_box ul li{
	width:205px;
}

#menu_box ul li a:hover img{
	opacity:0;
	filter:alpha(opacity=0);
}


/***** contents_right *****/
#contents_right{
	width:655px;
	float:right;
	padding-bottom:3px;
	background-image:url(../../img/page_common/contents_right_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#title{
	width:655px;
	height:56px;
	background-image:url(../../img/page_common/contents_right_top.gif);
	background-repeat:no-repeat;
	padding:0px 16px 0px 16px;
}
* html #title{
	width:623px;
}
#title img{
	padding-top:15px;
}

#right_box{
	width:623px;
}
.box{
	border-left:solid 1px #a7a7a7;
	border-right:solid 1px #a7a7a7;
	padding:20px 15px 27px 15px;
}



/***** contents_box *****/
#contents_box{
	width:900px;
	padding-bottom:3px;
	background-image:url(../../img/page_common/contents_all_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#main_title{
	width:900px;
	height:56px;
	background-image:url(../../img/page_common/contents_all_top.gif);
	background-repeat:no-repeat;
	padding:0px 16px 0px 16px;
}
* html #main_title{
	width:868px;
}
#main_title img{
	padding-top:16px;
}

#page_box{
	width:868px;
}
#page_box.box{
	padding-top:0px;
	padding-bottom:27px;
}



/* clearfix
***********************************************************************************************************************/
#contents_area,
#right_box
{zoom:1;}

#contents_area:after,
#right_box:after
{
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}

