@charset "UTF-8";
/* トップ頁 こだわり頁 */

/* 本体1段目 */
.item{
	width:390px;
	border:solid 2px #ff5050;/* 囲み罫 */
	background-color:#ff5050;/* コラム背景 */
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニュー墨影 */
}
.item img{
	width:380px;
	margin:5px;
	margin-bottom:0;
}

.item p{
	margin:0px;
	color:#331705;
	text-align:center;
	font-size:0.85em;
	line-height:1.2;
	padding-top:3px;
}

/* 2段目テキスト部分 */
#side{
	width:380px;
	height:150px;
	border:solid 2px #ff5050;/* 囲み罫 */
	background-color:#ffffff;/* コラム背景 */
	float:left;
	overflow:scroll;
	margin:10px;
	font-size:0.85em;
	line-height:1.8;
	padding:5px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

/* 本体2～3段目 */
.item2{
	border:solid 2px #ff5050;/* 囲み罫 */
	background-color:#ff5050;/* コラム背景 */
	width:183px;
	height:160px;
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

.item2 img{
	width:174px;
	height:130px;
	margin:5px;
	margin-bottom:0;
}

.item2 p{
	margin:0;
	padding-top:3px;
	color:#331705;
	text-align:center;
	font-size:0.75em;
	line-height:1.2;
}

/* こだわり頁用 */
#koda{
	width:600px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
	border:dashed 2px #331705;
}

#koda p{
	color:#331705;
	text-align:center;
	font-size:1em;
	line-height:1.5;
	padding-bottom:10px;
}

#koda img{
	padding-left:150px;
}