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

　レイアウト

-------------------------------------------------- */

/* 中央カラム */
#home #mainContents {
	width:600px;
}


/* --------------------------------------------------
　Flash
-------------------------------------------------- */
#flashContent {
	text-align:center;
	background:#38397a;
	overflow:hidden;
}



/* --------------------------------------------------
　コンテンツ
-------------------------------------------------- */
#home #mainContents .plan li {
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #eee;
	zoom:1;
}
#home #mainContents .content {
	float:left;
	width:450px;
}
#home #mainContents h4 {
	margin-bottom:5px;
	padding-left:45px;
	font-size:1.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	min-height:39px;
	zoom:1;
	*height:45px;
}
#home #mainContents #best1 {
	background:url(../img/home/ico_best1.png) no-repeat 0 50%;
	zoom:1;
}
#home #mainContents #best2 {
	background:url(../img/home/ico_best2.png) no-repeat 0 50%;
}
#home #mainContents #best3 {
	background:url(../img/home/ico_best3.png) no-repeat 0 50%;
}
#home #mainContents #best4 {
	background:url(../img/home/ico_best4.png) no-repeat 0 50%;
}
#home #mainContents #best5 {
	background:url(../img/home/ico_best5.png) no-repeat 0 50%;
}
#home #mainContents #best0 {
	background:url(../img/home/ico_best0.png) no-repeat 0 50%;
}

#home #mainContents .detail {
	text-align:right;
	line-height:1;
}

#home #leftContents .blog li .imageLeft img{
	width: 60px;
	height: auto;
}




