@charset "UTF-8";

/* 
---------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-size: 75%;/*IE6*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
	position: relative;
	width:100%;
	background: #000 url(../img/bg_ms3.jpg) no-repeat center top;
}

body#top #container {
	position: relative;
	width:100%;
	background: #000 url(../img/bg_top_ms3.jpg) no-repeat center top;
}
/* リセット
---------------------------------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}


/* レイアウト
---------------------------------------------------------------------------- */
#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#container #logo {
	position: absolute;
	top: 11px;
	right: 18px;
	z-index: 5;
}

#container ul#gNav {
	width: 990px;
	height: 106px;
	margin: 0 auto;
	padding-top: 100px;
}
#container ul#gNav li {
	float: left;
}

/*

#container #header {
	background: url(../img/bg_main.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#container #header .logo {
	position: absolute;
	z-index: 1;
	height: 152px;
	width: 260px;
	top: 47px;
	left: 700px;
}
#container ul#gnav {
	margin: 0;
	padding: 0;
	height: 51px;
	width: 960px;
}
#container ul#gnav li {
	float: left;
	height: 51px;
	width: auto;
}
#container #content {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 960px;
	position: relative;
}*/



#container #proMovBtn {
	position: relative;
	width:960px;
	height: 90px;
	margin: 0 auto;
}
#container #proMovBtn ul li {
	float:left;
}
#container #proMovBtn p#kadou {
	position: absolute;
	top: 0px;
	right: -7px;
	z-index: 5;
}


/* フッター
---------------------------------------------------------------------------- */
#footer {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 50px;
}
#footer table.footerTable {
	width: 960px;
	margin-bottom: 13px;
}
#footer table.footerTable td.model {
	width: 114px;
}
#footer table.footerTable td.date {
	width: auto;
}
#footer .footerLogo {
	float: left;
	width: 770px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 684px;
	margin-left: 10px;
	font-size: 75%;
	line-height: 1;
}
#footer .footerBtn {
	float: right;
	width: 190px;
}

/* リンク
---------------------------------------------------------------------------- */
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color:#FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* モジュール
---------------------------------------------------------------------------- */
.section {
	overflow: hidden;
	margin-bottom: 1em;
}
.readTxt p {
	margin-bottom: 1em;
}
.readTxt p.lastChild {
	margin: 0;
}
.readTxt ol {
	padding-left: 1.5em;
}
/*IE6*/
* html .readTxt ol {
	padding-left: 2em;
}
.readTxt ol li {
	margin-bottom: 1em;
}
.readTxt ol li.lastChild {
	margin: 0;
}
