@charset "UTF-8";
/**
 * home.css
 *
 * レイアウト用CSS
 */
#MainImage {
	padding:35px 0 30px 0;
	width:940px;
	margin:0 auto;
} 


#TopixTitle a{
	display:block;
	background:url(../img/title_topix.png) no-repeat;
	width:620px;
	height:30px;
	padding-bottom:8px;
}
#Topix p {
	line-height:line-height:1.9em!important;
}
#Topix li{
	background:none;
	padding-left:0;
}
.topix-category {
	float:left;
}

.topix-date{
	float:left;
}
.topix1 {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
	width:620px;
}


#Topix .lastChild {
	border-bottom-style:none;
}

.topix-category {
	width:62px;
	height:28px;
	border:3px solid #DBE7B6;
	margin-right:10px;
	padding-top:10px;
}
.topix-category .inner {
	width:62px;
	height:28px;
	line-height:11px;
	font-size:11px;
	text-align:center;
}

.topix-info {
	text-align:left;
}

.topix-date {
	text-align:left;
	font-size:11px;
}
.topix-text {
	font-size:13px;
	color:#6C9300;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}
.topix-text a {
	color:#6C9300;
}

.contents-body{
	background:none;
}
#SideContents {
	background:none;
}