@charset "UTF-8";
/*CSS Document----------------------------------------
Title : DAG FORCE OFFICIAL WEBSITE
Auther : Yuma Tahara (STUDiO STUPiD)
Last Update : 2009-07-29
----------------------------------------------------*/

/*----------------------------------------------------
# BASIC
----------------------------------------------------*/
*{
	padding:0;
	margin:0;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:8pt;
	line-height:140%;
}

.clear{
	clear:both;
}

a:link{
	color:#FFFFFF;
}

a:visited{
	color:#FFFFFF;
}

a:hover{
	color:#FF9900;
}

a:active{
	color:#FF9900;
}

/*----------------------------------------------------
# PAGE PREFERENCES
----------------------------------------------------*/
body{
	background-color:#3F3E39;
	background-image:url(image/top/pagebg.png);
	background-repeat:repeat-x;
	color:#000000;
}

#left .about{
	padding-top:405px;
	width:315px;
}
#left .about p{
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 8px 8px 5px;
}

#freespace{
	clear:both;
	background-image:url(image/top/top_sub_bg.png);
	background-repeat:no-repeat;
}

#freespace ul li{
	float:left;
	list-style:none;
}

#freespace .page{
	padding:0 10px 10px 5px;
	min-height:290px;
	color:#FFFFFF;	
}

#freespace .page h2{
	font-size:11pt;
	padding-bottom:10px;
}
#freespace .page .date{
	font-size:6pt;
}

#topinfobox{
	clear:both;
	padding:0 0 0 4px;
}

#topinfobox .topbox{
	background-image:url(image/top/info_bg.png);
	background-repeat:repeat-y;
}

#topinfobox .topbox .box{
	float:left;
	width:200px;
}

#topinfobox .topbox .box ul li{
	list-style:none;
	padding:0 10px 10px 10px;
	color:#FFFFFF;
}


/*----------------------------------------------------
# CONTAINER
----------------------------------------------------*/
#container{
	width:950px;
}

/*----------------------------------------------------
# HEADER
----------------------------------------------------*/
#header h1{
	float:left;
}

#header .banner{
	float:right;
}

/*----------------------------------------------------
# BODY
----------------------------------------------------*/
#body{
	clear:both;
}

#left{
	float:left;
	width:335px;
	background-image:url(image/top/top_mainimg.png);
	background-repeat:no-repeat;
}

#right{
	float:right;
	width:615px;
}

#nav ul li{
	float:left;
	list-style:none;
}

/*----------------------------------------------------
# FOOTER
----------------------------------------------------*/
#footer{
clear:both;
text-align:right;
padding:15px 15px 10px 0;
color:#FFFFFF;
}
