@charset "utf-8";

/* レイアウト */

body{
	background: url(bg.gif);
	position: absolute;
	left: 50%;
	width: 750px;
	margin: auto 0 0 -375px;
}

img {
	border: none;
}

a {
	color:#333333;
}

/* ヘッダー */

#header{
	width: 750px;
	height: 135px;
	background: url(title_back.jpg);
	text-align: left;
	margin: 0;
}

#header img{
	width: 450px;
	float: left;
	margin: 10px 20px 0 15px;
}

#header h2{
	text-align: left;
	padding: 10px 10px 0 0;
	font-size: 85%;
	font-weight: normal;
	color: #FFF;
	margin: 0;
}

/* コンテンツ */


#contents{
	width: 748px;
	padding-bottom: 5px;
	background: #ffffff;
	border-left: 1px solid #C69C6D;
	border-right: 1px solid #C69C6D;
}


/* ナビゲーションメニュー */

#navigation{
	text-align: center;
	padding: 5px 0 0 0;
	height: 25px;
    background: url(navi_bg.gif);
	font-size: 75%;
	margin-bottom: 10px;	
}

/* メインコンテンツ */

#main{
	float: right;
	width: 520px;
	padding: 0 5px;
	background: #ffffff;
	color: black;
	font-size: 75%;
	line-height: 150%;
}

#main h3 {
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 100%;
	color: #ffffff;
	height: 25px;
    background: url(h3.gif) no-repeat;
	margin: 10px 0 0 0;
}	

/* 左メニュー */

#sub {
	float: left;
	width: 190px;
	padding: 0 5px;
	font-size: 75%;
	text-align: center;
}

#sub h4 {
	padding: 8px 0 0 15px;
	font-size: 100%;
	color: #000;
	height: 22px;
    background: url(h4.gif) no-repeat;
	margin: 10px 0 0 0;
	text-align: left;
}

#sub p{
	text-align: left;
	padding: 3px;
	line-height: 130%;
}

#sub ol{
	text-align: left;
	list-style-image: url(li_box02.gif);
	list-style-position: inside;
	margin: 5px 0;
	padding: 0;
}

#menu{
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 20px 0 0 8px;
	background: #ffffff url(menu.jpg) no-repeat;
	height: 20px;
	margin: 0;
	text-align: left;
}

#menu a {
	color: #333;
	text-decoration: none;
	margin: 0;
}

.menu_img{
	margin-top: 10px;
}

.none{
	list-style:none;
	list-style-image:none;
	}

/* フッター */

#footer {
	clear: both;
	width: 748px;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #fff;
    background: url(footer.jpg);
	text-align: center;
	border-left: 1px solid #C69C6D;
	border-right: 1px solid #C69C6D;
	border-bottom: 1px solid #C69C6D;
	font-size: 75%;
}

address{
	font-size: 12px;
	font-style: normal;
	padding-top: 11px;
	padding-bottom: 7px;
	line-height: 135%;
}

/* その他 */

.clear{clear: both;}

form {margin: 0;} 

/* 特定商取引法の表示 */

#tokusho{
	text-align: left;
	width: 480px;
	margin: 10px 20px;
}

#tokusho p{
	padding-left: 5px;
}

#tokusho table{
	background-color: #663333;
}

#tokusho th{
	background-color: #ECE4D3;
	font-weight: normal;
}

#tokusho td{
	background-color: #FFF;
}

.tokusho{
	text-align: center;
}

.komoku{
	width: 110px;
}

#soryo{
	width: 350px;
	margin: 2px auto;
}

#soryo p{
	padding: 2px;
}

#soryo th{
text-align:left;}

.menu_link{
	border-bottom:1px dashed;
	border-top:1px dashed;
	border-color:#663300;
	margin-top:30px;
	padding:5px 0;
	}

/* 文字 */

h1{
	font-size: 90%;
	text-align:right;
	margin:10px 20px 5px 0;
}

p{margin: 0;}

.right{text-align: right;}

.center{text-align: center;}

.left{text-align:left;}

.red{color: #990000;}

.18{font-size: 30px;}

.fl{font-size:160%;}

table p{font-size:12px;}

.green{color:#4f702c;}

.ad{
	background:#f1ead3;
	padding:5px;
	font-size:120%;
	}
