@charset "shift_jis";


/*------------------base------------------*/
body {
	background-color: #CAB799;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
}

#main_container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	text-align: center;
}



/*----------------リンク------------------*/
a img{
	border-style:none;
}
a:link{
	color: #00AEFF;
	text-decoration: none;
} 
a:visited{
	color: #00AEFF;
	text-decoration: none;
}
a:hover{
	color: #00D2FF;
	text-decoration: underline;
}
a:active {
	color: #00AEFF;
	text-decoration: none;
} 

/*----------------テキスト------------------*/

h3{
	background-image: url(../images/h3.jpg);
	height: 25px;
	color: #FFFFFF;
	padding-left: 25px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 0px;
}

h4{
	font-size: 13px;
	margin: 0;
}
.font10{
	font-size: 10px;
	color: #5B5B5B;
}
.font10_w{
	font-size: 10px;
	color: #ECECEC;
}

.font12{
	font-size: 12px;
	color: #5B5B5B;
}
.font12_w{
	font-size: 12px;
	color: #ECECEC;
}

.font14{
	font-size: 14px;
	color: #5B5B5B;
}
*html .font14{
	color: #000000;
}
.font14_w{
	font-size: 14px;
	color: #ECECEC;
}
.or{
	color: #FF6600;
}
.white{
	color: #FFFFFF;
}
.red{
	color: #FF6969;
}
.obi_c
{
	background-image: url(../images/gra.jpg);
	height: 40px;
	padding-top: 20px;
	text-align: center;
	background-color: #33291F;
	font-size: 14px;
	color: #FFFFFF;
}
