@charset "utf-8";


*{
	margin:0px;
	padding:0px;
}
#main{
	width:700px;
	margin:0px auto;
	background:url(../image/bg/body_bg.jpg) repeat-y;
}
a img{
	border:0px;
}


/*ヘッダー部分*/
#headder{
	background:url(../image/bg/headder.jpg) no-repeat;
	width:700px;
	height:148px;
}
h1 a{
	display:block;
	position:relative;
	top:20px;
	left:20px;
	width:115px;
	height:115px;
	text-indent:-9999px;
	outline-style:none;
}
* html h1 a{
	display:block;
	width:115px;
	height:115px;
	background:url(../image/bg/logo.jpg) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
/*メニュー部分*/
#menu{
	background:url(../image/bg/menu.jpg) no-repeat;
	width:676px;
	height:42px;
	margin:3px 0px 0px 6px;
	text-indent:-9999px;
}
#menu after{
	visibility:hidden;
}
#menu ul{
	list-style-type:none;
}
#menu ul li {
	float:left;
}
#menu ul li a{
		display:block;
		outline-style:none;
}
#menu ul li.profile a{
	background:url(../image/bg/menu.jpg) 0px 0px;
	width:142px;
	height:42px;
}
#menu ul li.profile a:hover{
	background:url(../image/bg/menu.jpg) 0px -42px;
	width:142px;
	height:42px;
}
#menu ul li.profile_on a{
	background:url(../image/bg/menu.jpg) 0px -42px;
	width:142px;
	height:42px;
}
#menu ul li.poem a{
	background:url(../image/bg/menu.jpg) -142px 0px;
	width:129px;
	height:42px;
}
#menu ul li.poem a:hover{
	background:url(../image/bg/menu.jpg) -142px -42px;
	width:129px;
	height:42px;
}
#menu ul li.poem_on a{
	background:url(../image/bg/menu.jpg) -142px -42px;
	width:129px;
	height:42px;
}
#menu ul li.illust a{
	background:url(../image/bg/menu.jpg) -270px 0px;
	width:129px;
	height:42px;
}
#menu ul li.illust a:hover{
	background:url(../image/bg/menu.jpg) -270px -42px;
	width:129px;
	height:42px;
}
#menu ul li.illust_on a{
	background:url(../image/bg/menu.jpg) -270px -42px;
	width:129px;
	height:42px;
}
#menu ul li.bbs a{
	background:url(../image/bg/menu.jpg) -400px 0px;
	width:131px;
	height:42px;
}
#menu ul li.bbs a:hover{
	background:url(../image/bg/menu.jpg) -400px -42px;
	width:131px;
	height:42px;
}
#menu ul li.bbs_on a{
	background:url(../image/bg/menu.jpg) -400px -42px;
	width:131px;
	height:42px;
}
#menu ul li.arquiv a{
	background:url(../image/bg/menu.jpg) -531px 0px;
	width:145px;
	height:42px;
}
#menu ul li.arquiv a:hover{
	background:url(../image/bg/menu.jpg) -531px -42px;
	width:145px;
	height:42px;
}
#menu ul li.arquiv_on a{
	background:url(../image/bg/menu.jpg) -531px -42px;
	width:145px;
	height:42px;
}


/*注意事項*/
#attention{
	width:646px;
	margin:10px 0px 10px 17px;
	border-top:2px dotted #40abe3;
	padding-top:10px;
	clear:both;
}
h4{
	font-size:90%;
	font-weight:bold;
	color:#CC0000;
}
p.attention{
	font-size:80%;
	color:#CC0000;
	line-height:1.2em;
	letter-spacing:0.02em;
}


/*フッター部分*/
#footter{
	background:url(../image/bg/footter.jpg) no-repeat;
	width:700px;
	height:60px;
	clear:both;/*コンテンツのfloat解除*/
}
#footter ul{
	width:670px;
	height:20px;
	list-style-type:none;
	margin-left:20px;
}
#footter ul li{
	float:left;
}
#footter ul li a{
	display:block;
	height:10px;
	text-indent:-9999px;
}
li.footter_infomation a{
	width:72px;
}
li.footter_profile a{
	width:48px;
}
li.footter_poem a{
	width:44px;
}
li.footter_illust a{
	width:40px;
}
li.footter_bbs a{
	width:32px;
}
li.footter_arquiv a{
	width:48px;
}
li.footter_sitemap a{
	width:59px;
}
li.footter_mail a{
	width:34px;
}