@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: #FFFFFF;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: 879px;
	margin: 0 auto;
	}
	
.s_15 {
	font-size: 77%;
	line-height: 150%;
	}

.s_15_b {
	font-size: 77%;
	line-height: 150%;
	font-weight: bold;
	}

.h_15 {
	font-size: 85%;
	line-height:150%;
	}

.h_15_b {
	font-size: 85%;
	line-height:150%;
	font-weight: bold;
	}

.find_16_b {
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
	}

/* HEAD
------------------------------------------------------------------*/
div#head {
	width: 879px;
	}

div#head div#head_ph {
	width: 274px;
	height: 340px;
	float: left;
	margin-top: 6px;
	}

div#head h1 {
	width: 509px;
	height: 69px;
	float: right;
	margin: 197px 0 0 0;
	}
	
div#head ul.nav {
	width: 580px;
	padding: 45px 0 0 0 ;
	list-style-type: none;
	float: right;
	}

div#head ul.nav li {
	float: left;
	margin-right: 9px;
	}
	
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 -23px;
	}
	
div#head ul.nav li.news a {
    width:85px;
    height:23px;
	background-image: url(../img/global/nav_news.jpg);
	}
		
div#head ul.nav li.profile a {
    width:115px;
    height:23px;
	background-image:url(../img/global/nav_profile.jpg);
	}
	
div#head ul.nav li.disc a {
    width:75px;
    height:23px;
	background-image:url(../img/global/nav_disc.jpg);
	}
	
div#head ul.nav li.blog a {
    width:83px;
    height:23px;
	background-image:url(../img/global/nav_blog.jpg);
	background-repeat: no-repeat;
	}
	
div#head ul.nav li.bbs a {
    width:67px;
    height:23px;
	background-image:url(../img/global/nav_bbs.jpg);
	background-repeat: no-repeat;
	}
	
div#head ul.nav li.cokemaga a {
    width:85px;
    height:23px;
	background-image:url(../img/global/nav_cokemaga.jpg);
	background-repeat: no-repeat;
	}

/* HEAD END
------------------------------------------------------------------*/
/* FOOT
------------------------------------------------------------------*/
div#foot {
	width: 800px;
	height: 30px;
	margin: 8px 41px 0 38px;
	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 {
	width: 800px;
	margin: 5px 41px 0px 38px;
	}

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
------------------------------------------------------------------*/

