@charset "shift_jis";



body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #d7edf0 url(../images/bg.jpg) repeat-x center top;	
}
h1,h2,h3,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



a {
	color: #706F5B;	
}
a:hover {
	color: #CD767E;			
	text-decoration: none;	
}

/*
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

/*
---------------------------------------------------------------------------*/
#header {
	height: 136px;	
	width: 970px;	
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat;	
	margin-right: auto;
	margin-left: auto;
}
/*--------------------*/
#header h1 {
	font-size: 10px;				
	line-height: 20px;			
	font-weight: normal;		
	position: absolute;
	top: 107px;		
	right: 10px;	
	color: #000000;
}
#header h1 a {
	text-decoration: none;
	color: #000000;
}
/*-------------------*/
#header #logo {
	position: absolute;
	left: 20px;	
	top: 0px;	
	z-index: 3;
}





/*メニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	display: block;
	padding: 5px;
	width: 198px;
	border-right: 1px solid #d3cdc2;	
	border-bottom: 1px solid #d3cdc2;	
	border-left: 1px solid #d3cdc2;		
	text-decoration: none;
	text-align: center;	
	font-size: 11px;	
}
#sub ul.submenu li a:hover {
	background: #EDE9E2;	
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;			
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;	/*文字色*/
	background: url(../images/bg2.jpg);	
}
/*-------------------------*/
#footer a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
}






/*
---------------------------------------------------------------------------*/
.look {
	background-color: #E1DDD8;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #CD767E;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

