@charset "shift_jis";


/*  main
-----------------------*/
a {
	color: #000;
}

div#main {
	font-family: 'ƒƒCƒŠƒI',Meiryo,"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	clear: both;
	width:970px;
	margin:0px auto;
	background: #eaf1f4 url(../images/bg.jpg) no-repeat center top;
	color: #000;
	font-size: 13px;
}


div.header {
	width: 970px;
	margin: 15px auto 0px;
}

h2.title{
	text-align: center;
	margin: 0px auto 10px;
	padding: 0;
	position: relative;
}

h2.title span {
	display: block;
	font-size: 11px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
}

#mainContents {
	width: 940px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#leftContents {
	width: 620px;
	float: left;
}

#rightContents {
	width: 300px;
	float: right;
}

#leftContents h3 {
	font-size: 18px;
	color: #fff;
	background: #91aaaf;
	padding: 5px;
	line-height: 1.3;
	margin-bottom: 10px;
}

#reviewArea ul,
#interviewArea ul,
#newsArea ul {
	padding-bottom: 5px;
}

#reviewArea ul li,
#interviewArea ul li,
#newsArea ul li {
	display: table;
	margin-bottom: 12px;
}

#reviewArea ul li p.text,
#interviewArea ul li p.text,
#newsArea ul li p.text {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

#reviewArea ul li p.pic,
#interviewArea ul li p.pic,
#newsArea ul li p.pic {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	padding-right: 20px;
}

#lineupArea ul {
}

#lineupArea ul li {
	width: 300px;
	height: 260px;
	position: relative;
	margin-bottom: 10px;
	background: #fff;
}

#lineupArea ul li p.pic {
	width: 300px;
	text-align: center;
	position: absolute;
}

#lineupArea ul li div.text {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px 20px 20px;
	line-height: 1.3;
	width: 270px;
	height: 80px;
	/*background: #cfdbdd;*/
	background-color: rgba( 207, 219, 221, 0.9 );
	text-align: left;
}

#lineupArea h4 {
	font-size: 16px;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

#lineupArea p.vgpprize {
	font-size: 70%;
	float: left;
	margin: 3px 0 7px 0;
	clear: both;
}

#lineupArea p.price {
	float: left;
	margin-bottom: 5px;
	clear: both;
}

#lineupArea p.link {
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}


div#contactArea {
	font-family: "Ÿà–¾’©" , "Yu Mincho" , "Ÿà–¾’©‘Ì" , "YuMincho" , "ƒqƒ‰ƒMƒm–¾’© Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS–¾’©E" , "‚l‚r ‚o–¾’©" , "MS PMincho" , serif;
	text-align: center;
	padding: 15px 0;
	font-size: 24px;
	border-top: 1px solid #9eafb3;
}

div#contactArea img {
	margin-bottom: 10px;
}


