@charset "utf-8";
/* CSS Document */


#contents_main {
	width:780px;
	margin:0 auto 50px;
}

#title_img {
	width: 780px;
	padding-bottom:7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:15px;
}


#inner_box {
	width:740px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin:0 auto 15px;
}


.example_title {
	font-size:1.2em;
	color:#FFFFFF;
	background:#1E1432;
	margin-bottom:10px;
	padding:3px;
}

#inner_box_l {
	width:480px;
	float:left;
}


#inner_box_r {
	width:240px;
	float:right;
	text-align:center;
}