@charset "UTF-8" ;


body{
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	}

/*-----------headerここから---------

#header{
	position: fixed;
	width: 100%;
	height: 130px;
	top: 0px;
    left: 0px;
	background-color: transparent;
	background-color: #d7cbc1;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
	}
	
#header_inner{
	width: 940px;
	margin: 0 auto;
	height: 130px;
	}
	
	
#header h1{
	margin: 0;
	}


#logo {
	float: left;
	margin-bottom: 20px;
	margin-top: 40px;
	}
	
/*#header_other{
	float: right;
	width: 320px;
	margin-top: 70px;
	margin-right: 380px;
	margin-bottom: 20px;
	}*/
	
/*----menuのデザイン---
.menu{
	padding: 0;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	width: 320px;
	}
	
.menu ul{
	padding: 0;
	margin: 0;
	}
	
.menu li{
	float: left;
	list-style-type: none;
	margin-right: 20px;
	}
	
.menu li a{
	display: block;
	width: 140px;
	line-height: 20px;
	border-right: none;
	text-align: left;
	text-decoration: none;
	color: #433e34;
	}
	
.menu li a:hover {
	background-image: url(../images/bar.png);
	}
	
.menu .current a{
	background-position: 0 0;
	background-image: url(../images/bar.png)
	}
	----menuのデザインここまで----*/	
/*-----------headerここまで-----------*/



#main{
	width: 960px;
	height: 700px;
	margin: 70px 0px 60px 0px;
	padding: 0;
	}

img{
	border-style: none;
	}

.title{
	width: 960px;
	}

.imglist{
	float: right;
	width: 960px;
	height: 220px;
	padding: 0;
	margin-bottom: 40px;
	}
	
.imgbutton {
	text-align: left;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 0;
	}
	
.imgbutton img{
	width: 220px;
	}


.text{
	width: 460px;
	float: right;
	padding: 0;
	margin-left: 10px;
	margin-right: 490px;
	margin-bottom: 40px;
	}
	
.text p{
	width: 460px;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	text-align: left;
	color: #433e34;
	padding: 0;
	}

.text h1{
	width: 460px;
	color: #433e34;
	font-size : 15px;
	border-bottom:  solid 1px #433e34;
	font-family: Hiragino Kaku Gothic Pro;
	margin: 0;
	padding-bottom: 5px;
	line-height: 15px;
	}


/*----------ロールオーバー-----------*/
.imglist a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
	

#footer a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
/*----------ロールオーバー-----------*/



/*------フッターここから-------*/
#footer{
	font-size : 10px;
	font-style: normal;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	text-align: right;
	border-top: 1px solid #433e34;
	clear: both;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	}
	
#footer a{
	text-decoration: none;
	color: #433e34;
	margin: 0px 0px 0px 15px ;
	}
/*------フッターここまで-------*/
