@charset "utf-8";
/* ブラウザ表示対策------------------------------------------------- */
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
	content:".";
	font-size: 0.1em;
	line-height: 0; 
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Win版IE7とMac版IE5対策 */
.clearfix {
	display:inline-block;
}
/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

html {
	margin : 0;
	padding : 0;
	height : 100%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	height:100%;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	;
	font-size:12px;
	color:#000;
	line-height:170%;
	text-align:justify;
	text-justify:inter-ideograph;
	z-index: 1;
	-webkit-text-size-adjust:none;
	background-color:#FFFFFF;
}
br {
	letter-spacing: 0;
}
h1,
h2,
h3 {
	color:#000;
	text-align : left;
	font-weight:bold;
	margin:0;
	padding:0;
}
h1 {
	font-size : 200%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:105%;
}
small {
	font-size:12px;
}
p,
address {
	margin : 0;
}
a:link,
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover,
a:active {
	color:#FFF;
	text-decoration: none;
}
img {
	border : none;
	margin:0;
	padding:0;
}
img a:link,
img a:visited,
img a:hover,
img a:active {
	text-decoration: none;
}
ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}
li {
	display:block;
}

::selection {
 background: #000;
 color:#FFF;
}
::-moz-selection {
 background: #000;
 color:#FFF;
}
a:link,
a:visited {
	color:#009AB6;
	text-decoration: none;
}
a:hover,
a:active {
	color:#00E1FF;
	text-decoration: none;
}

#wrapper {
	width:100%;
	height:100%;
	min-width:650px;
	min-height:550px;
}
#container {
	position:absolute;
	width:600px;
	height:400px;
	display:block;
	margin:0 auto;
	text-align:center;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-300px;
}
#container img {
	text-align:center;
}
h1 {
	padding-top:20px;
	font-size:30px;
	line-height:24px;
	text-align:center;
}
#container p {
	padding:20px 0;
	text-align:center;
}
#container p.link {
	font-size:24px;
	text-align:center;
	padding:20px 0;
}
#footer {
	width:100%;
	float:left;
	padding:40px 0;
	text-align:center;
}



