@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: #333333;
	background-color: #ffffff;
	text-align:center;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	line-height: 180%;
}

h1 {
	color:#333333;
	font-size:100%;
}

h2 {
	color:#333333;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-bottom: 6px;
}

h3 {
	color:#78540B;
	font-size:12pt;
	font-weight: bold;
	padding-bottom: 5px;
}

h4 {
	color:#336666;
	font-size:100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
	padding-top: 10px;
}

h5 {
	color:#333333;
	font-size:100%;
}

h6 {
	color:#333333;
	font-size:100%;
}

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

.text10 {
	font-size: 10px;
}

.text10_gray {
	font-size: 10px;
	color: #999999;
}

.text10_right {
	font-size: 10px;
	text-align: right;
}

.text10_red {
	font-size: 10px;
	color: #D42B51;
}

.text12_red {
	font-size: 12px;
	color: #D42B51;
}

.text14_red {
	font-size: 14px;
	color: #D42B51;
}

.text10_blue {
	font-size: 10px;
	color: #0066CC;
}

.text12_blue {
	font-size: 12px;
	color: #0066CC;
}

.text14_blue {
	font-size: 14px;
	color: #0066CC;
}

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

.text12_white {
	font-size: 12px;
	color: #FFFFFF;
}

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


/* 定義リスト */
dl {
 border:1px solid #D7D7D7;
 width:460px;
}
dt {
	float:left;
	width:90px;
	clear:both;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
dd {
	width:270px;
	margin-left:90px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}


/* 画像 */
.image_line {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
}

.image1 {
	padding-bottom: 10px;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.image_r {
	margin-left: 400px;
}


/* テーブル */
table {
	margin-top: 10px;
}

th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #CEE8FF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
}

td {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
}

/* ベースセンター */
#box {
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F2F2F2;
	background-color: #FFFFFF;
}

#header {
	width: 940px;
	text-align: center;
}

#main {
	width: 910px;
	margin-top: 30px;
}

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

#main_center {
	float: left;
	width: 470px;
	margin-left: 30px;
}

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

#footer {
	text-align: center;
	width: 940px;
	clear: both;
}
