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


/* クリア */
* {
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;
	text-align:center;
	background-image: url(images/linetop.gif);
	background-repeat: repeat-x;
	line-height: 195%;
	background-color: #FAFAFA;
}

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

h2 {
	color:#333333;
	font-size:16px;
	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;
	font-weight: bold;
}

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:16pt;
	font-weight: bold;
}

h6 {
	color:#333333;
	font-size:13pt;
	word-spacing: 1px;
	line-height: 170%;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

.text_t {
	font-size: 10px;
	vertical-align: super;
}

.text10 {
	font-size: 10px;
}

.text14 {
	font-size: 14px;
	px;
}

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

.text12b_red {
	font-size: 12px;
	color: #D42B51;
	font-weight: bold;
}

.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_green {
	font-size: 10px;
	color: #009966;
}

.text12_green {
	font-size: 12px;
	color: #009966;
}

.text14_green {
	font-size: 14px;
	color: #009966;
}

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

.tabletxt {
	vertical-align: middle;
}


/* リンク設定 */
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 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
	letter-spacing: 0px;
}

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

li#menulast {
	border-right: none;
}

/* 通常のリスト */

ol #normal {
	border-right-style: none;
	display: list-item;
	list-style-position: inside;
	line-height: 150%;
	padding-left: 15px;
}

ul #normal {
	border-right-style: none;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	line-height: 150%;
	padding-left: 15px;
}

li #normal {
	display: list-item;
	border-right-style: none;
	list-style-position: inside;
}



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

.image1 {
	padding-bottom: 10px;
}

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

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

.img_data {
	float: left;
	border: 1px solid #dddddd;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.image_r {
	margin-left: 400px;
}

.img_dot {
	padding-right: 5px;
	vertical-align: middle;
}

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


/* テーブル */
table {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}

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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 5px;
	padding-left: 3px;
}

table.noline {
	border-top-style: none;
	border-top-width: 0px;
	border-top-color: #FFFFFF;
}

th.noline {
	text-align: left;
	vertical-align: top;
}

td.noline {
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
}

/* ベースセンター */
#box {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	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;
	background-color: #FFFFFF;
	margin-top: 12px;
}

#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 60px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#menu {
	width: 980px;
}

#main {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

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

#main_center {
	float: left;
	width: 500px;
	margin-left: 20px;
}

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

#main_right2 {
	float: right;
	width: 720px;
}

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