@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/8
*/
/*------------------------------------------------------------
	ブログって何？
------------------------------------------------------------*/
#conts .body {
	padding: 0 30px;
}

#conts .thumbnail {
	margin-bottom: 20px;

	float: left;
}

#conts .box {
	padding: 10px 0;
	background: #f5f5f5;	
}

#conts .boxA {
	width: 350px;

	float: right;
}

#conts .boxB {
	margin: 0 20px 10px 0;
	width: 260px;
	height: 100px;

	float: left;
}

#conts .box h3 {
	margin-bottom: 10px;
	padding: 0 15px;
	background: none;

	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#conts .box ul {
	padding: 0 15px;
	list-style-image: url(/img/icon/03.gif);
	list-style-position: outside;
}

#conts .box li {
	margin: 0 0 3px 17px;
	padding: 0 0 3px;
	background: url(/img/line/01.gif) repeat-x left bottom;
}

#conts .box li.last {
	margin-bottom: 0;
	padding: 0;
	background: none;
}

#conts .guide {
	margin-top: 30px;
}

#conts .guide li {
	margin-bottom: 3px;
	padding-left: 17px;
	background: url(/img/icon/01.gif) no-repeat left center;
}

