@charset "UTF-8";

/*------------------------------------------------
 * @SiteName   ne-9.jp
 * @Author     Nully
 * @CopyRight  Nully AllRight Reserved.
 *
 -----------------------------------------------*/
body {
	background:#FFFFFF;
	color:#333333;
	}


a    { color:#333333; }
/*a:visited { color:#e02c2c; }*/
a:hover   { color:#e02c2c; text-decoration:underline; }


#menu a { color:#fcfcfc; }
#menu a:active { color:#fcfcfc; }
#menu a:visited { color:#fcfcfc; }
#menu a:hover { color:#fff1bb; }


h2 {
	font-weight:bold;
	font-size:153.9%;
	margin:0 0 8px 0;
	}
h2 a{
	font-size:120%;
	}
h3 {
	font-size:93%;
	color:#800000;
	margin:0 0 12px 0 ;
	}

/*****************************************************************************
 * Layout Setting.
 ****************************************************************************/
#container {
	width:960px;
	margin:0 auto;
	}
#header {
	background:#fcfcfc url(../img/header_image.gif) no-repeat bottom right;
	padding:0 0 12px 0;
	border-bottom:1px solid #999999;
	}
#menu {
	background:#595959;
	border-bottom:1px solid #999999;
	padding:6px 0;
	margin:0 0 13px 0;
	}
#menu ul {
	float:right;
	}
#menu li {
	margin:0 5px 0 0;
	float:left;
	}
#contents {
	margin:0 0 80px 0;
	}
#footer {
	padding:10px 8px;
	color:#FFFFFF;
	background:#595959;
	}
#footer #friends {
	padding:2px 0 0 23px;
	background:url(../img/footer_friends.gif) no-repeat 0 0;
	width:500px;
	height:60px;
	float:left;
	}
#friends li {
	float:left;
	margin:0 5px 5px 0;
	}
#footer address {
	float:right;
	}
