@charset "utf-8";
@import url("common/0-import.css");
/*  
	Author: Y.Kogawa
	Update: 2/14
*/
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .ad {
	margin-bottom: 10px;
	padding: 10px 0;
	background: #eee url(/img/back01.gif);
	border: 1px solid #ccc;

	text-align: center;
}

#conts h3 {
	margin-bottom: 10px;
	padding: 3px 0;
	border-bottom: 1px dotted #999;

	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#conts {
	margin-bottom: 20px;
}

#conts p {
	margin: 0 10px 1em;

	line-height: 1.5;
}

#conts #news {
	margin-top: 20px;
}

#conts #news h3 {
	margin-bottom: 0;
}

#conts #news dl {
	margin: 0 5px;
}

#conts #news dt {
	margin-bottom: 5px;

	float: left;
	clear: left;
}

#conts #news dd {
	margin-bottom: 5px;
	padding: 0 0 0 6em;
}

#conts #news .box {
	padding: 10px;
	border-bottom: 1px dotted #666;
}

	* html #conts #news .box {
		zoom: 100%;
	}

	*+html #conts #news .box {
		zoom: 100%;
	}

#conts #news .box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts #news .box:hover {
	background: #F5F4EB;
}

#conts #news .box .thumbnail {
	width: 100px;
	height: 75px;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #ddd;
	overflow: hidden;

	float: left;

	text-align: center;
	text-decoration: none;
}

#conts #news .box .thumbnail:hover {
	border-color: #aaa;
}

#conts #news .box h3 {
	margin: 0 0 5px 115px;
	padding: 0;
	background: none;
	border: none;
	display: block;

	font-size: 12px;
	line-height: 1.5;
}

#conts #news .box h3 a {
	padding: 2px 0 1px 20px;
	background: url(/img/icon/television.gif) no-repeat left 2px;
	display: block;
}

#conts #news .box .text {
	margin: 0 0 5px 115px;

	line-height: 1.5;
}

#conts #news .box .date {
	margin: 0 0 0 115px;

	text-align: right;
}

#conts .outline {
	margin: -15px 0 20px;

	line-height: 1.4;
}