@charset "euc-jp";
@import url("basic.css");

.under_line{
	padding-bottom:1em;
	background		: url(/image/hr_line_red.gif) 0 bottom repeat-x ;
}

#backnumber{
	margin-top		:3px;
	padding-bottom:6px;
	float					:right;
	line-height		:1em;
}

#backnumber dt{
	float					:left;
	padding				:0 1.2em;
}

#backnumber dd{
	float					:left;
	padding				:0 5px 0 15px;
	background		: url(/image/arrow_red.gif) 0 50% no-repeat ;
}

a:focus, a:hover { text-decoration: underline; color:#025da4;}

#top_content div.bg_bar{
	height			:27px;
	background	: url(/image/bg_titleline_red.gif) bottom repeat-x ;
}

#top_content h3{
	height			:27px;
	width				:187px;
}

#top_content h3#t_topix{
	background	: url(/image/h_topix_red.gif) 0 0 no-repeat ;
}

#top_content h3#t_news{
	background	: url(/image/h_news_red.gif) 0 0 no-repeat ;
}

#top_content h3#t_resume{
	background	: url(/image/h_resume_red.gif) 0 0 no-repeat ;
}

#top_content h3#t_pastresaults{
	background	: url(/image/h_pastresaults_red.gif) 0 0 no-repeat ;
}

.news{
}


/*=========================
セカンドメニューバー
===========================*/
.second_menu{
	height				:42px;
	margin-top		:1px;
	margin-bottom	:10px;
	background		: url(/image/bg_intercitymenu.gif) 0 0 repeat ;
}

.second_menu img{
	float					:left;
}

.second_menu ul{
}

.second_menu ul li{
	list-style		:none;
	padding				:1px 0 0px 15px;
	margin				:5px 5px 0;
	float					:left;
	background		: url(/image/arrow_red.gif) 0 50% no-repeat;
}

.second_menu ul li a{
	color		:#fff;
}

.second_menu ul li a:link { text-decoration: none}
.second_menu ul li a:visited { text-decoration: none;}
.second_menu ul li a:active { text-decoration: none;}
.second_menu ul li a:focus,{ text-decoration: underline; color:#99ffff;}
.second_menu ul li a:hover { text-decoration: underline; color:#99ffff;}

/*======================
	矢印マーク
========================*/
dl.news dt{
	background		: url(../image/arrow_red.gif) 10px 6px no-repeat ;
}

/*======================
概要リスト
========================*/
#resume dl{
	margin-top		:1em;
	line-height		:1.5em;
}

#resume dl dt{
	padding-left		:1em;
	font-weight			:bold;
	font-size				:1.1em;
	background-color:#ffefe2;
}

#resume dl dd{
	padding-top			:1em;
	padding-left		:2em;
	padding-right		:1em;
	padding-bottom	:1em;
	display					:block;
}

