/* 背景と配置 */
body {
	margin: 0px 0px 20px 0px;
	background:#FFFFFF url("image/background/gray_archive.gif") repeat-x scroll top;
	text-align: center;
}

/* リンク設定 */
a {
	color : #666666;
        	text-decoration : none;
}

a:link {
	color: #8FABBE;
}

a:visited {
	color: #8FABBE;
}

a:active {
	color: #8FABBE;
}

a:hover {
	color: #006699;
}
/* 強調文字設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.font_10{font-size:10px;}
.font_16{font-size:16px;}


/* 全体の枠組み 横幅 */
#container {
	position:relative;	
	top:30px;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	border: 0px solid #333333;
}

/* バナー設定 */
#banner {
	font-family:'Arial Black',Helvetica,sans-serif;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	text-align: left;
	width: 700px;
	height: 100px;
	font-size:10px;
}

#banner-img {
	display: none;
}

#banner a {
	color : #666666;
	text-decoration: none;
}

#banner a:link {
	color: #8FABBE;
}

#banner a:visited {
	color: #8FABBE;
}

#banner a:active {
	color: #8FABBE;
}

#banner a:hover {
	color: #006699;
}
#banner h1 {
	font-size: 12px;
}

#banner h2 {
	font-size: 10px;
}

/* メイン本文 */
#pagebody {
	padding: 15px 15px 5px 15px;
	background-color: transparent;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#pagebody h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

