﻿@charset "utf-8";

/* 共通CSS読み込み ------------- */

@import "default.css";

/* ----------------------------- */

div.news {
	width: 346px;
	height: 388px;
	float: left;
}

div.news dl dt {
	height: 34px;
	_height: 44px;
	padding: 10px 0 0 12px;
	background: transparent url(../imgs/line_dashed.gif) repeat-x bottom;
}

div.news dl dd {
	padding: 20px 0px 0px 12px;
}

div.news dl dd dl.subject {
	overflow: auto;
	height: 320px;
}

div.news dl dd dl.subject dt {
	height: 1em;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	float: left;
	background: none;
}

div.news dl dd dl.subject dd {
	padding: 0 0 0 108px;
	font-size: 1.2em;
	line-height: 1.5;
}


