@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2011.9.13
---------------------------------------------------- */


/* クリア */
* {
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;
	line-height: 180%;
}

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

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

.text10 {
	font-size: 10px;
}

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

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

.text14b_red {
	font-size: 14px;
	color: #D42B51;
	font-weight: bold;
}

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

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

.text14b_blue {
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}

.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;
}

.text14b_brown {
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

/* リンク設定 */
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;
}

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

li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}

li#menulast {
	border-right: none;
}

/* 画像 */

.images1 {
	padding-bottom: 10px;
}

.img_left10 {
	padding-right: 10px;
}

.img_right10 {
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}

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

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

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

/* ベースセンター */
#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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header {
	width: 900px;
	text-align: right;
	background-image: url(images/dhback.gif);
	background-repeat: no-repeat;
}

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

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

#main_center {
	background-color: #FF9900;
	float: left;
	width: 200px;
	margin-left: 20px;
}

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

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

/*画像を左よせ文章右にする */
.img_left {
	float: left;
	padding-right: 10px;
}

.img_line {
	padding-top: 8px;
	padding-bottom: 8px;
}

