@charset "utf-8";

/* -----------------------------------------------------------

 Up date:		2008/06/23
 Style Info:	トップページ用スタイルシート

----------------------------------------------------------- */



/* コンテナー
----------------------------------------------------------- */

body {
	color: #444;
	font-size: 14px;
	line-height: 1.1;
	padding: 0;
	margin: 0;
}

.top-contents .top-headline a {
	color: #296794;
	text-decoration: underline;
}
.top-contents .top-headline a:hover {
	color: #c30;
	text-decoration: underline;
}

.top-contents .top-headline dl {
	display: block;
	_display:inline-block;
	margin-top: -1px;
}
.top-contents .top-headline dl dt {
	display: block;
	float: left;
	padding: 7px 7px 7px 0;
	background: url(../img/bg_bdr_gray_w.gif) left top repeat-x;
}
.top-contents .top-headline dl dd {
	display:block;
	padding-bottom: 1px;
	margin: 0;
	background: url(../img/bg_bdr_gray_w.gif) left top repeat-x;
}
.top-contents .top-headline dl dd a {
	display: block;
	min-height: 1em;
	_height: 1em;
	padding: 7px 0;
}
.top-contents .top-headline dl dd a:hover {
	background: #fafafa;
}



/* clearfix
----------------------------------------------------------- */

dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}