/***********************************
 基本タグ
***********************************/
/* 一括で全ての要素の余白をゼロに指定 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, hr {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #E8E8E8;
	font-size: 11.5px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
}

p {
	line-height: 18px;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
	height: 1px;
}

/***********************************
 レイアウト
***********************************/
div.all {
	width: 760px;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
}

div.main {
	padding: 20px 20px 20px 20px;
}

div.info {
	padding-bottom: 10px;
}

div.info_left {
	float: left;
	width: 480px;
}

div.info_right {
	float: right;
	width: 220px;
}

div.detail_left {
	float: left;
	width: 480px;
}

div.detail_right {
	float: right;
	width: 220px;
	text-align: center;
}

div.footer {
	background-color: #FFFFFF;
	text-align: right;
}

div.clear {
	clear:both;
}

/***********************************
 リンク
***********************************/
a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #0000CC;
	text-decoration:underline;
}
a:active {
	color: #0000CC;
	text-decoration:underline;
}

/***********************************
 見出し
***********************************/
h1 {
	font-weight: bold;
	font-size: 24px;
	color: #B00000;
}

span.h1_sub {
	font-size: 16px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006400;
	padding: 1px 0px 1px 20px;
}

h2.sub {
	background-color: #643200;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	text-decoration:underline;
}

/***********************************
 文字
***********************************/
.outline {
	font-size: 14px;
	font-weight: bold;
}

.important_1 {
	font-weight: bold;
	color: #FF0000;
}

.important_2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.important_3 {
	font-weight: bold;
	color: #990000;
}

.mini {
	font-size: 10px;
	color: #999999;
}

.required {
	color: #FF0000;
}

.guidline_title {
	font-weight: bold;
	font-size: 16px;
	color: #006400;
}

.guidline_q {
	font-weight: bold;
	margin-bottom:10px;
}

.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

.highlight a{
	color: #000000;
}

/***********************************
 枠
***********************************/
div.announce {
	width: 95%;
	border: 1px solid #999999;
	background-color: #F0F8FF;
	padding: 20px 10px 20px 10px;
}

div.reserve_header {
	border: 1px solid #999999;
	background-color: #999999;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック";
	font-weight: bold;
	font-size: 14px;
	padding: 3px 3px 0px 10px;
}

div.reserve_detail {
	border: 1px solid #999999;
	font-family: "ＭＳ ゴシック";
	padding: 10px 0px 3px 10px;
}

div.qa {
	width: 650px;
	border: 1px solid #999999;
	background-color: #F0F8FF;
	padding: 10px;
}

div.tweet {
	width: 538px;
	border: 1px solid #999999;
	background-color: #F0F8FF;
	padding: 10px;
}

/***********************************
 画像
***********************************/
img.img_border {
	border: 1px solid #999999;
}


table.time_table td {
	font-family: "ＭＳ ゴシック";
	font-size: 13px;
}

/***********************************
 iframe
***********************************/
iframe.header {
	width: 760px;
	height: 100px;
}

iframe.footer {
	width: 720px;
	height: 32px;
}

hr.guidline_hr {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #006400;
	margin-bottom: 10px;
}
