@charset "utf-8";
@import "default.css";
@import "sub.css";

/**********

The Main "div" elements: header(top),wrapper(contents,menu,footer),
or wrapper(header,center,footer).

**********/

div#wrapper {
	margin:0 auto 5px auto;
	width:760px;
	background:#ffffff;
}


div#header{
	width:760px;
	height: 177px;
	background: url(../img/header_bg.jpg) no-repeat;
}

div#menu{
	overflow: hidden;
}

div#contents{
	width: 730px;
/*	height: 400px; */
	clear:both;
	padding: 0 0;
}


#blog div#contents{
	width: 542px;
	overflow-x: visible;
	float:left;
}
* html body#blog div#contents {
	overflow-x: hidden;
}

#blog div#sidemenu {
	width: 200px;
	float:left;
}

div#footer{
	width: 100%;
	height:60px;
	border-top:1px solid #DDDDDD;
	text-align:center;
	background: url(../img/footer_bg.jpg) no-repeat;
	color: #FFFFFF;
}

#blog div#footer{
	clear:both;
}



