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

html{
overflow-y: scroll
}

body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,p,fieldset,hr { margin:0; padding:0; }
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

/*=========================================
link-color
=========================================*/
a:link {
	color:#cfbf00;
	text-decoration:none;
}
a:visited {
	color:#cfbf00;
	text-decoration:none;
}
a:hover {
	color:#8f126c;
	text-decoration:underline;
}
a:active {
	color:#8f126c;
	text-decoration:underline;
}


/*=========================================
TOP
=========================================*/

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-color: #000000;
}
.head {
	width: 900px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}

.date {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/date.jpg);
	height: 56px;
	text-indent: -999em;
}

.info{
	font-size:12px;
	line-height:1.8;
	padding-left:80px;
	height:56px;
	background:url(../images/info-bg.jpg) no-repeat;
	
}

ul.arrow li{
background: url(../images/arrow-list.gif) left top no-repeat;
padding:0 20px;
margin:10px 15px 0 0;
float:left;
display:inline;
}


.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.newstxtlink{
	font-size:15px;
	color:#c70066;
	padding-left:225px;
	float:left;
}

.storytxtlink{
	font-size:15px;
	color:#c70066;
	padding-left:50px;
	float:left;
}

/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
	
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

