@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2008.4.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: #4B4B4B;
	text-align:center;
	background-image: url(images/sky.jpg);
	background-repeat: repeat-x;
	line-height: 165%;
}

h1,h2,h4,h5,h6 {
	color:#4B4B4B;
	font-size:100%;
}

h3 {
	color:#3399CC;
	font-size:12px;
	line-height: 120%;
	font-weight: bold;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.text10 {
	font-size: 10px;
}

.text10_w {
	font-size: 10px;
	color: #FFFFFF;
}

.text10_r {
	font-size: 10px;
	color: #FF3366;
}

.text12_r {
	font-size: 12px;
	color: #FF3366;
}
.text12_bl {
	font-size: 12px;
	color: #003399;
}

.text110_brown {
	font-size: 10px;
	color: #663300;
}

.text12_brown {
	font-size: 12px;
	color: #663300;
}

.text14_brown {
	font-size: 14px;
	color: #663300;
}


/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF3333;
}
a:active {
	text-decoration: none;
}


/* メニュー */
ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: 0px;
}

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: #FFFFFF;
}

li a:visited {
	color: #FFFFFF;
}

li a:hover {
	color:#FF6633;
}

li#menulast {
	border-right: 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: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

#header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#main_left {
	float: left;
	width: 530px;
}

#main_right {
	float: right;
	width: 300px;
}

#footer {
	text-align: center;
	width: 860px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/* ベースセンターレベル2 */
#main2_left {
	float: left;
	width: 350px;
}

#main2_right {
	float: right;
	width: 480px;
}

