@charset "utf-8";

/* Top.css
======================================================== */
#mainv {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#mainv_r {
	width:340px;
	float:right;
}
#mainv_l {
	width:580px;
	float:left;
}
#c01 {
	background:url(../common/images/bg_dotted.gif) ;
	width:100%;
	padding:0 0 20px 0;
	clear:both;
}
#c01 img {
	vertical-align:top;
}
#c01 li {
	float:left;
}

#c02 {
	padding:30px 0;
	clear:both;
}
#c02 table {
	width:100%;
}
#c02 th {
	background:#666666;
	color:#fff;
	font-size:95%;
	font-weight:normal;
	text-align:center;
	padding:8px;
	border-left:solid 1px #fff;
}
.tleft {
	background:url(../images/bg_tleft.jpg);
	width:252px;
	padding:10px 0;
}
.tleft dt {
	padding:0 0 0 25px;
}
.tleft dd{
	padding:6px 0  0 25px;
}
.tright {
	background:url(../images/bg_tright.gif);
	text-align:center;
	padding:17px 15px;
}
.tcent {
	padding:17px 20px;
}
.tcent p {
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:110%;
	line-height:1.2em;
}
.tcent dd {
	padding:5px 0 10px 2px;
	line-height:1.4em;
}
#c02 td {
	border-bottom:3px solid #eeeeee;
}
#c02 h2 {
	padding-bottom: 5px;
}
.tadashi {
	font-size:80%;
}

#topnews {
	margin:25px 0 0 0;
	border:2px solid #ddd;
	background:url(../common/images/bg_dotted.gif);
}

#topnews h3 {
	float:left;
}

#topnews h3 img {
	margin:13px;
}

#topnews table {
	float:right;
	width:87%;
	background:#fff;
}
#topnews th {
	width:6em;
	padding:10px;
}
#topnews td {
	padding:10px;
}
#topnews tr {
	border-bottom:1px dotted #ddd;
}
#topnews tr:last-child {
	border-bottom:none;
}
