@charset "utf-8";

/*######################################

Layout
======================================*/

#wrap{
	background: url(../img/base/main_back.png) repeat-x;
}

#content{
	width: 955px;
	margin: auto;
}

#main{

}

#contents_main{
	background:#FFF;
	margin: 5px 0 0 4px;
	height: 200px;
	padding: 12px 0 0 14px;
	font-size: 0px;
	line-height: 0;
	background: url(../img/base/contents_main_back.png) no-repeat;
}

#content_in{
	width: 620px;
	float:right;
	padding-top:30px;
	line-height:1.8em;
}

.sec h3{
	width:200px;
	background:url(../img/base/green_dot.png) repeat-x 0 53px;
	height:27px;
	padding:30px 0 20px;
	text-align:center;
	color:#3572B0;
}

.sec h4{
	padding:30px 0 20px;
	color:#DF7D96;
}

.p01{
	padding:0 15px;
}

.example{
	width:424px;
	padding:20px;
	float:right;
	background:#FAEEDE;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
	margin-top:30px;
	}

.example h5{
	padding-left:20px;
	font-weight:bold;
	background:url(../img/base/book.png) no-repeat;
	padding-bottom:10px;
}

.example ul{
	padding-left:20px;
}

#content_in .border_top{
	border-top:#CCC 1px solid;
	height:1px;
	width:100%;
	margin-top:30px;
}

/*######################################

Menu
======================================*/

#menu{

}




/*######################################

Side Bar
======================================*/
#side{
	width:255px;
	float:left;
	padding-top:30px;
}

#side nav h2{
	font-size:0;
	line-height:0;
}

#side nav ul li{
	padding:5px 40px;
	background:url(../img/base/side_doc.png) no-repeat 20px 5px;
	float:none;
}

#side nav ul{
	background:url(../img/base/green_dot.png) repeat-x bottom;
	padding-bottom:30px;
	float:none;
}

#side nav ul li ul{
	background:none;
	padding-bottom:0;
}

#side nav ul li ul li{
	padding:3px 10px;
	background:none;
}

#side aside ul li{
	padding:5px 0;
}