@charset "shift_jis";
/* CSS Document */

/* All ASPECTS
------------------------------------------------------------------*/
div,p,ul,h1,h2,h3,h4,h5,a,img,
ol,ul,li,dl,dt,dd,table,tr,td,body {
	margin: 0;
	padding: 0;
	}

a:link {color:#FFFFFF;text-decoration: none;}
a:visited {color: #888888;text-decoration: none;}
a:hover {color: #FF3300;text-decoration: underline;}
a:active {color: #FF3300;text-decoration: none;}

body{
	background-color: #000000;
	background-image: url(../img/global/background.jpg);
	background-repeat: no-repeat;
	color: #999999;
	}
	
div#outline {
	width: 800px;
	margin: 0 auto;
	}
	
/* HEAD
------------------------------------------------------------------*/
div#head {
	width: 800px;
	margin: 0;
	padding: 0;
	}

div#head h1 {
	float: left;
	margin-right: 10px;
	}

div#head ul.nav {
	padding: 45px 0 0 0 ;
	list-style-type: none;
	}

div#head ul.nav li {
	float: left;
	margin-right: 8px;
	}

div#head ul.nav li a {
    display:block;
    text-indent:-100px;
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
div#head ul.nav li a:hover {
    background-position:0px -21px;
	}
	
div#head ul.nav li.news a {
    width:77px;
    height:21px;
	background-image:url(../img/top_nav_news.jpg);
	}
		
div#head ul.nav li.profile a {
    width:105px;
    height:21px;
	background-image:url(../img/top_nav_profile.jpg);
	}
	
div#head ul.nav li.disc a {
    width:68px;
    height:21px;
	background-image:url(../img/top_nav_disc.jpg);
	}
	
div#head ul.nav li.blog a {
    width:75px;
    height:21px;
	background-image:url(../img/top_nav_blog.jpg);
	background-repeat: no-repeat;
	}
	
div#head ul.nav li.bbs a {
    width:61px;
    height:21px;
	background-image:url(../img/top_nav_bbs.jpg);
	background-repeat: no-repeat;
	}
	
div#head ul.nav li.cokemaga a {
    width:80px;
    height:21px;
	background-image:url(../img/top_nav_cokemaga.jpg);
	background-repeat: no-repeat;
	}



/* HEAD END
------------------------------------------------------------------*/
/* CONTENT
------------------------------------------------------------------*/
h2{
	margin-bottom: 7px;
	}

/* CONTENT END
------------------------------------------------------------------*/
/* FOOT
------------------------------------------------------------------*/
div#foot {
	width: 800px;
	height: 30px;
	background-image: url(../img/global/bg_foot.jpg);
	background-repeat: no-repeat;
	display: block;
	}
	
div#foot ul.foot_nav {
	list-style-type: none;}

div#foot ul.foot_nav li {
	float: right;
	margin:5px 5px 13px 5px;
	}
	
div#foot ul.foot_nav li span {
	font-size: 80%;
	}
	
div#foot_credit {}

div.foot_credit h3 {
	text-align: right;
	margin-bottom: 3px;
	}

div.foot_credit p.credit {
	font-size: 78%;
	color: #666666;
	text-align: right;
	}


/* FOOT END
------------------------------------------------------------------*/