@charset "utf-8";
/* CSS Document */

.content{
	width:900px;
}

.side_menu{
	width:295px;
	float:left;
	padding:20px 0px 20px 5px;
}

.content-inner{
	width:538px;
	float:right;
	background:#ffffff;
	padding:20px 30px 20px 30px;
	border:1px solid #dcdcdc;
	
}

.content-inner h1 {
	font-size:24px;
	color:#555555;
}


.content-inner h2{
	font-size:20px;
	color: #33bdff;
}

.content-inner #sp_center {
	padding:0px 20px 0px 20px;
	line-height:170%;
}

.content-inner-2{
	width:538px;
	float:right;
	background:#ffffff;
	padding:20px 30px 20px 30px;
	border:1px solid #dcdcdc;
	
}

.content-inner-2 h1 {
	font-size:24px;
	color:#555555;
}

.content-inner-2 h2{
	font-size:20px;
	color: #F63;
}

.content-inner-2 #sp_center {
	padding:0px 20px 0px 20px;
	line-height:170%;
}