@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border-style: none;
	text-decoration:none;
}
body {
	background-color: #FFF6F9;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin:10px auto;
	border: 1px solid #CCC;
}
#header {
	margin-top:5px;
}
#categorynavileft {
	float:left;
	width:253px;
	margin:0px 0px 10px 13px;
	}
#categorynavicenter {
	float:left;
	width:253px;
	margin:0px 8px 10px 8px;
	}
#categorynaviright {
	float:left;
	width:253px;
	margin:0px 0px 10px 0px;
	}

#main {
	background-color: #FFF;
	width: 800px;
	clear:both;
}
#contentstoptitle {
	text-align:left;
	font-size:12px;
	line-height:1.5em;
	padding:5px 13px 5px 13px;
}
#topicsdounyu {
	background:url(../sozai/illust/contentstop_katsudou_dounyuu.png) no-repeat right bottom;
	height:68px;
	margin:0 10px 5px 10px;
}



.koumokubuttonleft {
	float:left;
	width:190px;
	height:50px;
	margin:15px 0 0 1px;
	}
.koumokubuttoncenter {
	float:left;
	width:190px;
	height:50px;
	margin:15px 0 0 6px;
	}
.koumokubuttonright {
	float:left;
	width:190px;
	height:50px;
	margin:15px 0 0 6px;
	}
.koumokubuttonaka {
	background:url(../sozai/illust/contentstop_shien_menu_aka.png);
}
.koumokubuttonkiiro {
	background:url(../sozai/illust/contentstop_shien_menu_kiiro.png);
}
.koumokubuttonmidori {
	background:url(../sozai/illust/contentstop_shien_menu_midori.png);
}
.koumokubuttontext1 a {
	font-size:16px;
	font-weight:bold;
	color:#C03;
	line-height: 50px;
}
.koumokubuttontext2 a {
	font-size:14px;
	font-weight:bold;
	color:#C03;
	line-height: 50px;
}
.menutitle {
	color:#903;
	text-align:left;
	font-size:16px;
	font-weight:bolder;
	padding:5px 0 5px 0;
}


.koumoku {
	width:780px;
	margin:0 10px 10px 10px;
}
.koumokumidashi {
	line-height: 26px;
	color:#903;
	text-align:left;
	font-size:16px;
	font-weight:bolder;
	margin: 5px 0 5px 0;
}
.koumokutext{
	font-size: 12px;
	text-align:left;
	line-height:1.5em;
	background:#FFF;
	margin:5px 0 8px 0;
	padding:5px;
	border: 1px solid #FCC
	;
    border-bottom: 2px solid #F99;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dirmidashi {
	line-height: 26px;
	color:#903;
	text-align:left;
	font-size:16px;
	font-weight:bolder;
	margin: 5px 0 5px 0;
}
#shintani {
	width:470px;
	height:240px;
	background:url(../sozai/illust/contentstop_shien_shintani.png) bottom left no-repeat;
	margin:0 2px 5px 10px;
	padding:0 10px 0 300px;
	border:#C03 dotted 1px;
}
#mochizuki {
	width:500px;
	height:230px;
	background:url(../sozai/illust/contentstop_shien_mochizuki.png) bottom right no-repeat;
	margin:0 2px 5px 10px;
	padding:0 270px 0 10px ;
	border:#C03 dotted 1px;
}
.topicstext{
	font-size: 12px;
	text-align:left;
	line-height:1.5em;
}
.topicstext a{
	color:#903;
}
.topicstext a:hover{
	color:#C00;
}
#navi {
	height:16px;
	font-size:12px;
	text-align:center;
	margin:10px 0 20px 0;
}
#navi a {
	color:#C30;
}
#navi a:hover {
	color:#F00;
}
#navi img {
	vertical-align:text-bottom;
}




#footer {
	border-top:#CCC solid 1px;
	margin:5px;
	width: 790px;
	height: 40px;
	clear: both;
}
#footer .footernavi {
	font-size: 12px;
	line-height: 28px;
}
#footer .footernavi a {
	color:#903;
}
#footer .footernavi a:hover {
	color:#C00;
}
#footer .copyright {
	font-size: 10px;
	line-height: 5px;
}	
.clear {
	clear:both
}
