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

*{
	margin: 0;
	padding: 0;
}
body{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	font-size: 14px;
	line-height: 150%;
	color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h1{
}

h2{
	font-size: 16px;
}

a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}

p{
	padding: 5px 0;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

img,img a{
	border: 0;
}
blockquote{
	font-style: italic;
	background-color: #E5E5E5;
	padding: 10px;
}
.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
p.clear_left{
	padding: 0;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.red{
	color: #FF0000;
}
.green{
	color:#339900;
}
.yellow{
	color: #CC6600;
}
.gold{
    color: #FFCC00;
}
.even {
	background-color: #F5F5F5;
}
.odd {
	background-color: #E5E5E5;
}
fieldset{
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 15px 0 20px 0;
}
legend{
	font-size: 16px;
	font-weight: bold;
}

h3.form_title{
	color: #CC0001;
	font-size: 14px;
	margin: 15px 0;
}
table.regist_form{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border: solid 1px #CCCCCC;
	background: #F5F5F5;
}
table.regist_form th{
	padding: 5px 8px 5px 0;
	text-align: right;
	border: solid 1px #CCCCCC;
}
table.regist_form td{
	padding: 5px 0 5px 8px;
	text-align: left;
	border: solid 1px #CCCCCC;
}
table.regist_form input,form#regist_form textarea{
	width: 400px;
	margin: 5px 0;
}

input,textarea{
	font-size: 14px;
	border: solid 1px #CCC;
	background: #FFF;
}

/*ヘッダー*/
div#header{
	position: relative;
	width: 353px;
	padding-bottom: 10px;
}
#header_description{
	color: #F6D13A;
	font-weight: bold;
	padding: 5px 0 0 0;
}
div#header-menu{
	width: 500px;
	position: absolute;
	top: 28px;
	left: 400px;
	text-align: right;

}
div#header-menu p{
	color: #F6D13A;
}
div#header-menu p a{
	color: #F6D13A;
}
div#top-menu{
}
div#top-menu ul li{
	display: inline;
}
/*メインコンテンツ*/
div#main{
	color: #000;
	background-image: url(../img/bg-main.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	padding: 10px 0;
}

/*フッター*/
#footer{
	font-size: 12px;
	text-align: right;
	color: #FFF;
	background: #000;
	padding: 5px 10px 5px 0;
}
#footer a{
	color: #FFF;
}