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

body{
	font-size:14px;
	margin:0;
	background-color:#000;
	background-image:url(images/header_bg_320.jpg);
	background-repeat:repeat-x;
	line-height:1.5;
}

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

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

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

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#Link img{
	position:absolute;
	bottom:10px;
	right:10px;
	width:109px;
	height:37px;
}

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


div#page_p{
	padding-top:10px;
	margin-left:2%;
}

div#page_p img{
	max-width:392px;
	max-height:59px;
	width:80%;
}

div#content{
	width:95%;
	margin:0 auto;
	background-image:url(images/content_bg.png);
}

section{
	width:95%;
	background-color:#333;
	border-radius:12px;
	-webkit-border-radius:12px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

section .name{
	width:95%;
	margin:0 auto;
	padding:0 0;
	font-size:120%;
	font-weight:bold;
	color:#09C;
	position:relative;
	min-height:20px;
	border-color:#09C;
	border-style:solid;
	border-width:0 0 1px 0;
}

section .name .date{
	background-color:#09C;
	color:#fff;
	padding:2px 10px;
	text-align:left;
	font-weight:normal;
	position:static;
	bottom:0;
	right:0;
	border-radius:7px;
	-webkit-border-radius:7px;
	font-weight:bold;
}


section.notice{
	background-color:#555;
}
section.notice .name:after{
	/*content:"配信予定";*/
}

section.notice .name{
	color:#95b5be;
	border-color:#95b5be;
}

section.notice .name .date{
	background-color:#95b5be;
	color:#333;
}


section article{
	width:95%;
	margin:0 auto;
	padding:13px 0;
	color:#CCC;
}

section article p{
	width:100%;
	padding:0;
	margin:0 auto;
	color:#FF9;
	font-weight:bold;
}

section article p span.free,
section article p span.pay{
	padding:1px 5px;
	margin-left:1em;
}

section article p span.free{
	background-color:#CCC;
	color:#333;
}

section article p span.pay{
	background-color:#FCC;
	color:#600;
}

section article img{
	display:block;
	width:100%;
	margin:10px auto;
}

section article .attention{
	text-align:left;
	color:#900;
	background-color:#CCC;
	border:1px #900 solid;
	padding:2px 5px;;
}

section article .sub{
	margin-top:10px;
	text-align:left;
	font-size:90%;
}



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;
}

