@charset "UTF-8";


/*----------------------------------
/*　Special.css
-----------------------------------*/


/*----------------------------------
/*　leftmenu
-----------------------------------*/

#leftmenu h3{
	text-align: center;
}
/*透過ボックス*/
.menu_alphabox{
	width:224px;
	margin: 10px auto;
	padding-bottom: 20px;
	background: url(/images/alpha.png) repeat;
	text-align: left;

}

.menu_alphabox .listmenu{
	width: 184px;
	font-size: 14px;
	margin: 10px 20px 0px;
	clear:both;
	
}

.menu_alphabox .listmenu .iconbook{
	width: 18px; 
	padding: 5px 5px 5px 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/bookicon.gif) no-repeat 2px 2px;
	margin-right: 10px;
	text-align: right;
	float: left;
}

.menu_alphabox .listmenu .menu{
	float: left;
	width: 140px;
	line-height: 110%;
}


/*----------------------------------
/*　メイン/*
-----------------------------------*/
#contents{
	width: 590px;
	margin: 30px auto 20px auto;
	text-align: left;
}

#main h2{
	color: #FFF;
	width: 650px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

#imagebox{
	width: 650px;
	margin-top: 6px;
}
#imagebox_inner{
	width: 650px;
	margin: auto;
	text-align:center;
}

/*H3*/

#contents div#heading{
	background: url(/images/event_category/heading_special.png) no-repeat left top;
	width: 590px;
	height:40px;
}

#contents h3.special{
	font-size: 14pt;
	color: #E4007F;
	width: 590px;
	height:40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	text-align: left;
	overflow: hidden;/*IE6*/
}

/*日付*/
#contents h3 span.update{
	font-size: 11px;
	letter-spacing:0px;
	text-align: right;
	float: right;
	height: 20px;
	line-height: 20px;
	color: #727172;
	margin: 16px 50px 0px 0;
}

* html #contents h3 span.update{ margin: -1.3em 10px 5px 0; }/*IE6*/
*:first-child+html #contents h3 span.update{ margin: -1.3em 50px 5px 0; }/*IE7*/
/*FireFox 2.0/3.0*/
#contents h3 span.update, x:-moz-read-only{	margin: -23px 50px 5px 0; }
/*FireFox 3.5*/
#contents h3 span.update, E:last-of-type{ margin: 16px 50px 5px 0; }




#box{
	width: 550px;
	margin: 20px auto;
	overflow:hidden;
	position: absoute;
	left: 50%;
	top: 50%;
	_padding-left: 20px;
}
#box p{
	margin: 0;
}


#box p.date{
font-size: 11px;
}

img.new{
margin-top: 3px;
}



/*本見出し*/
.book{
	width: 550px;
	height: 37px;
	line-height: 37px;
	margin: 20px 0;
	background: url(/images/event_category/headingbook.png) no-repeat left top;	
	
}
.book h4{
	padding: 5px 0 0px 50px;
	color: #E4007F;
	font-size:14px;
}

/*テキスト回り込み*/
.intro{
	margin: 0px;
	text-align: left;
	border-bottom: 1px dashed #EE86B4;
	padding-bottom: 10px;
}

.intro img{
margin: 0px 20px 10px 0px;
}

/*注意書き*/
#box span.attention{
font-size: 10px;
}



/*コメント部分*/

#comment{
margin-top: 20px;

}

#comment h4{
	font-size: 14px;
	margin: 0px;
	padding-bottom: 3px;
	color: #B5803E; 
	border-bottom: 1px dashed #B5803E;
}


#comment div.commentpreview{
	padding: 10px 0 5px;
	border-bottom: 1px dashed #B5803E;
}

#comment p.commentauthor{
	padding: 0 0 10px;
	text-align: right;
}


/*コメント入力欄*/

#commentbox{
	border: 1px dashed #B5803E;
	background-color: #FFFEED;
	width: 380px;
	margin: 20px auto;
	text-align: center;
}
* html #commentbox{	margin: 20px 85px; }

#commentbox02{
	width: 300px;
	margin: 20px auto;
	text-align: left;
	padding-bottom: 20px;
}

#commentbox .alert {
	color: red;
}

#commentbox #commentbox02 h4{
	background: url(/images/choeicon_gold.png) no-repeat left top;
	color: #B5803E; 
	padding-left: 30px;
}

#commentbox02 dt{ margin-top:10px; }

#nickname, #userinput{
	width: 300px;
	height: 20px;
    border: 1px solid #CCC; 
	padding: 1px 0 0 1px;
}

#nickname{ height: 20px; }
#userinput{ height: 140px; }


#commentbox02 .formbtn{
	border:none;
	width:45px;
	height:15px;
	background:url(/images/formbtn.png) top right no-repeat;
	cursor: pointer;
	outline:none;
	float: right;
	margin-top: 5px;
}




/*pagetop*/
#box p.arrow_top{
	font-family: futura, Verdana, sans-serif;
	color: #E4007F;
	text-align: right;
	margin-bottom:20px;
}
#box p.arrow_top a{
	color: #E4007F;
	text-decoration: none;
}
