@charset "utf-8";

/* ブラウザスタイルのリセット */
@import "reset.css";
@import "fonts.css";

/* 各部品のインポート */
@import "iehack.css";
@import "header.css";
@import "footer.css";


/* Link Color */

a, a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0 auto;
	width: 775px;
	background: url(../img/main_bg.gif) repeat-y #FFFFFF;
	_position : relative;

	/* background: url(../img/bg.jpg) repeat-x #FFFFFF; 
	background: #EEE; */
}


/* contents */

#top #contents {
	margin: 0 auto;
	width: 770px;
	//background: url(../img/main_bg.gif) repeat-y #FFFFFF;
}

/* トップページ */

/* top_main */
#top_main {
	clear: both;
	width: 770px;
	margin: 2px 0 0;
	line-height: 1.5;
}

/* top_impact */
div#feature_list {
	width: 757px;
	height: 180px;
	overflow: hidden;
	position: relative;
	left: 7px;
	_left: 9px;
	background: #cccccc;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 294px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
		
ul#tabs li img {
	padding: 0 5px 5px;
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 8px 10px 10px;
	height: 42px;
	outline: none;
}

ul#tabs li a .typename {
	margin: 0;	
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	width: 272px;
	background:  url('../img/top/feature-tab-current.jpg');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 463px;
	height: 180px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 180px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #D33431;
}


/* bottom news */
#under_box .bottom_line {
	text-align: left;
	overflow: hidden;
	_overflow: auto;
	padding-bottom: 0.2em;
	clear: both;
}

#under_box .bottom_line .news_box_left_head {
	float: left;
	width: 365px;
	//height: 100%;
	margin: 0.5em 0 0 10px;
	_margin: 0.5em 0 0 5px;
}

#under_box .bottom_line .news_box_right_head {
	float: right;
	width: 365px;
	//height: 100%;
	margin: 0.5em 10px 0 0;
	_margin: 0.5em 5px 0 0;
}

#under_box .bottom_line .news_box_left {
	float: left;
	width: 360px;
	height: 100%;
	//margin: 0 0 -32768px 10px;
	//padding: 2px 2px 32768px;
	margin: 0 0 0 10px;
	padding: 2px 2px 0;
	_margin: 0 0 0 5px;
	_padding: 2px 2px 0;
	border: 1px dotted #999;
	border-bottom: none;
}

#under_box .bottom_line .news_box_right {
	float: right;
	width: 360px;
	height: 100%;
	border: 1px dotted #999;
	border-bottom: none;
	//margin: 0 8px -32768px 0;
	//padding: 2px 2px 32768px;
	margin: 0 10px 0 0;
	padding: 2px 2px 0;
	_margin: 0 5px 0 0;
	_padding: 2px 2px 0;
}

.bottom_line .n_i_text {
	padding: 2px 2px 0;
	border-bottom: 1px dotted #999;
}

.bottom_line .headline {
	margin: -1.5em 0 0.6em 6em;
}

.bottom_line .readmore {
	text-align: right;
	margin-bottom: 0.5em;
}

