@import "../../css/unit_sns.css";
@charset "utf-8";

/**  default.css Menu *********************************************

  ・基本設定

*******************************************************************/


/* リセット
--------------------------------------*/
body, div, td, p, ul, ol, dl, dd, img, form, h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
}

/* 基本
--------------------------------------*/
*{
	outline: none;
}

body {
*font: x-small;
	margin: 0;
	background: #222222 url(../images/back.gif) repeat Center Top;
}

table {
border-collapse: collapse;
font-size: inherit;
font: 100%;
}

h1, h2, h3, h4, h5 {
font:100% "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Hiragino Kaku Gothic Pro", "Meiryo", arial, helvetica, clean, sans-serif;
*font:x-small;
font-weight:bold;
}

th, td {
	border-collapse: collapse;
	text-indent: 1em;
}
th  {
	padding: 2px 0;
	text-align: left;
}
td  {
	padding: 2px 0;
	text-align: left;
}

ul, ol { list-style-type: none; }

img { vertical-align: bottom; }


/* リンク色
--------------------------------------*/
a:link {
text-decoration:none;
color:#3399FF;
}

a:visited {
text-decoration:none;
color:#3399FF;
}

a:hover {
text-decoration:underline;
color:#66CCFF;
}

a:active {
text-decoration:none;
color:#66CCFF;
}

/* 回り込み
--------------------------------------*/
.floatright {
display: block;
float: right;
}

.floatleft {
display: block;
float: left;
}

/* 回り込み解除
--------------------------------------*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-block; }

/*\*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/**/

/* ボールド
--------------------------------------*/
.txtbold { font-weight: bold; }

/* 行揃え
--------------------------------------*/
.alignleft { text-align: left; }

.alignright { text-align: right; }

.aligncenter { text-align: center; }





#container {
	background: url(../images/back.jpg) repeat center top;
	height: auto;
	width: auto;
	min-width: 1040px;
	padding: 0;
	margin: 0;
}
#wrapper {
	background: url(../images/back_img.jpg) repeat-x center top;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content {
	height: auto;
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	position: relative;
}
#content #close{
	height: 20px;
	width: 90px;
	padding: 30px 0 0 860px;
}
#content h1{
	background: url(../images/tit.gif) no-repeat center top;
	height: 200px;
	width: 900px;
	margin: 0 auto 30px auto;
	text-indent: -9999px;
}
#content #box01 {
	height: 800px;
	width: 1040px;
	margin: 0 auto 30px auto;
	background: url(../images/box1.jpg) left top no-repeat;
	text-indent: -9999px;
	font: 1px;
}
#content #box02{
	height: 790px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/box2_4.gif) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #box03{
	height: 780px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/box3_2.jpg) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #kekka1{
	height: 660px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/kekka1.jpg) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #kekka2{
	height: 690px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/kekka2.jpg) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #kekka3{
	height: 610px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/kekka3.jpg) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #box04{
	height: 170px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/box4_2.jpg) left top no-repeat;
	font: 1px;
	position: relative;
}
#content #box02 h2{
	display: none;
}
#content #box02 p{
	display: none;
}
#content #box04 #button{
	height: 60px;
	width: 740px;
	margin: 0;
	position: absolute;
	left: 30px;
	top: 20px;
}
#content #box04 ul{
	height: 60px;
	margin: 0;
	position: relative;
	width: 740px;
	zoom: 1;
	overflow: hidden;
}
#content #box04 li{
	width: 350px;
	height: 60px;
}
#content #box04 .left{
	margin: 0;
	float: left;
}
#content #box04 .right{
	margin: 0;
	float: right;
}
#foot{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	position:relative;
	background:#000000;
}
#footerArea{
	width:1040px;
	height:50px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#000000;
}
#copyright{
	width: 420px;
	height: 12px;
	text-indent: -9999px;
	font-size: 1px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../../images/copyright3.gif) no-repeat;
}
#loadIcon {
	width: 180px;
	height: 80px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -90px;
	margin-top: -50px;
	z-index: 999998;
	background: url(../../images/load_icon.gif) no-repeat Center Center;
}


/* 共通
--------------------------------------*/

#snsLinkArea {
	height: 40px;
	width: 330px;
	margin: 15px 0 20px 10px;
	padding: 0;
}
#fbB {
	float: left;
	height: 40px;
	width: 158px;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(../../images/sp_fb_link.png) no-repeat;
}
#twB {
	float: left;
	height: 40px;
	width: 158px;
	margin: 0;
	padding: 0;
	background: url(../../images/sp_tw_link.png) no-repeat;
}

#footer {
	width: 100%;
	min-width: 1040px;
	background: #000;
	margin: 0;
	padding: 0;
}
#footerContent {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	position: relative;
}
