body {
	margin-top: 0px;
	background-image: url(../../img/common/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	color:#333333
	}
	
html {
	scrollbar-base-color: #531800;
	scrollbar-arrow-color: #BEBE56;
	scrollbar-face-color: #531800;
	scrollbar-track-color: #EFE6BF;
	scrollbar-shadow-color: #210102;
	scrollbar-DarkShadow-Color: #947133; 
	scrollbar-Highlight-Color: #947133;
	}


/*リンク設定*/
a:link {color: #999933; text-decoration: none;}
a:visited { color: #666633; text-decoration: none;}
a:hover {color: #999933; text-decoration: underline;}
a:active {color: #999933; text-decoration: underline;}

/*フォーム*/
.t_box10 {
	font-size: 10px;
	background-color: #000000;
	color: #CCCCCC;
	border: 1px solid #666666;
}

.t_box12 { 
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #E2BDA0 #EACEB8 #EACEB8 #E2BDA0 }

.necessary {
	font-size: 10px;
	color:#FF0000;
}

/*その他*/
hr {
	height: 1px;
	border: 1px dotted #999999;
}

.p_center{
	margin-left:auto;
	margin-right:auto
	}

.t_right{
	width:750px;
	text-align:right;
	}

.footer_link {
	text-align: center;
	font-size: 10px;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height: 17px;
	background-color: #E1D192;
	text-align: center;
	font-size: 10px;
	color:#996600
}

/*------- TOP　ヘッダー -------*/
.top_title{
background-color:#000000;
color:white;
font-size:10px;

height: 15px;
margin-left:auto;
margin-right:auto;
text-align:left
}

.top_title h1{
	color:white;
	font-size:10px;
	margin-bottom: 2px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}