@charset "shift_jis";


/*layaut
-------------------------------------------------------*/

#container {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px auto;
	text-align: left;
	width: 750px;
}


#contentswrap {
	background: #FFFFFF url(../../images/contentstop.gif)  no-repeat 0% 0%;
	color: #333333;
	width: 750px;
	padding-top: 10px;
}

#contents {
	background: #FFFFFF url(../../images/contentsbcg.gif) repeat-y 0% 0%;
	color: #333333;
	padding-right: 5px;
	padding-left: 15px;
	/*Excluding ie_mac\*/
	height: 1%;
	/**/
	
}

/*#contents:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}*/


#main {
	width: 525px;
	float: left;
}


#sidebar {
	width: 190px;
	float: right;
}


#footer {
	background: #FFFFFF url(../../images/footer_bg.gif) no-repeat 0% 0%;
	color: #333333;
	width: 750px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
