@charset "utf-8";
/* CSS Document */

/*
font size list

10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
22px : 167%
24px : 182%
*/

/* ==================================================

	common

================================================== */
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
	background-color: #91888b;
	color: #ccc;
}
table {
    font-size:inherit;
    font:100%;
}
a:link,
a:visited {
	color: #00e7df;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #008ead;
	text-decoration: none;
}

/* etc class
------------------------------ */
.sb20 { margin-bottom: 20px; }


/* clearfix
------------------------------ */
.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}
.clearfix { display: inline-block; }

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* ==================================================

	main

================================================== */
#wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px 30px 20px;
	font-size: 108%;
	background-color: #2b2a2a;
}


/* header
------------------------------ */
#header {
	width: 900px;
	height: 80px;
}
#header h1 {
	float: left;
	margin-top: 10px;
}
#header #xbox360 {
	float: right;
	margin-top: 16px;
}

/* contents  main_area
------------------------------ */
#contents {}

#main_area {
	width: 900px;
	height: 647px;
	margin-bottom: 15px;
	background: url(../img/img_main.jpg) right no-repeat;
}

/* package title */
#main_area ul#title_left {
	float: left;
	margin-right:10px;
}
#main_area ul#title_right {
	float: left;
	margin-right:10px;
}

#main_area #title_saidai {
	float: left;
	margin-top:205px;
}

#main_area ul li {
	width: 87px;
	height: 123px;
	margin-bottom: 5px;
}
#main_area ul li a {
	display: block;
	width: 87px;
	height: 123px;
	border: 1px solid #ccc;
	text-indent: -9999px;
	overflow: hidden;
}
#main_area ul li#smiles a { background: url(../img/package_l_01.jpg) 0 0 no-repeat; }
#main_area ul li#smiles2x a { background: url(../img/package_l_02.jpg) 0 0 no-repeat; }
#main_area ul li#mushi a { background: url(../img/package_l_03.jpg) 0 0 no-repeat; }
#main_area ul li#mushi2 a { background: url(../img/package_l_04.jpg) 0 0 no-repeat; }
#main_area ul li#esp2 a { background: url(../img/package_l_05.jpg) 0 0 no-repeat; }
#main_area ul li#dodonpachi a { background: url(../img/package_r_01.jpg) 0 0 no-repeat; }
#main_area ul li#ddblack a { background: url(../img/package_r_02.jpg) 0 0 no-repeat; }
#main_area ul li#mpink a { background: url(../img/package_r_03.jpg) 0 0 no-repeat; }
#main_area ul li#katana a { background: url(../img/package_r_04.jpg) 0 0 no-repeat; }
#main_area ul li#guwange a { background: url(../img/package_r_05.jpg) 0 0 no-repeat; }
#main_area #title_saidai a { background: url(../img/package_11.jpg) 0 0 no-repeat; display:block; width:160px; height:227px; text-indent:-9999px; }

/* contents  social_area
------------------------------ */
#social_area {
	width: 720px;
	height: 28px;
	margin-bottom: 35px;
	padding-top: 6px;
	padding-left: 180px;
	background-color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
#social_area p,
#social_area .h,
#social_area .m,
#social_area .t,
#social_area .g,
#social_area .fl {
	float: left;
	margin-left: 10px;
}
#social_area p {
	margin-top: 3px;
}



/* contents  notes
------------------------------ */
#contents_area #description,
#contents_area #privilege,
#contents_area #detail,
#contents_area #gamettl { margin-bottom: 30px; }
 
#contents_area #gamettl #game_list td {
	vertical-align:middle;
	padding:5px;
}

#contents_area #gamettl #game_list .text {
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	width:250px;
}

#contents_area #gamettl #game_list .cero {
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	width:50px;
}

#contents_area h2 {
	width: 900px;
	height: 29px;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#description h2 { background: url(../img/h2_01.gif) 0 0 no-repeat; }
#privilege h2 { background: url(../img/h2_02.gif) 0 0 no-repeat; }
#detail h2 { background: url(../img/h2_03.gif) 0 0 no-repeat; }
#gamettl h2 { background: url(../img/h2_04.gif) 0 0 no-repeat; }
#install_disc h2 { background: url(../img/h2_05.gif) 0 0 no-repeat; }

#contents_area h3 {
	margin-bottom: 10px;
	padding: 5px 24px;
	font-weight: bold;
	background: #505050 url(../img/icon_h3.gif) 10px center no-repeat;
}
#contents_area .content_box { margin: 0 10px; position:relative;}
#contents_area .content_box p { margin-bottom: 20px; line-height: 150%; }
#contents_area .content_box ul li { line-height: 150%; }

.content_box .f_left {
	float: left;
	width: 425px;
	padding-left: 10px;
}
.content_box .f_right {
	float: right;
	width: 425px;
	padding-right: 10px;
}

.content_box .left_box {
	float: left;
	width: 425px;
}
.content_box .right_box {
	float: right;
	width: 425px;
}
.title_box01 { height: 142px; margin-bottom: 20px; }
.title_box02 { height: 170px; margin-bottom: 20px; }
.title_box03 { height: 119px; margin-bottom: 20px; }
.title_box04 { height: 76px; margin-bottom: 20px; }
.title_box05 { height: 170px; margin-bottom: 0px; }

#package_box {
	background:url(../img/package_box.jpg) no-repeat;
	width:176px;
	height:167px;
	position:absolute;
	top:80px;
	right:65px;
}

#box_notes {
	position:absolute;
	top:250px;
	right:0px;
	font-size:10px;
}


/* page top
------------------------------ */
#page_top {
	width: 100%;
	height: 41px;
	background-color: #bdbdba;
}
#page_top .pagetop_box {
	width: 940px;
	margin: 0 auto;
}
#page_top p {
	float: right;
	width: 160px;
	height: 41px;
	border-left: #989893 1px solid;
	border-right: #989893 1px solid;
}
#page_top p a {
	display: block;
	width: 160px;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn_pagetop.gif) center no-repeat;
}

/* footer
------------------------------ */
#footer {
	width: 100%;
	background-color: #000000;
}

#footer .footer_box {
	width: 940px;
	margin: 0 auto;
	padding: 15px 0;
}
#footer .footer_box p {
	font-size: 77%;
	line-height: 150%;
}

#footer_logo {
	float: left;
	margin-right: 7px;
}
