@charset "utf-8";

/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{
	color:#000;
	background:#000;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}

/*==============================================
	reset font
===============================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	background:#000;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}


/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   77  	% 
11px   85  	%
12px   93  	%
13px  100  	%
14px  108  	%
15px  116  	%
16px  123.1	% 
17px  131  	%
18px  138.5	% 
19px  146.5	% 
20px  153.9	% 
21px  161.6	% 
22px  167  	%
23px  174  	%
24px  182  	%
25px  189  	%
26px  197  	%
*/




/*==================================================
  common
==================================================*/

body {
	background: #000 url(../img/bg.jpg) repeat-x 0 0;
}
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 790px;
	position: relative;
}
#header p,
#header h1 {
	position: absolute;
}
#logo1 {
	left: 10px;
	top: 27px;
}
#logo2 {
	left: 240px;
	top: 27px;
}
#logo3 {
	right: 23px;
	top: 34px;
}
h1 {
	left: 88px;
	top: 107px;
}
#main {
	left: 88px;
	top: 181px;
}
#img01 {
	left: 70px;
	top: 548px;
}
#txt01 {
	left: 306px;
	top: 587px;
}
#txt02 {
	left: 306px;
	top: 658px;
}
#txt03 {
	left: 18px;
	top: 657px;
}
#underWrapper{
	padding-top:48px;
	background: #000 url(../img/bg2.jpg) repeat-x 0 0;
	width:100%;
	text-align:center;
}
#containerWrap{
	width:900px;
	margin:0 auto;
}
#container {
	width: 781px;
	height: 784px;
	margin:0 auto;
	position: relative;
	background: url(../img/bg_set.png) no-repeat;
	
}
p#title1 {
	position: absolute;
	left: 76px;
	top: 21px;
}
p#title2 {
	position: absolute;
	left: 463px;
	top: 21px;
}
p#img04 {
	position: absolute;
	left: 90px;
	top: 238px;
}
p#img05 {
	position: absolute;
	left: 245px;
	top: 384px;
}
p#img06 {
	position: absolute;
	left: 50px;
	top: 458px;
}
p#img06_2 {
	position: absolute;
	left: 51px;
	top: 533px;
}

#link01 {
	position: absolute;
	left: 61px;
	top: 568px;
}

p#img07 {
	position: absolute;
	left: 52px;
	top: 625px;
}

p#img08 {
	position: absolute;
	left: 52px;
	top: 690px;
}

p#img09 {
	position: absolute;
	left: 152px;
	top: 743px;
}


#banner {
	margin:25px 0;
}

#closeSet{
	padding-top:10px;
	height:40px;
	background:#333;
}

#close {
	
}



/*	ClearFix
=======================================*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */
