body {
	overflow: auto;
	background-image: url(../images/bg.gif);
}
#header {
	width: 800px;
	height: 20px;
	background-color: #ADD8E6;
	background: url(../images/header.png);
}
#navi {
	width: 790px;
	height: 20px;
	text-align: right;
	background-color: #F0F8FF;
	padding-left: 10px;	
}
/* navi画像をロールオーバー */
/* トップ */
#img_top a {
	display: block;
	width: 45px;
	background: url(../images/top.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	float: right;
}
#img_top a:hover {
	background: url(../images/top2.gif) no-repeat;
}
/* コテバニ */
#img_tb a {
	display: block;
	width: 45px;
	background: url(../images/tb.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	float: right;
}
#img_tb a:hover {
	background: url(../images/tb2.gif) no-repeat;
}
/* そらおり */
#img_so a {
	display: block;
	width: 45px;
	background: url(../images/so.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	float: right;
}
#img_so a:hover {
	background: url(../images/so2.gif) no-repeat;
}
/* T&B(並べるだけ) */
#img_tandb {
	display: block;
	width: 45px;
	height: 20px;
	line-height: 20px;
	float: right;
}
/* リセット */
#img_reset a {
	display: block;
	width: 45px;
	background: url(../images/reset.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	float: right;
}
#img_reset a:hover {
	background: url(../images/reset2.gif) no-repeat;
}


/* ココまでロールオーバー */
#contents {
	width: 780px;
	height: 450px;
	font-size: 14px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	clear: right;				/* フロートをクリア */

}
#text {
	width: 760px;
	height: 450px;
	background-color: #F0F8FF;
	line-height: 180%; /*字間をあける*/
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	overflow: auto;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #006666;
	text-decoration: none;
}
a:link {
	color: #006666;
}
a:visited {
	clor: #9933FF;
}
a:hover {
	color: #33CC66;
}
a img {
    border-style:none;
}
