﻿@charset "utf-8";
/* CSS Document */

/* ================================================================================ */
/*      3-3. section2                                                                */
/* ================================================================================ */
div.mainColumn div.section1 {
	width: 570px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
}

div.section1 ul{
	padding: 0px;
	list-style-type: none;
	list-style-type: none!important;
	margin-left: 10px;
}

div.section1 li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	height: 75px !important;
	margin: 0px 0px 10px!important;
	padding: 0px 0px 5px!important;
	background: url(none)!important;
}

div.section1 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section1 .column_list_photo img{
	height: 70px!important;
	width: 70px!important;
	border: 1px solid #D4D0C8;
	padding: 0px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
} 
div.section1 h4{
	height: 70px!important;
	float: right!important;
	width: 520px !important;
	line-height: 1.2em!important;
	font-size: 100%!important;
	margin: 0px 0px 3px 5px!important;
	padding: 0px 0px 0px 10px!important;
	overflow: hidden;
	background: url(none)!important;
}
div.section1 h4 a, .section1 h4 a:visited{
	text-decoration: none;
	color: #069;
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;
}


div.section1 .read {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin-top: 3px;
	display: block;
	line-height: 1.4em;
}

div.section1 h4 a:hover{
	text-decoration: none;
	color: #690;
}

div.section1 p{
	clear: both;
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------- */
/*      4-6. バックナンバー　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */
#container #backnumber {
	list-style-type: none;
	width: 580px;
	text-align: center;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-seri;
	padding: 5px 0px;
	text-align:center;
}


#backnumber span,#backnumber a{
	padding:0.25em 0.4em;
	margin:0px;
	border:1px solid #eeeeee;
}
#container #backnumber span{
	background:#eeeeee;
	font-weight:bold;
}
#container #backnumber a:hover{
	border-color:#00d!;
	background:#003399;
	color:#fff!;
}

