@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=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
	}
	
#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ここまで-----------*/




#main{
	width: 780px;
	margin: 0px 10px 0px 0px;
	float: right;
	padding: 0;
	}
	
p{
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	}
	
#main p{
	width: 300px;
	}
	
#main h1{
	font-size: 18px;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	margin-top: 0;
	border-bottom: solid 2px #433e34;
	}

#title{
	width: 780px;
	float: right;
	margin-bottom: 50px;
	padding: 0;
	}
	
	

.post p{
	ont-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	margin-bottom: 0;
	}
	
.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 2px #433e34;
	font-family: Hiragino Kaku Gothic Pro;
	margin: 0;
	padding-bottom: 8px;
	line-height: 15px;
	}

.img{
	width: 300px;
	float: left;
	padding: 0;
	}
	
img{
	border-style: none;
	}

	
.content{
	width: 620px;
	float: right;
	margin: 0px 80px 50px 80px;
	}
	


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

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

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

#topicPath li {  
    display: inline;  
   /* line-height:110%;*/  
    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;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
#sidemenu ul{
	padding: 0;
	margin: 0;
	}
	
#sidemenu li a:hover{
	background-image: url(../images/barsidemenu02.png);
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
	
#sidemenu .current a{
	background-position: 0 0;
	background-image: url(../images/barsidemenu02.png);
	background-repeat: none;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}	
		
/*------サイドメニューここまで-------*/

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 ;
	}
/*------フッターここまで-------*/