@charset "utf-8";

/* css reset */

*{
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:80%;
	line-height: 130%;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	/*font-family:HiraKakuPro-W3, Osaka, "MS PGothic", Helvetica, arial, sans-serif;*/
	background-color: #000000;
}


h1,h2,h3,h4,h5,h6,p,address {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:130%;
}

html {
	height:100%;
	}

form{
	padding:0px;
	margin:0px;
}

/* link */
a {
	color:#00f;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/* image */
a img {
	border:0;
}


/* list */
li{
	list-style:none;
}

.clearfix {
	display:inline-block;
}

.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 */


#wrapper {
	width:1088px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	}





/* contents all */
#contents {
	width:800px;
	margin:0 auto;
	text-align:center;
}

/* footer */
#flink {
	width:800px;
	padding:0px;
	margin:0px;
	text-align:left;
	}

#flink ul {
	width:800px;
	text-align:left;
	font-size:0.4em;
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
	}
#flink li {
	float:left;
	display:inline;
	padding:0 0 10px 0;
	}
#flink li a {
	display:block;
	color:#FFFFFF;
}



#footer {
	clear:both;
	text-align:left;
	width:800px;
	height:29px;
	float: none;
	margin:0px;
	padding:00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
}

#footer #add {
	padding:10px;
	text-align:right;
	}

#footer address {
	text-align:right;
	color:#272727;
	font-size:10px;
	font-style:normal;
	}
	
#footer a {
	color:#b7b7b7;
}
	

/* txt */
p.normal0 {
	padding:0px;
	line-height: 140%;
}
p.normal {
	padding-bottom: 10px;
	line-height: 140%;
}
p.normal5 {
	padding-bottom: 5px;
	line-height: 140%;
}
p.normal20 {
	padding-bottom: 20px;
	line-height: 140%;
}
p.normal40 {
	padding-bottom: 20px;
	line-height: 140%;
}
.caption {
	font-size:smaller;
	padding:5px 0 20px 0;
}
.centerimg {
	padding:10px 0 10px 0;
	text-align:center;
}
.right {
	text-align:right;
}

.f10px {
	font-size:10px;
}

.height10 {
	padding:0 0 10px 0;
}

.height20 {
	padding:0 0 20px 0;
}

.height30 {
	padding:0 0 30px 0;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.blue {
	color:#4567ae;
}

.red {
	color:#FF0000;
}

.justify {
	text-align:justify;
	text-justify:inter-ideograph; /* IE独自 */
}
