@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	}
body {
	background:url(../images/common/background_s1.jpg) repeat;
	}
h1 {width:272px;
    float:left;
	background:url(../images/common/top_bn_s2.jpg) 0 0 no-repeat transparent;
	}
h1 a{
	display:block;
	}
h1 a:hover img{
	visibility:hidden;
	}
h3 {
	color:#FFFFFF;
	text-align:center;
	font-size:24px;
	margin-bottom:10px;
	background: url(../images/common/h2_bar.jpg) 0 0 no-repeat transparent;
	}
h4 {
	color:#F00;
	font:48px "Impact","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	margin:0 20px;
	}
h5 {
	color:#333;
	font-weight:normal;
	font:14px "HGSｺﾞｼｯｸM","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	background:url(../images/common/h4_top.gif) 0 center no-repeat;
	margin:0 5px;
	border-bottom:#333 solid 1px;
	padding:0 15px;
	}
div#wrapper {
	background-color:#FFF;
	width:960px;
	min-height:100%;
	max-height:none;
	margin:0 auto;
	padding:0;
	border:solid #FFF 1px;
	}
/*------------------------------#header------------------------------*/
div#header {
	width:940px;
	margin:0 10px 20px 10px;
	padding-top:20px;
	}
ul#snsNav {
	float:right;
	}
ul#snsNav li {
	margin:0 0 0 10px;
	float:left;
	}
ul#snsNav li a{
	display:block;
	}
ul#snsNav li.sns_1{
	background:url(../images/common/sns_twitter_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul#snsNav li.sns_2{
	background:url(../images/common/sns_pixiv_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul#snsNav li.sns_3{
	background:url(../images/common/sns_ust_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul#snsNav li.sns_4{
	background:url(../images/common/sns_contact_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul#snsNav li.sns_1 a:hover img,
ul#snsNav li.sns_2 a:hover img,
ul#snsNav li.sns_3 a:hover img,
ul#snsNav li.sns_4 a:hover img{
	visibility:hidden;
	}
/*------------------------------#main------------------------------*/
div#main {
	width:710px;
	margin:0 10px;
	float:right;
	}
/*------------------------------#side------------------------------*/
div#side {
	width:200px;
	margin:0 10px;
	}
ul.sideNav li{
	width:200px;
	height:36px;
	margin:20px 0;
	overflow:hidden;
    }
ul.sideNav li a{
	display:block;
	}
ul.sideNav li.side_1{
	background:url(../images/common/side_about_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul.sideNav li.side_2{
	background:url(../images/common/side_gallery_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul.sideNav li.side_3{
	background:url(../images/common/side_blog_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul.sideNav li.side_4{
	background:url(../images/common/side_pchat_btn_s2.jpg) 0 0 no-repeat transparent;
	}
ul.sideNav li.side_1 a:hover img,
ul.sideNav li.side_2 a:hover img,
ul.sideNav li.side_3 a:hover img,
ul.sideNav li.side_4 a:hover img{
	visibility:hidden;
	}
/*------------------------------#footer------------------------------*/
div#footer {
	width:940;
	margin:10px 10px;
	clear:both;
	}
div#footer a#pageTop {
	width:87px;
	margin:10px 10px;
	float:right;
	background:url(../images/common/top_btn_s2.jpg) 0 0 no-repeat transparent;
	}
div#footer a#pageTop:hover img{
	visibility:hidden;
	}
div#footerNav {
	width:940px;
	margin:10px 0;
	border-top:solid #333 1px;
	clear:both;
	}
ul#f_Nav {
	width:340px;
	margin:0 15px;
	float:left;
	}
ul#f_Nav li {
	width:65px;
	margin:10px 10px;
	float:left;
	}
ul#f_Nav li a {
	font-color:#333;
	}
ul#f_snsNav {
	width:255px;
	margin:0 15px;
	float:left;
	}
ul#f_snsNav li {
	width:65px;
	margin:10px 10px;
	float:left;
	}
div#footer a:link {
	color:#333;
	text-decoration:none;
}
div#footer a:visited {
	color:#333;
	text-decoration:none;
}
div#footer a:hover {
	color:#999;
	text-decoration:none;
}
div#footer a:active{
	color:#333;
	text-decoration:none;
}
address{
	text-align:center;
	padding-bottom:20px;
	clear:both
	}