@charset "UTF-8";
@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_head.css";
@import "unit_foot.css";
/*
@import "unit_layout_noside.css";
@import "unit_content.css";
@import "unit_bottom.css";
@import "unit_side.css";
*/


body{
	color:			#ccc;
}

#bodyInner{
	background:			url("../img/pre/bg_top.jpg") center top no-repeat;
}

#head{
	height:				537px;
	position:			relative;
}
.head-text{
	position:			absolute;
}


#contentBox{
}

#contentMain{
	float:				left;
	width:				304px;
/*	padding-left:		12px;*/
}
#contentMain h2{
	padding-bottom:		4px;
}
#contentMain p{
	line-height:		150%;
}

#contentSide{
	float:				right;
/*	width:				450px;*/
	width:				485px;
	text-align:			center;
}


#foot{
	margin-top:			20px;
	padding:			10px 0 30px 0;
	text-align:			center;
	background:			url("../img/pre/line.gif") center top no-repeat;
}

#copyright{
	padding-bottom:		10px;
	font-family:		"Arial";
	color:				#ccc;
}
#foot-banner{
}


