@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

div#contentsContainer {
	padding-bottom: 20px;
}


/* 
============================================================================================================ */
div#index {
	margin: 20px 0 0;
	zoom: 1;
}
div#index:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#index dl {
	float: left;
	width: 230px;
	margin-right: 10px;
}
div#index dl.right {
	float: right;
	margin-right: 0;
}
div#index dd {
	padding: 5px;
	min-height: 40px;
}
* html div#index dd {
	height: 40px;
}
div#index a:link, div#index a:visited {
	color: #67686b;
	text-decoration: none;
}
div#index a:hover, div#index a:active {
	color: #67686b;
	text-decoration: underline;
}

/* 
============================================================================================================ */
div#news {
	float: left;
	width: 710px;
}
div#news h3 {
	padding: 0 0 5px;
	background: url(../../images/news_line.gif) no-repeat bottom;
}
div#news div {
	padding: 5px 0;
	background: url(../../images/news_line.gif) no-repeat bottom;
}
div#news dl {
	overflow: auto;
	height: 405px;
	line-height: 1.51;
}
div#news dl dt {
	float: left;
	width: 117px;
	padding: 0.3em 10px;
	background-color: #f1f8f8;
}
div#news dl dl {
	overflow: visible;
	height: auto;
	padding: 0.3em 10px 0.3em 150px;
}
div#news dl dl dt {
	width: auto;
	padding: 0;
	background-color: transparent;
}
div#news dl dl dd {
	margin-left: 7em;
}
div#news dl dl dd a {
	color: #67686b;
}

/* 
============================================================================================================ */
div#link {
	float: right;
	width: 229px;
	height: 445px;
	background: #f4fafa url(../../images/link_bg.gif) no-repeat bottom;
}
div#link ul {
padding: 0 10px;
}
div#link li {
	padding: 0 0 8px 16px;
	background: url(../images/side/side_green_icon.gif) no-repeat 0 0.4em;
	font-size: small;
	line-height: 1.2;
}

