@charset "Shift-JIS";
/**********************************************************************
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align:top;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
				height:100%;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
 text-decoration:none;
	color:#FFF;
	outline:none;
}

a:hover {
 text-decoration:underline;
}


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
div#contents {
	width:972px;
	margin:0 auto;
}

div#contents h1,
div#contents p.content {
	width:890px;
	position:relative;
	text-align:center;
	margin:0 auto;
}

div#contents h1 {
	width:972px;
	margin:0 auto;
}

div#contents p#intro span {
	display:block;
	position:absolute;
	left:47px;
	top:210px;
	color:#FF4270;
	font-size:12px;
	font-weight:bold;
}

div#contents p#bnr a {
	display:block;
	background-color:#FFF;
	position:absolute;
	left:282px;
	top:-163px;
}

div#contents p#bnr_txt img {
	display:block;
	position:absolute;
	left:282px;
	top:-41px;
}

div#contents p#bnr a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

div#contents p#pagetop a {
	display:block;
	position:absolute;
	right:14px;
	bottom:12px;
}

div#contents p#openReview img {
	display:block;
	position:absolute;
	right:236px;
	bottom:211px;
	cursor:pointer;
}

div#footer {
	width:860px;
	background-color:#000;
	color:#FFF;
	padding:15px;
	margin:0 auto;
}

div#footer p#links {
	float:left;
}

div#footer p#copy {
	float:right;
}


div#allReviewWrapper {
	display:none;
}

div#allReview {
	width:439px;
	*width:479px;
	height:520px;
	*height:560px;
	background:url(../images/pop_bg.gif) left top no-repeat;
	position:relative;
	padding:20px;
}

div#allReview div#review {
	width:429px;
	height:445px;
	overflow:auto;
	padding-right:10px;
}

div#allReview div#review p.rev {
	border-bottom:1px #CCC solid;
	margin-bottom:5px;
	padding-bottom:20px;
	line-height:140%;
}

div#allReview p#closeBtn {
	position:absolute;
	left:186px;
	top:495px;
	cursor:pointer;
}


div#allReview p#notice {
	width:459px;
	text-align:center;
	position:absolute;
	left:0px;
	top:540px;
	color:#FFF;
	font-size:10px;
}


