@import "adjust.css"; /* modify by sasaki at 20090224*/

/* 全体 */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
ul,ol{
list-style-type: none;
}
body,td,th {
background-color:#F5F5F5;
margin-top: 0px;
margin-bottom: 0px;
font-size: 12px;
color: #333333;
line-height: 18px;
}
h1{
font-size:12px;
margin: 0;
padding: 0px;
font-weight: normal;
}
h2,h3,h4,h5,h6{
font-size:100%;
font-weight: normal;
}
.f_clr{
clear:both;
}

/* 全体テキスト */
a {
text-decoration: none;
color: #333333;
}
a:hover{
text-decoration:underline;
color: #666666;
}
a:visited{
color: #666666;
}

/* レイアウト ヘッダ */

#masthead{
margin: 0px;
padding:0px;
width: 880px;
background-image: url(../../images/head_back.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#masthead_sub{
margin: 0px;
padding:0px;
width: 880px;
background-image: url(../../images/menu_back2.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#head_left {
float: left;
width: 570px;
text-align: left;
padding-left: 10px;
}

#head_right {
float: right;
width: 290px;
text-align: left;
}
#menu{
margin: 0px;
padding:0px;
width: 880px;
background-image: url(../../images/menu_back.jpg);
background-repeat: no-repeat;
height: 60px;
background-position: center top;
text-align: center;
}
#menu_sub{
margin: 0px;
padding:0px;
width: 880px;
height: 60px;
background-position: center top;
text-align: center;
}
/* レイアウト 全体(背景部分) */

#main_wrap {
float:none;
width: 900px;
background-color:#FFFFFF;
background-position: center;
text-align: center;
margin: 0px auto;
padding:0px;

}
#main_wrap2 {
float:none;
width: 880px;
background-color:#FFFFFF;
text-align: center;
margin: 0px auto;
padding:0px;
}

#main_wrap_sub {
	float:none;
	width: 880px;
	text-align: center;
	margin: 0px auto;
	padding:0px;
	background-image: url(../../images/menu_back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* コンテンツ */

#contents {
	width: 855px;
	border: 1px solid #EAE9E5;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
}



/* フッタ */
#footer {
font-size: 12px;
color:#666666;
height:109px;
width: 880px;
background-image: url(../../images/fotter_back.gif);
background-repeat: no-repeat;
background-position: center bottom;
margin-top: 15px;
padding-top: 15px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#footer a:link{
color: #3f8002;
}
#footer a:visited{
color: #3f8002;
}
.copylight{
font-size: 10px;
text-align: center;
color: #333333;
}

/* イメージ */

.img_mg2 {
	margin-right: 2px;
	margin-left: 2px;
}