/*------------------------------
全体構造
------------------------------*/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th{margin:0;padding:0;}
ul,ol{
	list-style-type: none;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.gif);
	background-position: center;
	background-repeat:repeat-y;
	background-color: #ffffff;
}
body {
	font-size: 12px;
	color: #666;
	line-height: 18px;


}
a:link {
	color: #666;

}

#masthead{
	margin: 0;
	padding: 0px 0px 0px;
	width: 100%;

}


#main_wrap {
	float:none;
	width: 850px;
	text-align: center;
	margin: 0px auto;
	overflow: auto;
}
#main_contents {
	float:none;
	text-align: center;
	width: 850px;
	padding: 0px;
}

#left_wrap {
	float: left;
	width: 515px;
	height:100%;
	text-align: left;
	padding-left: 0px;

	margin-left: 0px;
	padding-top: 0px;
	margin-top: 8px;
}

#right_wrap {
	float: right;
	width: 315px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
}
#left_wrap2 {
	float: left;
	width: 580px;
	height:100%;
	text-align: left;
	padding-left: 0px;

	margin-left: 0px;
	padding-top: 0px;
	margin-top: 8px;
}

#right_wrap2 {
	float: right;
	width: 250px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
}
/*------------------------------
段落
------------------------------*/
h1{
	font-size:10px;
	font-weight: normal;
	padding: 0px;
	color: #666666;
	float: left;
}

h2{
font-size:10px;
padding:0px;
font-weight:normal;
}
h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}

/*------------------------------
文字
------------------------------*/

a {
	text-decoration: none;
	color: #000066;
}
a:hover{
	text-decoration:underline;
	color: #FF6600;
}
a:visited{
	color: #333333;
}

.pt10 {
	font-size: 10px;
	line-height: 16px;
}
.pt10_m {
	font-size: 10px;
	line-height: 16px;
	margin-left: 9px;
}

/*------------------------------
フッタ
------------------------------*/
#footer {
	font-size: 10px;
	text-align: center;
	background-color: #E1BC62;
	height: 12px;
	width: 850px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}

#footer a{
	color: #FFFFFF;
	}
.pt10_f {
	font-size: 10px;
	line-height: 16px;
	background-color: #FFFFFF;
	padding: 10px 0px 0px;
	height:100px;
	width: 770px;
}

/*------------------------------
箱
------------------------------*/	
.box_01 {
	border: none;
	padding: 7px;
	background-color: #FFFFFF;

}
.box_02 {
	background-color: #FEF4C9;
	border: 1px solid #FCCE89;
}
.imgbox_01 {
	border: 10px solid #CCCCCC;
	background-color: #EBEBEB;
	margin-left: 7px;
}
.box_03 {
	background-color: #fff;
	border: 1px solid #AEAAFF;
	font-size: 10px;
	line-height: 16px;
}
/*------------------------------
その他
------------------------------*/
.icon01 {
	color: #CCCCCC;
}

.mg8 {
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.arrow {
	color: #389450;
}
.title_w {
	font-weight: bold;
	color: #56ACA1;
}
.title_w2 {

	font-weight: bold;
	color: #41837A;
}
.title_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	margin-bottom: 7px;
}
