/*-----------------------------------------------
   Costomize free!! by 102
-----------------------------------------------*/

/*    Reset    */

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}


/*    Base    */
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
　　font-family: Georgia, "Times New Roman", Times, sans-serif, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color:#000000;
	color:#ffffff;
	line-height:1.2;
	font-size: 85%;
}


html {
	overflow-y:scroll;
}




/*     Page Layout     */
#page {
	width:900px;
	text-align:left;
	margin:0 0 0 0;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	}


/*     Headder     */
.headder {
 width:895px;
 padding:30px 0 0 30px;
 float:left;
}



/*     Contents     */
.contents {
width:895px;
padding:20px 0 0 30px;
}



/*     Footer     */
.footer {
height:50px;
font-size:8　0%;
background-image:url(../img/footer_bg.gif);
background-repeat:no-repeat;
padding:20px 0 0 30px;
}





h1{
 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
 text-transform: uppercase;
 font-size: 112px;
 font-weight: bold;
 line-height: 90px;
 margin: 16px 0px 14px 0px;
 padding: 0px 0px 0px 0px;
}



h2,h3,h4{
 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
 text-transform: uppercase;
 font-size: 112px;
 font-weight: bold;
 line-height: 90px;
 margin: 16px 0px 14px 0px;
 padding: 0px 0px 0px 0px;
}


ul,li{
 margin:0;
 padding:0;
 font-size:90%;
 font-weight: nomal;
 list-style-type:none;
}

p{
 margin:0;
 padding:0;
 font-family: Georgia, "Times New Roman", Times, sans-serif;
}

.member{
 margin:0 0 0 0;
 padding:0 0 0 0;
 font-size:200%;
 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
 font-weight: bold;
 list-style-type:none;
 line-height:1;
}


.exhi{
 margin:0 0 0 0;
 padding:20px 0 0 0;
 font-family: Georgia, "Times New Roman", Times, sans-serif;
}




address{
 font-size:70%;
 font-weight: nomal;
 text-style-type:none;
 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}



a:link {
text-decoration: none;
color: #ffffff;
}


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


a:hover {
text-decoration: none;
color: #ffffff;
background: #ffffff;
}


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



