﻿@charset "utf-8";

/***********************************************/
/* index.css                                   */
/* Use with toppage only                       */
/***********************************************/




/***********************************************/
/* hタグ                                       */
/***********************************************/

h1{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #CC0369;
	height: 20px;
	float: left;
	width: 919px;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	color: #CD0367;
}

h2 span { color: #363636; }

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #660032;
	line-height: 1.2;
	padding-top: 5px;
	margin-bottom: 10px;
}


h4 {
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
}

/***********************************************/
/* line div                                    */
/***********************************************/
#main .line {
	clear: both;
	padding: 15px 0;
}



/***********************************************/
/* topics                                      */
/***********************************************/

#topics { padding-bottom: 20px; margin-bottom:20px; }


#topics ul {
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px!important;
	margin-top: 0px!important;
}

#topics .line{	border-bottom: 1px dashed #CD0369; }

#topics li {
	line-height: 1.2;
	border-bottom: 5px solid #FFFFFF;
	padding: 3px;
}

#topics img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#topics li.back { background-color: #FFE5F2; }

#topics li.date {
	float: right;
	clear: right;
}

#topics li.more { text-align: right; }



/***********************************************/
/* category div                                */
/***********************************************/

#category{
	color: #660032;
	padding: 40px 0 20px;
}
#category .box {
	clear: both;
	padding-top: 20px;
}
#category dl {
	width: 245px;
	float: left;
}
#category dt { margin-bottom: 10px; }

#category dt img {
	vertical-align: bottom;
	margin-right: 5px;
}
#category dd {
	margin-left: 22px;
	line-height: 1.2;
}

#category dd a,
#contents a{
	color:#444444;
	text-decoration:underline;
}

#category dd a:hover,
#contents a:hover{
	color:#2DCC03;
	text-decoration:underline;
}






/***********************************************/
/* pageLink                                    */
/***********************************************/
ul.nextback {
	text-align: center;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.nextbackR {
	float:right;
	list-style-type: none;
	margin:10px 0 20px;
}
.nextback li,
ul.nextbackR li {
	display: inline;
	margin:0 20px;
	font-size: 120%;
}
.nextback img {	vertical-align: bottom; }

ul.pagenavi {
	list-style-type: none;
	text-align: center;
	margin: 10px 0;
}
.pagenavi li {
	display: inline;
	margin-right: 20px;
	font-size: 120%;
	line-height: 1.2;
}
.pagenavi li img {
	margin-right: 5px;
	vertical-align: middle;
}


/***********************************************/
/* contents                                    */
/***********************************************/
#contents {
	color: #660032;
	padding: 15px 0 20px;
}
#contents ul.catname {
	list-style-type: none;
	padding: 10px 0;
}
#contents .catname li {
	float: left;
	width: 48%;
	margin: 0 5px 8px 0;
}
#contents .catname li img {
	vertical-align: bottom;
	margin-right: 5px;
}
#flash { padding: 10px 0; width:500px; overflow:hidden; }
#flash a img, #flash a:visited img{ border:2px solid #DBC4B0;}
#flash a:hover img{ border:2px solid #2DCC03;}

/***********************************************/
/* affiliate                                   */
/***********************************************/
#affiliate {
	background-color: #FFE5F2;
	padding: 5px;
	margin: 10px 0 20px;
	clear:both;
	display:none;
}


/***********************************************/
/* 臨時用                                      */
/***********************************************/
.chared{
	color:#944C6F;
}
.darkgreen{
	color:#009900;
}

strong.waku a{
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	border: 1px dashed #CD0367;
	font-size: 120%;
	font-weight: bold;
	display:block;
}

#topics h4{
	/*border-top: 1px dashed #D63184;
	padding-top:10px;*/
	font-size:90%;
	color:#993366;
}

#topics h4 strong{	color:#000000; }


#topics h5{
	font-size:140%;
}

.dline{	border-bottom: 1px dashed #D63184; }
#topics dl{
	width: 500px;
	margin: 10px 0 15px;
}
#topics dt {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 5px;
}
#topics dd {
	margin-bottom: 10px;
	font-size: 90%;
}
#topics dd img{ float:left; margin-right:10px; }
#topics dd.nofl{ clear:both; }

#topics li.btn{
	background-color: #F5F5F5;
	width: 237px;
	text-align: center;
	padding: 5px 0;
	border: 1px dashed #CD0367;
	font-size: 120%;
	font-weight: bold;
}

