@charset "utf-8";

.hidden{
	display:none;
	font-size:0px;
}

/* ---------- base ---------- */
body{
	background:url(../img/bg.jpg) #FAF1B3;
	margin:0px;
}

/* ---------- head ---------- */
#top_image{
	width:700px;
	height:473px;
	margin:0px;
	background:url(../img/top_image.jpg) no-repeat;
}

/* ---------- contents ---------- */
#contents{
	width:700px;
	margin-top:10px;
	text-align:left;
}

#contents #contents_about1{
	width:420px;
	text-align:left;
	float:left;
}

#contents #contents_about1 #title{
	width:167px;
	height:16px;
	background:url(../img/a_ex.gif) no-repeat;
	margin-bottom:10px;
}

#contents #contents_about1 #text{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	line-height:160%;
}

#contents #contents_right{
	width:260px;
	height:231px;
	padding:10px;
	background:url(../img/side_bg.gif) no-repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#666666;
	line-height:160%;
	text-align:left;
	float:left;
}

#contents #contents_right #area1{
	margin-top:5px;
}

.text12b{
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.text14{
	font-size:14px;
	color:#666666;
}

.text14b{
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

.text16{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

.text18{
	font-size:18px;
	color:#666666;
	font-weight:bold;
}

#contents #contents_about2{
	width:700px;
	text-align:left;
	clear:both;
	margin-top:20px;
}

#contents #contents_about2 #title{
	width:170px;
	height:16px;
	background:url(../img/a_mc.gif) no-repeat;
	margin-bottom:10px;
}

#contents #contents_about2 #text{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	line-height:160%;
}

#contents #copy{
	width:700px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color:#333333;
	margin-top:30px;
	text-align:center;
}

/* ---------- link ---------- */
a{
	color:#FF6600;
	text-decoration:none;
}

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

a:active{
	color:#C19333;
	text-decoration:underline;
}

