@charset "UTF-8";

@import "../shared/css/reset.css";

/* ******************************************
ベース　定義
****************************************** */


html {
	height:100%;
	margin-bottom: 1px;
	background-color: #ffffff;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	color: #CCCCCC;
}

img {
	vertical-align: middle;
	padding:0px
}


a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


/* フロート解除 */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* ******************************************
 ヘッダー　定義
****************************************** */
#header-wrap {
	width: 100%;
	height: 70px;
	text-align: center;
	background: #71bc48;
}

.header {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.header h1 {
	float: left;
	width: 293px;
	height: 40px;
	margin: 25px 0px 0px 0px;
}

.header div.header-Rt{
    display:inline;
	float:right;
	margin:25px 5px 0 0 ;
	width:420px;
	text-align: right;
}
/* ******************************************
 ナビゲーション　定義
****************************************** */

#navi-wrop {
	width: 100%;
	height: 30px;
	margin: 0 auto 40px auto;
	background: #71bc48;
}
.nav {
	width: 900px;
	z-index:3;
	margin: 0 auto;
}

/* メニューボタン定義 */

ul.navi li{
	padding-bottom: 0px;
}

ul.navi {
}

ul.navi li {
	float: right;
	zoom: 1;
	position: relative;
}

ul.navi li a {
	display: block;
}

ul.navi li.hover,ul.navi li:hover {
	position: relative;
}


/* ******************************************
 メインビジュアル　定義
****************************************** */

#mv-wrap {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}

.mv {
	width: 900px;
	height: 640px;
	margin: 0px auto;
	text-align: center;	
}

#idSwf{
    visibility:hidden;
}
/* ******************************************
 フッター　定義
****************************************** */

#footer-wrap {
	width: 100%;
	text-align: center;
}

.footer {
	width: 900px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
}

.footer address {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 1.2em;
	text-indent: 10px;
}

.footer div {
	text-align: center;
}
.footer ul {
	margin-top: 5px;
}

.footer li {
	display: inline;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
}

.footer li a {
	color: #CCCCCC;
	text-decoration: none;
}

.footer li a:hover {
	color: #555555;
	text-decoration: none;
}
