/* 広告を消す */
center {position:relative; top:-100px;}
/*


ベース
-------------------------------------------------------------------*/

* {
	color:#000033;
	padding:0;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


#main{
	width:640px;
	margin:auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;

}




a{ color: #0000ff;
	text-decoration:underline; }
a:link{ color: #0000ff; }
a:visited{ color: #0000ff; }
a:hover{ color: #ff0000; }
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


p {
	margin: 10px;

}


/*
ヘッダー
-------------------------------------------------------------------*/

#head {
	height:70px;
	background-image: url(head.jpg);
	background-repeat: repeat-x;
}

h1	{color		:#0000ff;
	font-size	:16px;
	text-align	:left;
	margin: 0 0 0 0;
	padding: 0;
	}


h2 {
	font-size: 25px;
	color: #990000;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
}


h3 {
	font-size: 16px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 10px;
}

.bold{ font-weight: bold;}
.big{ font-size: 30px;}
.impact{
	padding: 0px;
	color: #000000;
	background-color: #ffff66;
}

.red{ color: #ff0000!important; }
.green{ color: #008000!important; }
.blue{ color: #0000ff!important; }

.left{ text-align: left; }
.right{ text-align: right; }
.goaway {text-indent: -410px;}