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

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	color:#181818;
	text-align:center;
	background:url(../img_re/bg_all.gif) repeat-x;
}
a img {
	border:none;
}
a:link,a:visited {
	color:#307475;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header {
	text-align:left;
	width:905px;
	margin:50px auto 0px auto;
}
#navi_about a {
	display:block;
	width:123px;
	height:0px;
	overflow:hidden;
	padding-top:24px;
	background:url(../img_re/top/btn_about.jpg) no-repeat;
	float:right;
}
#navi_about a:hover {
	display:block;
	width:123px;
	height:0px;
	overflow:hidden;
	padding-top:24px;
	background:url(../img_re/top/btn_about.jpg) no-repeat;
	background-position:0px -24px;
}


/* navi */

#navi {
	clear:both;
}
#navi li {
	list-style-type:none;
	list-style-position:outside;
	float:left;
}
#navi_01 a,
#navi_02 a,
#navi_03 a,
#navi_04 a,
#navi_05 a,
#navi_06 a,
#navi_07 a,
#navi_08 a,
#everyone #navi_01 a,
#illust #navi_02 a,
#wisdom #navi_03 a,
#cam #navi_04 a,
#recommend #navi_05 a,
#culture #navi_06 a,
#whiskers #navi_07 a,
#links #navi_08 a {
	display:block;
	height:0px;
	overflow:hidden;
	margin-bottom:20px;
	padding-top:18px;
	background:url(../img_re/navi.gif) no-repeat;
}
#navi_01 a {
	width:113px;
}
#navi_02 a {
	width:111px;
	background-position:-113px 0px;
}
#navi_03 a {
	width:105px;
	background-position:-224px 0px;
}
#navi_04 a {
	width:91px;
	background-position:-329px 0px;
}
#navi_05 a {
	width:122px;
	background-position:-420px 0px;
}
#navi_06 a {
	width:112px;
	background-position:-542px 0px;
}
#navi_07 a {
	width:122px;
	background-position:-654px 0px;
}
#navi_08 a {
	width:124px;
	background-position:-776px 0px;
}
#navi_01 a:hover,
#everyone #navi_01 a {
	width:113px;
	background-position:0px -18px;
}
#navi_02 a:hover,
#illust #navi_02 a {
	width:111px;
	background-position:-113px -18px;
}
#navi_03 a:hover,
#wisdom #navi_03 a {
	width:105px;
	background-position:-224px -18px;
}
#navi_04 a:hover,
#cam #navi_04 a {
	width:91px;
	background-position:-329px -18px;
}
#navi_05 a:hover,
#recommend #navi_05 a {
	width:122px;
	background-position:-420px -18px;
}
#navi_06 a:hover,
#culture #navi_06 a {
	width:112px;
	background-position:-542px -18px;
}
#navi_07 a:hover,
#present #navi_07 a {
	width:122px;
	background-position:-654px -18px;
}
#navi_08 a:hover,
#links #navi_08 a {
	width:124px;
	background-position:-776px -18px;
}


/* footer */

#footer {
	clear:both;
	width:100%;
	background-color:#BFA877;
	padding:20px 0px;
}
address {
	color:#FFFFFF;
	font-size:85%;
	font-style:normal;
}

/*-------------------------------------------------
	クリアフィックスハック
-------------------------------------------------*/
.clearFix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearFix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearFix { 
	display: block; 
}