

/*----------------------------------------------------
Base
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color: #b2af67;
	color: #000;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	text-align:center;
}

img {border: 0;}

/*----------------------------------------------------
･・ｯ
----------------------------------------------------*/
A:link {color: #3366CC;text-decoration:none;}
A:visited {color: #3366CC;text-decoration:none;}
A:hover {color: #3366CC;text-decoration:underline;}
A:active {color: #5588ee;text-decoration:underline;}

/*----------------------------------------------------
･皈ﾋ･蝪ｼ･・ｯ 
----------------------------------------------------*/
a.menu:link{color: #663300;text-decoration:none;}
a.menu:visited{color: #663300;text-decoration:none;}
a.menu:hover{color: #0066CC;text-decoration:underline;}
a.menu:active{color: #663300;text-decoration:underline;}

/*----------------------------------------------------
･・ｹ･ﾈ･・ｯ 
----------------------------------------------------*/
a.list:link{color: #000;text-decoration:none;}
a.list:visited{color: #000;text-decoration:none;}
a.list:hover{color: #0066CC;text-decoration:underline;}
a.list:active{color: #663300;text-decoration:underline;}

/*----------------------------------------------------
page
----------------------------------------------------*/
#page {
	width: 760px;
	height:auto;
	background: #fff;
	padding-top:0px;
	margin:0 auto;
	text-align: left;
	border-right:1px #8C894B solid;
	border-left:1px #8C894B solid;
}


/*----------------------------------------------------
･ﾘ･ﾃ･ﾀ｡ｼ
----------------------------------------------------*/
#header{
	width:760px;
	height:auto;
	margin:0;
	padding: 0;	
	text-align:left;
}

#header_title{
	width:760px;
	height:150px;
	margin:0;
	padding:0;	
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
}

#header_bar{
	width:760px;
	height:16px;
	margin:0;
	padding:0;	
	background-image: url(../img/bar.jpg);
	background-repeat: no-repeat;
}

#menu{
	width:748px;
	text-align: left;
	margin-left:10px;
	margin-top:5px;
}

#menunavi {
	width:570px;
	text-align: left;
}

#menunavi li{
	display:inline;
	color: #4d2800;
	padding-right:0px;
	padding-left:0px;
	list-style-type: none;
	list-style-position:outside;
}

.bold{
	font-weight:bold;
}

h1{
	text-indent:-9999px;
	display: none;
}

/*----------------------------------------------------
･ｳ･ﾆ･ﾄ
----------------------------------------------------*/
#contents{
	width:710px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
/*	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;*/
}

#contents_left{
	float: left;
	width:530px;
	margin-left:0px;
	margin-bottom:10px;
}

#contents_right{
	float: right;
	margin-right:0px;
	width:164px;
}

.midashi{
	margin-bottom:10px;
	width:492px;
	height:32px;
	font-size:110%;
	font-weight:bold;
	padding-left:38px;
	padding-top:6px;
	background-image: url(../img/midashi.jpg);
	background-repeat: no-repeat;
}


.col{
	width:520px;
	height:auto;
	padding-left:6px;
	padding-top:16px;
	padding-bottom:10px;
}

.col_left{
	float: left;
	width:275px;
	height:auto;
	padding-left:10px;
	padding-top:16px;
	padding-bottom:20px;

}

.col_right{
	float: left;
	width:222px;
	height:auto;
	padding-left:20px;
	padding-top:16px;
}

.img_right{
	padding-top:10px;
	text-align:right;
}

.img_bottom{
	padding-bottom:8px;
}

.ko_midashi{
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
	clear:both;
}

.ko_midashi2{
	font-size:110%;
	font-weight:bold;
	padding-bottom:6px;
}


.mini_midashi{
	padding-bottom:6px;
	padding-top:6px;
}

.naiyou{
	line-height:130%;
	padding-bottom:10px;
}

.yokoku{
	background-color: #EFECAA;
	padding:10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-bottom:30px;
	text-align:center;
}

.blankheight{
	padding:100px;
}


/*----------------------------------------------------
･ﾆ｡ｼ･ﾖ･・ｹ･ｿ･､･・
----------------------------------------------------*/
.dl{
	margin-bottom:24px;
}

.pad{
	padding:0px 10px 0 20px;
}

.pad2{
	padding:0px 10px 0 10px;
}

.chiku_midashi{
	padding:0px;
	width:525px;
}

.chiku_list{
	margin-bottom:20px;
	border:1px #ccc solid;
	border-collapse:collapse;
	width:525px;

}

.chiku_list tr:nth-child(even) {
    background:#E3F8E1;
}
.chiku_list tr:nth-child(odd) {
    background:#FFF;
}

.chiku_title{
	background-color: #A4D6A8;
	height:28px;
	font-weight:bold;
	font-size:140%;
}

.chiku_title2{
	padding:0px;
}


.chiku_list td{
	padding:1px 4px 1px 10px;
	font-size:70%;
	padding: 8px;
}

.chiku_bg{
	background-color: #E3F8E1;
}

.pagetop{
	font-size:70%;
	text-align:right;
}

.pagetop_bg{
	font-size:70%;
	text-align:right;
	background-color: #A4D6A8;
}

/*----------------------------------------------------
･ﾕ･ﾃ･ｿ｡ｼ
----------------------------------------------------*/
#footer{
	background-image: url(../img/bar.jpg) ;
	background-repeat: no-repeat;
	width:740px;
	font-size:80%;
	padding: 10px;
	padding-top:20px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align:right;
}

/*----------------------------------------------------
float.clearboth
----------------------------------------------------*/
.clearboth{
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0;
	font-size:0;
}

.box{
	width:530px;
	overflow:hidden;
}

.left{
	margin-left:3px;
	margin-right:3px;
	margin-bottom:50px;
	width:125px;
	float:left;
	text-align:center;
}

.left a{
		color:#000000;
}

.left  img:hover{
	  opacity:0.5;
}

.left img{
	margin-bottom:10px;
	border:1px solid #ecebeb;
}

.clear{
	clear:both;	
}

.box_02{
	width:530px;
	overflow:hidden;
	clear:both;
	
}