@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka, ";
	font-size: 80%;
	background-image: url(../image/roopBG.jpg);
	background-repeat: repeat;
}

img {
	margin:0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	text-decoration:none;
	color:#FF6600;
}

a:link {
}

a:visited {
}

a:hover {
	color:#FF3300;
	text-decoration:underline;
}

a:active {
}

#wrapper {

}


/* フロート解除 */
.clearfix:after,
#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
	  
/* フロート解除IE5.5～7対応用 */
.clearfix {
	zoom:1;
}
 
.clear {
	clear: both;
}
#toptextbox {
	display:none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	text-align: left;
}


h1,h2,h3 { line-height:1.6;font-size:14px; color:#000000}

#special { text-align: left; margin-top: 20px; margin-left: 50px; }