@charset "utf-8";

@import url(../menu.css);

/*--- YUI RESET&FONT ---*/
body {font:100%/1.231 Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;}
.justify{ text-align: justify;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, a {margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;font-variant:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/*--- /YUI RESET&FONT ---*/

#header {
	background-color: #66CCFF;
	height: 100px;
	width: 100%;
}

#footer {
	background-color: #66CCFF;
	clear: both;
}

#wrapper {
	width: 100%;
	background-color: #333333;
	float: left;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	margin-right: -200px;
	float: left;
	margin-top: -11px;
	background-color: #333;
}


#content {
	margin-right: 200px;
	background-color: #ddd;
}

.post {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 11px;
}

#sidebar {
	width: 200px;
	background-color: #CCCCCC;
	float: right;
}
