@charset "utf-8";

/*------------------------------------------------------------------------------
	FPGトップページ-CSS
	Date:  2008-08-11
--------------------------------------------------------------------------------*/

/* bodyの設定
----------------------------------------------------*/

body#home {
	background: #fff url(../../image/top_bg.gif) repeat-x;
}

body#home div#mainContent {
	width: 592px;
}

body#home div#mainContent h2 {
	padding-bottom: 3px;
}

body#home div#mainContent h3 {
	padding: 0 0 5px;
}

/*5つボタンの設定
----------------------------------------------------*/
ul.top-col {
	clear: both;
	font-size: 10px;
}

ul.top-col li {
	display: block;
	float: left;
	width: 185px;
	margin: 0 12px 12px 0;
}

ul.top-col li a {
	display: block;
	width: 185px;
	background: url(../../image/top_btn_off.gif) no-repeat bottom;
}

ul.top-col li a:link,
ul.top-col li a:visited {
	color: #555;
	text-decoration: none;
}

ul.top-col li a:hover {
	color: #555;
	background: url(../../image/top_btn_on.gif) no-repeat bottom;
}

ul.top-col li a strong {
	display: block;
	height: 5em;
	margin: 0 5px;
	padding: 2px 5px 10px 5px;
	color: #555;
	font-weight: normal;
}

ul.top-col li a:hover strong {
	margin: 0 5px;
	text-decoration: underline;
}

ul.top-col li a img {
	padding-bottom: 3px;
	border: none;
	text-decoration: none;
}

ul.top-col li a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}


/*トピックスの設定
----------------------------------------------------*/
body#home dl {
	margin-right: 10px;
	padding: 0 0 10px 9px;
	font-size: 10px;
	background: url(../../image/top_line.gif) repeat-x bottom;
}

body#home dl dt {
	padding-left: 8px;
	color: #424084;
	font-weight: bold;
	background: url(../image/arrow02.gif) no-repeat 0 0.5em;
}

body#home dl dd {
	padding-bottom: 3px;
	border-bottom: 1px dotted #b2b2b2;
}


/*サイドナビの設定
----------------------------------------------------*/
ul#sidenav {
	float: right;
	width: 200px;
	margin-top: 21px;
	font-size: 10px;
}

ul#sidenav li {
	margin-bottom: 10px;
}

ul#sidenav li.gray-bg {
	background: #eaeaea;
}

ul#sidenav li.gray-bg ul {
	padding: 0 0 10px 10px;
}

ul#sidenav li.gray-bg ul li {
	margin: 3px 0;
	padding-left: 8px;
	background: url(../image/s_arrow01.gif) no-repeat 0 0.5em;
}

ul#sidenav li a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
