@charset "utf-8";

body {
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	background: #000 url(../images/common/bg.jpg) repeat-x;
	color: #999;
}
a {
	outline: none;
}
a:link {
	color: #11549F;
}
a:visited {
	color: #11549F;
}
a:active {
	color: #11549F;
}
a:hover {
	FILTER: alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
}
#nav a:hover, a.over:hover {
	FILTER: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}

/* ベース */
#wrap {
	background:url(../img/common/header_bg.jpg) repeat-x;
}
#container {
	width: 960px;
	min-height: 680px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.content {
	width: 740px;
	float: right;
	padding: 20px 0 0 0;
}
#topicPath {
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 45px 0;
}

#topicPath2 {
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 25px 0;
}

#pageTitle {
	height: 70px;
}

/* グローバルナビ */
#nav {
	width: 180px;
	float: left;
	z-index: 10;
	position: absolute;
	padding: 20px 0 0 0;
}
#nav img {
	vertical-align: bottom;
}
#nav .mainMenu {
	padding: 0 0 10px 0;
}
#nav .subMenuHeader {
	padding: 0 0 5px 0;
}
#nav .subMenuHeader .subMenu {
	padding: 5px 0 5px 10px;
}
#nav .subMenuHeader .subMenu li {
	padding: 0 0 2px 0;
}

#nav p img {
	padding: 0 0 10px 0;
}

/* ヘッダー */
#header {
	width: 960px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}
#header a {
	display: block;
	position: absolute;
}
#header h1.logo a {
	width: 470px;
	height: 50px;
	background: url(../img/common/logo.jpg) no-repeat;
	left: 245px;
	top: 17px;
	text-indent: -9999px;
}
#header p.eng_btn a {
	background: url(../img/common/eng_btn.gif) no-repeat;
	width: 100px;
	height: 21px;
	top: 42px;
	left: 861px;
	text-indent: -9999px;
}
#header p.sitemap a {
	width: 100px;
	top: 18px;
	left: 861px;
	color: #FFF;
	font-size: 80%;
	text-decoration: none;
	text-align: right;
}
#header p.sitemap a .sitemap_icon {
	background: url(../img/common/sitemap_icon.gif) no-repeat left center;
	padding-left: 15px;
}

/* フッター */
#footer {
	background: url(../img/common/footer_bg.jpg) repeat-x 0 0;
	height: 70px;
}
#footer .footer_link {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#footer .footer_link .cj {
	position:absolute;
	left:0px; top:-110px;
	z-index:200;}

#footer .footer_link ul {
	width: 652px;
	float: left;
	padding: 20px 0 0 0;
}
#footer .footer_link ul li {
	float: left;
	width: 307px;
	height: 95px;
}
#footer .footer_link ul li img {
	vertical-align: bottom;
}
#footer .footer_link ul li.btn1,
#footer .footer_link ul li.btn3 {
	margin: 0 19px 20px 0;
}
#footer .footer_link ul li.btn2,
#footer .footer_link ul li.btn4 {
	margin: 0 0 20px 0;
}
#footer .footer_link .movie {
	float: right;
	width: 307px;
	padding: 20px 0 0 0;
}
#footer .footer_link .movie .more {
	text-align: right;
}
#footer .copyright {
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 70px;
	hanging-punctuation: 70px;
}
#footer .copyright p.logo a {
	width: 125px;
	height: 20px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	background: url(../img/common/footer_logo.gif) no-repeat 0 0;
	top: 20px;
}
#footer .copyright address {
	width: 835px;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	display: block;
	position: absolute;
	top: 20px;
	left: 125px;
	font-style: normal;
}

/* クリアフィックス */

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/

