@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　Indexのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 基本フォント ------------------------------ */
body {
	color: #;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ ------------------------------ */
body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	overflow-x: hidden!important;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}

/* 基本テキストリンク ------------------------------ */

a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #7E7E7E;
	text-decoration: none;
}
a:active {
	color: #7E7E7E;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 メイン
--------------------------------------------------------------------------------------- */

html{
	height:100%;
	overflow:auto;
}
body {
	height:99.9%;
	overflow:auto;
	margin:0;
	padding:0;
}

#flash_movie {
	width: 100%;
	height: 100%;
}
#wap{
	width:900px;
	height:600px;
}

/* --------------------------------------------------------------------------------------
 non flash
--------------------------------------------------------------------------------------- */
#wap.noflash{
	width:100%;
	height:100%;
	margin-bottom:-30px;
}
#altContentWap{
	text-align:left;
	width:100%;
	height:100%;
	position:relative;
}
#altContent{
	width:600px;
	height:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-125px 0 0 -300px;
}
#altContent h1{
	display:block;
	width:77px;
	height:53px;
	margin-bottom:20px;
	margin-left:1px;
	text-indent:-9999px;
	color:#fff;
	background:url(../image/logo_index.gif) #fff no-repeat left top;
}

#altContent #atention{
	width:515px;
	margin-bottom:20px;
	padding:30px 35px 30px 50px;
	background-color:#e7e7e7;
}
#altContent ul{
	margin-left:5px;
	width:600px;
}
#altContent ul li{
	display:inline;
}
#altContent ul li a{
	padding-left:18px;
	margin-right:2em;
	background:transparent url(../image/icon_arw02.gif) no-repeat scroll 0 0.35em;
	font-weight:bold;
	text-decoration:none;
}
/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
div#ftIndex {
	height:30px;
	overflow:hidden;
	margin:0 30px;
}

div#ftIndex #pageTopBox {
	margin: 0 0 10px 0;
	background: #333333;
	text-align: right;
}

div#ftIndex ul.left {
	float: left;
}

div#ftIndex ul.left li {
	display: inline;
}

div#ftIndex #copy {
	float: right;
	height:11px;
	padding-top:6px;
}
