@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/
div#wrapperBox	{
	width: 580px;
	margin-bottom: 25px;
}
div#wrapperBox p	{
	margin:0; padding:0;
}
div#headerBox	{
	width: 550px;
	padding: 10px 15px;
	background: #333;
	color: #FFF;
	margin:
}
div#navigationBox	{
	width: 560px;
	padding: 3px 10px;
	background: #CCC;
}
div#containerBox	{
	width: 580px;
}
div#containerBox:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#contentsBox	{
	width: 460px;
	float: right;
}
div#contentsBox:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#subNaviBox	{
	width: 110px;
	float: left;
	background:#99C;
	padding: 120px 5px;
}
div#mainBox	{
	float: left;
	width: 360px;
	background: #FC9;
	padding: 120px 5px;
}
div#subBox	{
	float: right;
	width: 80px;
	background: #09F;
	padding: 120px 5px;
}
div#footerBox	{
	width: 550px;
	padding: 5px 15px;
	background: #666;
	color: #FFF;
}
