@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-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: 390px;
	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のデザインここまで----*/	
/*-----------headerここまで-----------*/






.content{
	width: 640px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#main{
	width: 640px;
	margin: 170px 160px 0px 160px;
	padding: 0;
	}
	
.title{
	width: 140px;
	padding: 0;
	float: left;
	margin-right: 20px;
	}

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


.titletext{
	width: 140px;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	padding: 0px;
	}
	
.title h1{
	width: 140px;
	font-size: 12px;
	font-family: Hiragino Kaku Gothic Pro;
	color: #433e34;
	padding: 0;
	}
	
.titletext ul{
	padding: 0;
	margin: 0;
	}
	
.titletext li{
	list-style-type: none;
	}
	
.titletext li a{
	display: block;
	width: 140px;
	line-height: 15px;
	border-right: none;
	text-align: left;
	text-decoration: none;
	color: #433e34;
	margin-bottom: 6px;
	}
	
.titletext a:hover{
	color: #d3ccc1;
	}
	
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 )";
	}

img{
	border-style: none;
	}

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