@charset "UTF-8";
/* CSS Document */
#cotents{
	width:540px;
	margin-top:20px;
	padding:0 20px;
	min-height:600px;
	color:#fff;
}

#main{
	overflow:hidden;
	margin-top:5px;
}

h1{
	font-size:18px;
}

#boxWrap_01{
	overflow:hidden;
}

#box_01{
	float:left;
}

#box_02{
	float:right;
	width:270px;
}

#box_02 dd{
	margin-bottom:5px;
}


#box_02 #inlineWrap li{
	display:inline-block;
	margin-right:0.5em;
}


