@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++
	Title: CSS for Index
	Modified: 2009/1/20

	1. Reset
	2. Global
	3. Layout
	4. Navigation
  +++++++++++++++++++++++++++++++++++++++++++ */

/*----------------------------------------------------------------------------------------
	1. Reset
---------------------------------------------------------------------------------------- */

@import url(reset.css);

/*----------------------------------------------------------------------------------------
	2. Global
---------------------------------------------------------------------------------------- */

@import url(global.css);

/*----------------------------------------------------------------------------------------
	3. Layout
---------------------------------------------------------------------------------------- */
#contents_index {
	width: 900px;
	background: transparent url(../img/bg_index.gif) no-repeat;
}

/*----------------------------------------------------------------------------------------
	4. Navigation
---------------------------------------------------------------------------------------- */
h3#index {
	width: 598px;
	height: 220px;
	display:block;
	margin-bottom: 21px;
}
#navi_news {
	width: 230px;
	padding: 13px 0 0;
}
#navi_news_title {
	width: 230px;
	height: 40px;
}
#navi_news_body {
	width: 200px !important;
	width: 230px;
	padding: 15px;
	background: transparent url(../img/bg_navi_news.png) repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
}
#navi_news_body a,
#navi_news_body a:visited,
#navi_news_body a:active {
	color: #0D0015;
	text-decoration: none;
	border-bottom: 1px solid #0D0015;
}
#navi_news_body a:hover {
	color: #0D0015;
	text-decoration: none;
	border: 0;
}
#navi_news_body dt {
	font-size: 1.0em;
}
#navi_news_body dd {
	font-size: 1.2em;
	padding-bottom: 10px;
}
#navi_news_bottom {
	width: 200px !important;
	width: 230px;
	padding: 0 15px;
	height: 28px;
	background: transparent url(../img/bottom_navi_news.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
}
#navi_news_bottom a:hover {
	border: 0;
}