@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)
	}
/*----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;
	}

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


/*------サイドメニューここから-------*/

#sidemenu{
	position: fixed;
	width: 140px;
	float: left;
	color: #433e34;
	/*background-color: transparent;
	background-color: #f6f1ed;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;*/
	margin-left: 10px;
	}
	
#sidemenu li a{
	display: block;
	text-decoration: none;
	color: #433e34;
	line-height: 20px;
	}
	
#sidemenu li{
	padding: 0px;
	list-style-type: none;
	}
	
#sidemenu li p{
	margin: 0px;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	font-weight: bold;
	border-bottom:  solid 1px #433e34;
	}
	
#sidemenu li li{
	border-bottom: dashed 1px #433e34;
	margin-bottom: 3px;
	list-style-type: none;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
#sidemenu ul{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 11px;
	}
	
#sidemenu li a:hover{
	background-image: url(../images/barsidemenu.png);
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
	
#sidemenu .current a{
	background-position: 0 0;
	background-image: url(../images/barsidemenu.png);
	background-repeat: none;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}	
/*------サイドメニューここまで-------*/


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

#imglist img{
	margin-left: 20px;
	margin-bottom: 20px;
	border: none;
	}
	
#imglist{
	float: right;
	width: 640px;
	margin: 20px 80px 50px 0px;
	}
/*------画像リストここまで-------*/




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


.imgtop{
	float: left;
	width: 380px;
	height: 340px;
	padding: 0;
	margin-left: 20px;
	}


.content{
	width: 620px;
	float: right;
	margin: 0px 80px 120px 20px;
	}
	
.content p{
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	}

.posttext{
	width: 300px;
	font-size: 12px;
	color: #433e34;
	font-family: Hiragino Kaku Gothic Pro;
	margin-left: 20px;
	float: right;
	}
	
.posttext h2{
	color: #433e34;
	font-size : 18px;
	border-bottom:  solid 1px #433e34;
	font-family: Hiragino Kaku Gothic Pro;
	margin: 0;
	padding-bottom: 8px;
	line-height: 15px;
	}

.img{
	float: left;
	width: 300px;
	height: 180px;
	}
	
img{
	border-style: none;
	}
/*----------tabble-----------*/
table{
	width: 300px;
	border-collapse: collapse;
	}
	
th{
	width: 50px;
	border: none;
	padding: 1px;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	text-align: left;
	}
	
td{
	border: none;
	padding: 1px 1px 1px 10px;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	}
/*----------tabble-----------*/
	
/*----------ロールオーバー-----------*/
a:hover .logo{
	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 ;
	}
/*------フッターここまで-------*/