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

*{
	margin:0px;
	padding:0px;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	background:url(../img/bg_all.jpg) repeat;
	text-align:center;
}
a:link{
	color:#663399;
}
a:visited{
	color:#666699;
}
a:hover{
	color:#666699;
}
a:active{
	color:#666699;
}
a img{
	border:none;
}

#wrapper{
	width:700px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-bottom:20px;
}
#navi{
	width:700px;
	height:38px;
}
#navi ul li{
	width:175px;
	height:38px;
	float:left;
	text-indent:-9999px;
	list-style-type:none;
}
#navi ul li a{
	display:block;
	width:175px;
	height:38px;
}
#navi_about{
	background:url(../img/navi_about.gif) no-repeat;
}
#navi_about a:hover{
	background:url(../img/navi_about_ovr.gif) no-repeat;
}
#navi_about_ovr{
	background:url(../img/navi_about_ovr.gif) no-repeat;
}
#navi_otome{
	background:url(../img/navi_otome.gif) no-repeat;
}
#navi_otome a:hover{
	background:url(../img/navi_otome_ovr.gif) no-repeat;
}
#navi_otome_ovr{
	background:url(../img/navi_otome_ovr.gif) no-repeat;
}
#navi_zakka{
	background:url(../img/navi_zakka.gif) no-repeat;
}
#navi_zakka a:hover{
	background:url(../img/navi_zakka_ovr.gif) no-repeat;
}
#navi_zakka_ovr{
	background:url(../img/navi_zakka_ovr.gif) no-repeat;
}
#navi_special{
	background:url(../img/navi_special.gif) no-repeat;
}
#navi_special a:hover{
	background:url(../img/navi_special_ovr.gif) no-repeat;
}
#navi_special_ovr{
	background:url(../img/navi_special_ovr.gif) no-repeat;
}
#btn_otome{
	width:175px;
	height:38px;
	background:url(../img/navi_otome.gif) no-repeat;
	text-indent:-9999px;
}
#btn_otome a,
#btn_zakka a,
#btn_special a,
#btn_about a{
	display:block;
	width:175px;
	height:38px;
}
#btn_otome a:hover{
	background:url(../img/navi_otome_ovr.gif) no-repeat;
}
#btn_zakka{
	width:175px;
	height:38px;
	background:url(../img/navi_zakka.gif) no-repeat;
	text-indent:-9999px;
}
#btn_zakka a:hover{
	background:url(../img/navi_zakka_ovr.gif) no-repeat;
}
#btn_special{
	width:175px;
	height:38px;
	background:url(../img/navi_special.gif) no-repeat;
	text-indent:-9999px;
}
#btn_special a:hover{
	background:url(../img/navi_special_ovr.gif) no-repeat;
}
#btn_about{
	width:175px;
	height:38px;
	background:url(../img/navi_about.gif) no-repeat;
	text-indent:-9999px;
}
#btn_about a:hover{
	background:url(../img/navi_about_ovr.gif) no-repeat;
}
#info{
	clear:both;
	width:660px;
	margin:20px auto 0px auto;
}
#info_book{
	width:158px;
	float:left;
	margin-bottom:20px;
}
#info_btn{
	margin-bottom:20px;
	float:right;
}
#info_txt_detail{
	color:#666666;
	margin:10px 0px;
	font-size:10px;
	line-height:1.4em;
}
#footer{
	width:660px;
	margin:0px auto;
}
#footer address{
	font-style:normal;
	color:#666666;
	font-size:10px;
	margin-top:5px;
}
#footer p{
	font-size:10px;
	color:#666666;
	line-height:1.4em;
	padding-top:10px;
}
#second_header{
	width:700px;
	height:166px;
	background:url(../img/header_second.gif) no-repeat;
	text-indent:-9999px;
}
#second_header a{
	display:block;
	width:700px;
	height:166px;	
}
#comment_box{
	width:660px;
	margin:20px auto 0px auto;
}
#box_middle{
	background:url(../img/box_middle.gif) repeat-y;
	color:#333366;
	line-height:1.6em;
	padding:10px 20px;
}

.txt{
	line-height:1.7em;
}
.clear{
	clear:both;
}
.note{
	background:url(../img/bg_note.gif) repeat;
	padding:20px;
}
.pink{
	color:#FF3333;
}
