@charset "utf-8";
/* CSS Document */

*{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	background-image: url(../images/wall.jpg);
}
#wrapper{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	padding-top: 270px;
	padding-bottom: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#header{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 720px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#left_colum{
	float: left;
	margin-left: 20px;
	width: 200px;
}
#main_colum{
	float: right;
	width: 520px;
	margin-right: 20px;
	position: relative;
}
#footer{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 20px;
	text-align: center;
}
.clear {
	clear: both;
}
#head_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}
h1 {
	background-color: #CC0000;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: url(../images/pr.png);
	background-repeat: no-repeat;
	background-position: 10px;
}
#cover {
	background-color: #DBDBB7;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 518px;
}
h2 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 10px;
	margin-bottom: 10px;
}
#main_colum p {
	margin-right: 10px;
	margin-left: 10px;
}
#recommend_link_title {
	background-color: #00C;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#toppage_btn li {
	margin-bottom: 10px;
	list-style-type: none;
	height: 55px;
}
#toppage_btn li a {
	display: block;
	height: 100%;
	background-image: url(../images/toppage_btn.gif);
	text-indent: -9999px;
}
#toppage a:hover {
	background-position: -200px 0px;
}
#title_btn li {
	margin-bottom: 10px;
	list-style-type: none;
	height: 55px;
}
#title_btn li a {
	display: block;
	height: 100%;
	background-image: url(../images/menu_btn.gif);
	text-indent: -9999px;
}
#recommend_link li {
	list-style-type: none;
}
#btn01 a {
	background-position: 0px 0px;
}
#btn02 a {
	background-position: 0px -65px;
}
#btn03 a {
	background-position: 0px -130px;
}
#btn04 a {
	background-position: 0px -195px;
}
#btn05 a {
	background-position: 0px -260px;
}
#btn06 a {
	background-position: 0px -325px;
}
#btn07 a {
	background-position: 0px -390px;
}
#btn08 a {
	background-position: 0px -455px;
}
#btn09 a {
	background-position: 0px -520px;
}
#btn10 a {
	background-position: 0px -585px;
}
#btn01 a:hover {
	background-position: -200px 0px;
}
#btn02 a:hover {
	background-position: -200px -65px;
}
#btn03 a:hover {
	background-position: -200px -130px;
}
#btn04 a:hover {
	background-position: -200px -195px;
}
#btn05 a:hover {
	background-position: -200px -260px;
}
#btn06 a:hover {
	background-position: -200px -325px;
}
#btn07 a:hover {
	background-position: -200px -390px;
}
#btn08 a:hover {
	background-position: -200px -455px;
}
#btn09 a:hover {
	background-position: -200px -520px;
}
#btn10 a:hover {
	background-position: -200px -585px;
}
#recommend_link li a {
	display: block;
	padding: 2px;
	margin-bottom: 5px;
	color: #00C;
}
#recommend_link li a:hover {
	color: #F00;
}
.pos_center{
	text-align: center;
}
.pos_right{
	text-align: right;
}
.nondeco {
	text-decoration: none;
	color: #000;
}
#pr_frame{
	border: 1px dashed #666;
	padding: 8px;
}
.hdn{}