/* CSS Document */

@import url('reset.css');
@import url('g-navi.css');
@import url('font.css');

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
body {
	background-color: #CCC;
}

img:hover.ro {
	opacity: 0.82;
	filter : alpha(opacity=82);
}

/*----------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
div#header {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	background-color: #00489E;
}

div#header-inner {
	position: relative;
	width: 1150px;
	height: 102px;
	margin: 0 auto;
}
a.logo {
	position: absolute;
	top: 14px;
	left: 5px;
}

ul#english {
	position: absolute;
	top: 14px;
	right: 14px;
}
ul#english li {
	float: left;
	width: 106px;
	background: url(../images/com_img/header_english_square.gif) no-repeat;
	background-position: 0px 9px;
	padding-left: 10px;
	font-size: 93%;
}
ul#english li a {
	color: #E3E3FF;
}

/*----------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/
div#main {
	position: relative;
	width: 1150px;
	overflow: hidden;
	margin: 102px auto 0px;
	padding-bottom: 150px;
	background-color: #FFF;
}

ul#topicPath {
	margin: 22px 0px 60px 48px;
	font-size: 85%;
	color: #2C2C2C;
}
ul#topicPath li {
	display: inline;
}
ul#topicPath li.index {
	padding-right: 10px;
	background: url(../images/com_img/topicpath.gif) no-repeat right center;
}

ul#topicPath li a {
	padding-right: 10px;
	background: url(../images/com_img/topicpath.gif) no-repeat right center;
}
ul#topicPath li a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------
バナー
-----------------------------------------------------------------------*/
a#banner {
	display: block;
	width: 752px;
	height: 143px;
	margin: 0;
	padding-top: 10px;
}

/*----------------------------------------------------------------------
pagetop
-----------------------------------------------------------------------*/
#page-top {
	z-index: 200;
	position: fixed;
    bottom: 114px;
	height: 51px;
    margin-left: 1080px;
	background-image: url(../images/com_img/pagetop_bg.png);
	background-position: 6px 0px;
	background-repeat: no-repeat;
}
#page-top:hover {
	opacity: 0.8;
	filter : alpha(opacity=80);
}
#page-top a {
	display: block;
	width: 48px;
	height: 13px;
	padding-top: 38px;
}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
div#footer {
	width: 100%;
	height: 94px;
	background-color: #565656;
	font-size: 77%;
	color: #FFF;
}
div#footer a {
	color: #FFF;
}

div#footer-inner {
	position: relative;
	width: 1150px;
	height: 94px;
	margin: 0 auto;
}

ul#footer-links {
	position: absolute;
	left: 20px;
}
ul#footer-links li {
	float: left;
	padding: 12px;
	background-image: url(../images/footer_img/footer-links_li.gif);
	background-repeat: repeat-y;
}
ul#footer-links li:hover a {
	text-decoration: underline;
}

img.footer-logo01 {
	position: absolute;
	top: 16px;
	left: 584px;
}
img.footer-logo02 {
	position: absolute;
	top: 21px;
	left: 687px;
}

ul#address {
	position: absolute;
	top: 49px;
	left: 584px;
}
ul#address li {
	float: left;
}

p.copyright {
	position: absolute;
	top: 70px;
	left: 32px;
	font-family: 'Cousine';
}