@charset "UTF-8";


#blog_inner{
	margin:0 10px;
	height:1800px;
	background:#ffff99;
}


#blog_main{
	width:600px;
	height:1800px;
	float:left;
	background:#ffff99;
	
}

	
#blog_side{
	width:200px;
	height:1800px;
	float:right;
	background:#ffffff;
}

div.back1{
	width:600px;
	background:#ffcccc;
}
div.back2{
	width:600px;
	background:#ccffcc;
}
div.back3{
	width:600px;
	background:#ccccff;
}
p.text{
	padding:0 10px;
	line-height:40px;
	font-size:15px;
	float:center;
}
p.odai1{
	background:#cc9999;
	padding:0 10px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	float:center;
}
p.odai2{
	background:#99cc99;
	padding:0 10px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	float:center;
}
p.odai3{
	background:#9999cc;
	padding:0 10px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	float:center;
}
