@charset "utf-8";

/**********************************************************************************************************
***********************************************************************************************************

 ** Salt style **

 * @version	1.0

***********************************************************************************************************
***********************************************************************************************************/


/*---------------------------------------------------------------------------------------------------------

01.common

---------------------------------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}


dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, p,img,div {
	_text-align:left;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	height: auto;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic" Arial, Helvetica, sans-serif;
}

img { border:none; }

ul, dl { list-style-type: none; }

a { text-decoration:underline; color:#2D92cc; }
a:hover { text-decoration:none; color:#06C; }



/*---------------------------------------------------------------------------------------------------------

02.layout 

---------------------------------------------------------------------------------------------------------*/

body { _text-align:center; }
body, html { height: 100%; }

#wrap {
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#000;
}


#contentsArea { width:100%; margin:0 auto; padding:0 0 210px; }

#footer { position:absolute; bottom:0; width:100%; height:auto;  }



/*---------------------------------------------------------------------------------------------------------

03. style

---------------------------------------------------------------------------------------------------------*/

/* roll over
----------------------------------------------------*/
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* clearfix
----------------------------------------------------*/

.clr:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}
.clr { /*for ie6,7*/ zoom:1; }



/* index 
----------------------------------------------------*/

.ind {
	text-align:center;
}

.ind h1 {
	margin:0 auto;
	padding:140px 0;
	text-align:center;
}

.ind p.enter {
	margin:35px auto 0;
	text-align:center;
}

.ind .attention {
	width:500px;
	margin:88px auto 0;
	text-align:center;
}

.ind .attention p {
	float:left;
}
