﻿@charset "utf-8";

@import url(base.css);

h2 {
	position:absolute;
	top:19px;
	left:1px;
}

h3 {
	clear:both;
	margin-bottom:10px;
}

div.index p {
	padding:0 10px 30px;
}

div.index iframe {
	clear:both;
	width:550px;
	height:120px;
}



/*    news.html    */
div#news {
	background:url(../image/news-bg.jpg);
	/*background:#E1E2EC;*/
	padding:20px;
	margin-bottom:20px;
	border:1px solid #FFF;
}

/*    news.html    */
div#new {
	color:#333740;
	font-size:1.2em;
	background:#E1E2EC;
}
div#new table tr {
	background:url(../image/news-line.jpg) no-repeat center bottom #E1E2EC;
}
div#new table th {
	width:130px;
	padding:8px 20px 10px 0;
}
div#new table th span {
	background:url(../image/news-arr.jpg) no-repeat left center;
	padding:0 0 0 15px;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:normal;
}
div#new table td {
	width:100%;
}

/* pickup */
div#pickup {
	clear:both;
	margin-bottom:40px;
}
div#pickup dl {
	float:left;
	width:140px;
	padding:0 0 0 5px;
}
div#pickup dl dt {
	overflow:hidden;
}
div#pickup dl dt img {
	width:138px;
	height:103px;
	border:1px solid #3874D4;
	margin-bottom:5px;
}
div#pickup dl dd {
	padding-bottom:3px;
}
div#pickup dl dd.more {
	text-align:right;
	padding-top:4px;
}
