@charset "UTF-8";

/* content
---------------------------------------------------------------------------------------- */
#content{
	float:left;
}

/* page
---------------------------------------------------------------------------------------- */
s{
	text-decoration:none;
}

#content.page h3{
	height:10px;
	padding:0px 0px 0px 25px;
}

#content.page h3 strong{
	display:none;
}

#content.page{
	width:800px;
	background:url(../../common/images/page_bg.gif) repeat-y;
}

#content.page h3{
	background:url(../../common/images/page_title.gif) no-repeat;
}

/* page inner
------------------------------------------------ */
#content.page #inner{
	background:url(../../common/images/page_footer.gif) no-repeat bottom;
}

#content.page #inner h3{
	background:none;
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #CCCCCC;
	margin:0px;
	padding:0px;
	height:inherit;
	
}

#content.page #inner h4{
	width:740px !important;
	width:750px;
}


