*{
}


body {
	text-align: center;
	backgroude-repeat:repeat;
	color:#1b1111;
	background-color: #e8eef1;
    font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
body div {
	text-align: left;
	margin: 0 auto;
}

img {
	border-style: none;
}

.right{
text-align:right;
}



/*------  背景  -----------------------------------------------------*/
#bg{
width: 850px;

background-image: url(images/bg.gif);
text-align:center;
}

/*------  ヘッダー部分  -----------------------------------------------------*/
#header{
width: 750px;
height: auto;
}


#menu{
background-color:#F2CA40;
padding: 1px 0 0 0;
}

#menuber{
background-color:#F2CA40;
background-image:url(images/top_back.png);
background-position:bottom;
background-image:
height: 73px;
text-align:right;
padding: 10px 5px 0 0;
}


/*------  コンテンツ部分  -----------------------------------------------------*/
#container{
background: white;
width: 750px;
height: auto;
overflow:hidden;

}

#subcontainer{
width: 180px;
float: left;
background: white;
margin: 20px auto 10px auto;
padding: 0 0 0 10px;
text-align: center;
height:470px;
}

#maincontainer{
width: 560px;
float:right;
background: white;
margin: 20px 0px 0px 0px;
}


.item{
margin: 0 20px 0 20px;
width: 520px;
float: right;
}

/*------ フッター部分  -----------------------------------------------------*/
#footer{
clear:both;
background: #f2ca40;
width: 750px;
height: 20px;
color: #FFFFFF;
font-size: 80%;
}
.copyright{
padding: 2px 5px 2px 0 ;
text-align:right;
}



/*------ フォント  -----------------------------------------------------*/
h1{
background-image:url(images/h1.gif);
background-position:top left;
background-repeat:no-repeat;
color: #47750c;
font-size: 130%;
font-weight: bold;
text-align:left;
margin: 0 auto 5px auto;
padding: 7px 0 10px 18px;
width: 160px;
}

h2{
font-size: 120%;
font-weight:bold;
margin: 20px 20px 10px 0px;
background-image:url(images/h2.gif);
background-repeat: no-repeat;
background-color:#FEF3C9;
border-right: solid 3px #1b1111;
text-indent: 30px;
line-height: 22px;
height: 20px;
clear:both;
}


p{
margin: 0 auto 0 auto;
}
.honbun{
text-indent: 1em;
}


/*------ リンク  -----------------------------------------------------*/
A:link{color:#333;text-decoration: none;}
A:visited {color:#333;text-decoration: none;}
A:hover {color:#01657C;text-decoration: none;}
A:active {color:#01657C;text-decoration: underline; }




A .pagetop{
margin: 7px 20px 5px 430px;
color: #999999;
text-align: right;
clear: both;
}
A:hover .pagetop{
color: #333333;
text-decoration: none;
}



/*------ テーブル  -----------------------------------------------------*/
table{
font-size:100%;
}
td{
vertical-align:top;
text-indent:0px;
}




/*------ 写真  -----------------------------------------------------*/
.photo{
background-image:url(images/photo_bg.jpg);
width: 200px;
height: 150px;
padding: 6px 22px 24px 8px;
float:left;
}




