@charset "UTF-8" ;


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

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

#header{
	position: fixed;
	width: 100%;
	height: 110px;
	top: 0px;
    left: 0px;
	background-color: transparent;
	background-image: url(../images/back02.png);
	background-repeat: repeat;
    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: 20px;
	}
	
#header_other{
	float: right;
	width: 320px;
	margin-top: 50px;
	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/bar02.png);
	background-repeat: none;
	}
/*----menuのデザインここまで----*/	
/*-----------headerここまで-----------*/

/*-----------パンくずリスト---------*/

#topicPath{
	width: 940px;
	margin: 130px 10px 20px 10px;
	}

#topicPath ul{  
    margin: 0;
	padding: 0;
	}  

#topicPath li {  
    display: inline;  
    list-style-type: none;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	text-align: left;
	color: #433e34;
	}  

#topicPath a{
	text-align: left;
	text-decoration: none;
	}

/*------ここまでパンくずリスト-------*/


#container{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-top: 50px;
	}

#main{
	width: 800px;
	margin: 0px 10px 300px 140px;
	float: right;
	padding: 0;
	}

.title{
	width: 780px;
	margin-left: 20px;
	margin-bottom: 20px;
	}

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


/*------画像リストここから-------*/

.imgcaption {
	text-align: left;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	float: left;
	width: 140px;margin-left: 20px;
	margin-bottom: 50px;
	background-color: #d7cbc1;
	}
	
.imgcaption img{
	margin-bottom: 0px;
	}
	
.imgcaption p{
	margin: 0px 10px 5px 8px;
	
	}
	
.imglist{
	float:right;
	width: 800px;
	margin:0px 0px 0px 0px;
	}
/*------画像リストここまで-------*/

/*----------ロールオーバー-----------*/
a:hover img{
	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: 50px 10px 0px 10px;
	padding-top: 10px;
	}
	
#footer a{
	text-decoration: none;
	color: #433e34;
	margin: 0px 0px 0px 15px ;
	}
/*------フッターここまで-------*/
