@charset "UTF-8";
/* CSS Document */

body{
	font-size:12px;
	margin:0;
	background-color:#000;
	line-height:1.5;
}

img{
	border-width:0;
	margin:0;
}

header,
nav,
section,
aside,
article,
footer{
	display:block;
}

#container{
	margin:0;
	width:100%;
	background-color:#000;
	background-image:url(images/main_visual_320.jpg),url(images/header_bg_320.jpg);
	background-repeat:no-repeat,repeat-x;
}

header{
	position:relative;
	margin:0;
	width:100%;
	height:170px;
	background:none;
}

header h1{
	position:absolute;
	top:0;
	right:0;
	font-size:1px;
	text-indent:-999px;
	overflow:hidden;
}

header a img{
	position:absolute;
	bottom:10px;
	width:109px;
	height:37px;
	font-size:1px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
}

header a.link2cp img{
	right:120px;
	/*background-image:url(images/link2cp_320.png);*/
}

header a.link2dlc img{
	right:7px;
	/*background-image:url(images/link2dlc_320.png);*/
}


header img#logoMark{
	position:absolute;
	top:10px;
	right:15px;
}




nav{
	padding:0;
	margin:0;
	height:46px;
	background:url(images/nav_bg.jpg) repeat-x;
}

nav ul{
	width:95%;
	height:46px;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	border:1px #11192b solid;
	border-width:0 1px 0 0;
	clear:both;
}

nav ul li{
	display:block;
	float:left;
	width:33%;
	width:48%;
	height:46px;
	margin:0;
	padding:0;
	border:1px #11192b solid;
	border-width:0 0 0 1px;
}

nav ul li a{
	display:block;
	width:100%;
	height:46px;
	font-size:1px;
	text-indent:-999px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
}

nav ul li#outline a	{background-image:url(images/bt_outline.jpg);}
nav ul li#action a	{background-image:url(images/bt_action.jpg);}
nav ul li#movie a	{background-image:url(images/bt_movie.jpg);}

section#info{
	width:90%;
	padding:10px;
	margin:10px auto;
	background-color:#CCC;
	border:1px #F30 solid;
	color:#003;
	text-align:center;
	-webkit-border-radius:0;
}
	

aside{
	width:90%;
	color:#FFF;
	line-height:1.5;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px #788792 solid;
	padding:8px;
	margin:0 auto;
	margin-top:40px;
}

aside img{
	float:left;
	margin-right:10px;
	width:23%;
}

section{
	width:95%;
	background-color:#333;
	-webkit-border-radius:7px;
	margin:0 auto;
	padding-top:0;
	padding-bottom:30px;
	margin-top:30px;
	overflow:hidden;
}

section h2{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:5px 0;
	padding-left:0.5em;
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	background-color:#999;
	background:-webkit-gradient(linear, left top, left bottom, from(#09405e), to(#042e43));
	-webkit-border-radius:7px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
}

section p{
	width:85%;
	margin:0 auto;
	overflow:hidden;
	padding:5px 0;
	font-size:120%;
	font-weight:bold;
	margin-top:15px;
	color:#80c6e2;
	border-width:0 0 1px 10px;
	border-color:#80c6e2;
	border-style:solid;
	padding:2px 10px;
}

section article{
	width:95%;
	margin:0 auto;
	padding:13px 0;
	/*font-size:20px;*/
	color:#CCC;
}

section#outline article img.preview{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	width:90%;
}



section#action article div.imageOpener{
	margin-top:15px;
	width:60px;
	text-align:center;
	background-color:#999;
	-webkit-border-radius:2px;
	padding:3px 10px;
}

section#action article div.screenshots{
	text-align:center;
	display:none;
}

section#action article div.screenshots img{
	width:90%;
	margin:2px;
}

section#movie article ul#List{
	width:100%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

section#movie article ul#List li{
	display:block;
	float:left;
	margin:0 0 1px 1px;
	width:48%;
	background-color:#999;
	padding:10px 1px;
	text-align:center;
}

section#movie article #area{
	width:100%;
	text-align:center;
}

section#movie article #area iframe{
	width:289px;
	height:192px;/*147*/
	margin-top:10px;
}

footer{
	width:100%;
	height:60px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	color:#999;
	margin-top:30px;
}

