@charset "utf-8";
/* ---------------------------------
main.css
TOPページ専用のスタイル
------------------------------------ */

/*---------------------------------------*/
/* 新着情報 */
#wn_title{
	background: url(../images/basic_parts.gif) no-repeat;
	background-position: 0px -890px;
	width: 690px;
	height: 43px;
	text-indent: -9999px;
}

#wn_ul{
	height: 521px;
	width: 657px;
	border-left: 10px solid #C1291B;
	border-right: 10px solid #C1291B;
	padding: 3px 0px 20px 13px;
	overflow: auto;
}

#wn_ul li{
	border-bottom: 2px dotted #C1291B;
	margin: 0 20px 0 0;
	padding: 2px 0 2px 0;
	width: 620px;
	overflow: hidden;
}

.wn_a{
	clear: both;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 619px;
}
.wn_a:hover{
	background-color: #C1291B;
}

div.wn_text{
	float: left;
	width: 510px;
}

.wn_dot{
	color: #023AAE;
	font-size: 22px;
}
.wn_a:hover .wn_dot{
	color: #b9d0ff;
}

.wn_date{
	font-family: Arial Black, sans-serif;
	font-size: 22px;
	/*color: #838384;*/
	color: #770B00;
}
.wn_a:hover .wn_date{
	color: #ffffff;
}

.wn_p{
	clear: both;
	font-size: 17px;
	color: #313131;
	font-weight: bold;
	padding: 2px 0 4px 25px;
}
.wn_a:hover .wn_p{
	color: #ffffff;
}

img.wn_thm{
	float: right;
	display: block;
	margin: 1px 1px 1px 0;
	padding: 2px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}


#wn_pager{
	text-align: right;
}
#wn_pager a:hover{
	background-color: #C1291B;
	color: #ffffff;
}


/*アイコン追加　nogawa　100311*/
.wn_icon{
	vertical-align: middle;
}



/*---------------------------------------*/
/* 今日の写メ */
#main_shame{
	float: left;
	margin-top: 0px;
}

#syame_title{
	background: url(../images/basic_parts.gif) no-repeat;
	background-position: -540px -120px;
	width: 340px;
	height: 43px;
	text-indent: -9999px;
}

#syame_ul{
	height: 604px;
	width: 307px;
	border-left: 10px solid #C1291B;
	border-right: 10px solid #C1291B;
	padding: 0px 0px 20px 13px;
	overflow: auto;
}

#syame_ul li{
	border-bottom: 2px dotted #C1291B;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 0;
}

.syame_dot{
	color: #28395c;
	font-size: 22px;
}
.syame_date{
	color: #28395c;
	font-family: Arial Black, sans-serif;
	font-size: 22px;
}

#syame_ul li h4{
	font-weight: bold;
	color:	#C1291B;
	margin: 5px 0px 10px 3px;
}

.syame_img{
	float: left;
	border-right: 10px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

.syame_p{
	margin: 0px 0px 20px 0px;
	overflow: auto;
}

#syame_pager{
	text-align: right;
}
#syame_pager a:hover{
	background-color: #C1291B;
	color: #ffffff;
}



/*---------------------------------------*/
/* 女の子ブログ */
#main_priblo{
	float: left;
	margin: 0px 0 20px 10px;
}

#priblo_title{
	background: url(../images/basic_parts.gif) no-repeat;
	background-position: -540px -163px;
	width: 340px;
	height: 42px;
	text-indent: -9999px;
}

#priblo_div{
	height: 624px;
	width: 320px;
	border-left: 10px solid #C1291B;
	border-right: 10px solid #C1291B;
	padding: 1px 0px 0px 0px;
	overflow: auto;
}

