@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2008.3.21
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #464646;
	background-color: #ffffff;
	text-align:center;
	background-image: url(images/leef.gif);
	background-repeat: repeat-x;
	line-height: 160%;
	letter-spacing: 1px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
}

h3 {
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 10px;
}

h5 a:link {
	color: #464646;
}

h5 a:visited {
	color: #464646;
}

h5 a:hover {
	color:#464646;
}

h6 {
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	padding-top: 10px;
}

.search {
	background-color: #E6F1FF;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.text10 {
	font-size: 10px;
}

.text10_5 {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	letter-spacing: 1px;
}

.text12_brown {
	font-size: 12px;
	color: #6b5128;
}

/* イメージ */
.image {
	padding-bottom: 10px;
	padding-left: 10px;
}
img {
	border:none;
}

/* メニュー */
ul {
	font-weight: bold;
	list-style-type: none;
	letter-spacing: 0px;
	padding-top: 5px;
}

li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
}

li a:link {
	color: #333333;
}

li a:visited {
	color: #333333;
}

li a:hover {
	color:#FF6633;
}

li#menulast {
	border-right: none;
}


/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* CORAL設定 */
.coral {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}
.coral a {
	color: #666666;
}
.coral a:link {
	color: #666666;
}
.coral a:hover {
	text-decoration: underline; color: #666666;
}



/* ベースセンター */
#box {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 1000px;
	text-align: center;
	padding-top: 20px;
}

#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main_left {
	float: left;
	width: 220px;
	text-align: center;
} 

#main_right {
	float: right;
	width: 720px;
}

#main_r_left {
	float: left;
	width: 350px;
}

#main_r_right {
	float: right;
	width: 350px;
}

#footer {
	text-align: center;
	width: 1000px;
	clear: both;
}

