@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top02.css                                   */
/* update : 2011/03/04 T.S                            */
/* -------------------------------------------------- */

#top02{
	color: #727272;
}
#top02 #header_wrap{
	background-image: url(../../../img/bg_header_wrap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 17px;
}
#top02 #header{
	margin: 0px auto;
	width: 976px;
}
#top02 #header_text01{
	padding-top: 5px;
	margin-bottom: 15px;
	height: 21px;
}
#top02 #header_content01{
	width: 976px;
}
#top02 #header_content01_l{
	float: left;
	width: 248px;
}
#top02 #header_content01_r{
	float: right;
	width: 703px;
	padding-top: 16px;
}
#top02 #header_content01_r .img01{
	margin-right: 85px;
}
#top02 #wrap{
	margin: 0px auto;
	width: 976px;
	padding-bottom: 30px;
}
#top02 #main{
	padding-left: 7px;
}

#top02 #main_left{
	float: left;
}
#top02 #main_right{
	float: left;
	padding-left: 7px;
	width: 476px;
}
#top02 #main span{
	margin-right: 13px;
}
#top02 #footer{
	color: #999999;
	text-align: center;
	margin-top: 25px;
}
#top02 #footer .text01{
	color: #CCCCCC;
	font-size: 11px;
}
/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
