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


/* クリア */
* {
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: #414141;
	background-color: #ffffff;
	text-align:center;
	line-height: 180%;
}

h1 {
	color:#414141;
	font-size:18px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #B8684A;
	padding-left: 10px;
	margin-bottom: 10px;
}

h2 {
	color:#6b4421;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	color:#414141;
	font-size:12px;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

h4 {
	color:#414141;
	font-size:12px;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

h5 {
	color:#663300;
	font-size:12px;
	font-weight: bold;
	background-image: url(images2/line_bg.gif);
	background-repeat: repeat;
	background-position: bottom;
}

h6 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #006633;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

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

strong {
	font-weight:bold;
}

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

.text12_coniferous {
	font-size: 12px;
	color: #19a08e;
}

.text12_broad {
	font-size: 12px;
	color: #65b721;
}

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


/* メニュー */
ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	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: 10px;
	padding-left: 10px;
}

li#menulast {
	border-right: none;
}

/* 画像 */

.images1 {
	padding-bottom: 10px;
}
.img_fb {
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_fb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

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

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

.img_bottom {
	vertical-align: bottom;
	bottom: 100px;
}

.images_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: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	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: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}

#header {
	width: 960px;
}

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

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

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

#footer {
	text-align: center;
	width: 960px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #836245;
	padding-top: 10px;
	padding-bottom: 10px;
}



table.contest {
    margin-top: 10px;
}

table.contest th {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 2px;
}

table.contest tr td {
    text-align: left;
    padding-bottom: 3px;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
} 

