@charset "utf-8";

/*  ---- Reset ----  */
@import url("reset.css");

/*  ---- Common ----  */

@import url("common2.css");

body{text-align:center;}
#header{width:100%;padding:0;}
#container{text-align:left;}

#container{width:100%;margin:0 auto;}
#wrapper{width:917px; margin:0 auto;}
#content{width:917px;padding:0;}
#navigation{float:left;width:246px;padding:0;}
#footer{clear:both;width:100%; margin:0; padding:27px 0 10px;}
#footer_topcont{width:953px; margin:0 auto;}
#foot_btmcont{width:100%;}

/*  ---- KV ----  */


#kv_area_toukou{
	height:242px;
	min-width:917px;
	width: expression(document.body.clientWidth < 919? "917px" : "auto"); /* for IE6 */
	overflow:hidden;
	position:relative;
	margin:0 auto;
	background:none;
	
}

#kv_area_toukou img{
	position:absolute;
	width:917px;
	top:0;
	left:50%;
	margin-left:-459px;
}
.attention3{background:#ffc3e5; width:876px; margin:20px 0; padding:50px 20px;}
.attention2{background:#ffc3e5; width:876px; margin:20px 0; padding:20px;}
.attention{background:#eee; width:876px; margin:20px 0; padding:20px;
}
/*  ---- 投稿フォームテーブル ----  */
#toukou_form{
width:730px;
border:1px #333 solid;
}

#toukou_form .chui{
font-size:10px;
color:#FF0000;
}

.toukou_form_left{border-bottom:1px solid #999; background:#3399CC; color:#fff; font-weight:bold; text-align:center;}
.toukou_form_right{border-bottom:1px solid #999; text-align:left;}

#toukou_form td {padding:10px;}

#toukou_form th{text-align:center; background:#06050A; color:#fff; padding:5px; font-weight:bold;}


/*  ---- 投稿画像アルバムページ ----  */
.albumHead .leftBox{float:left; width:286px; display:inline;}
.albumHead .rightBox{float:right; width:345px; display:inline;}
.photboxTop{ margin-top:14px; width:915px; height:39px; background-image:url(../toukou/img/box_top.gif); background-repeat:no-repeat; clear:both;}
.photboxTop .pagingArea{ padding-top:12px; padding-bottom:5px; text-align:center;}
.photboxMid{background-image:url(../toukou/img/box_middle.gif); background-repeat:repeat-y;}
.photboxMid .article{width:203px; margin-top:24px; margin-left:21px; float:left;}
.photboxMid .picBox{ width:203px; height:242px; background-image:url(../toukou/img/pic_flame.gif); background-repeat:no-repeat; float:left; display:inline; }
.photboxMid .category{ font-weight:bold; margin:0 0 3px 0;}
.photboxMid .picBox .pic{ padding:10px 8px 5px 12px;}
.photboxMid .picBox .pic pic2{ width:180px;}
.photboxMid .picBox .pic p{ font-weight:bold; padding-top:5px; padding-left:2px; text-align:left;}
.photboxMid .picBox .pic a{ font-weight:bold; color:#333333;}
.photboxMid .picBox .pic a:hover {text-decoration:none; color:#99C;}
.photboxMid .space{clear:both; height:24px;}
.photboxBtm{ vertical-align:middle; background-image:url(../toukou/img/box_bottom.gif); background-repeat:no-repeat; height:46px;}
.photboxBtm .pagingArea{ padding-top:12px; padding-bottom:5px; text-align:center;}

