/******************************************************************************/
/* メインスタイルシート - last update: 23.01.26 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FAFBFB url(../img/body2_bg.png) repeat-y center top;
	background-attachment: fixed;
	color: #333333;
}

hr {
	display: none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a,
a:visited {
	color: #3366FF;
}

a:hover {
	color: #FF9933;
}

input,
select,
option,
textarea {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}


/******************************************************************************/
/* wrapper - 全体の枠組み */

#wrapper {
	background: #FFFFFF;
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	background: url(../img/header_bg.png) no-repeat left top;
	width: 820px;
	height: 100px;
	margin: 0px 0px 20px 0px;
}

#header span {
	display: none;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	width: 760px;
	margin: 0px 30px 15px 30px;
}

#maincontent h2 {
	background: url(../img/h2_bg.png) no-repeat left top;
	width: 715px;
	height: 32px;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 0px 45px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}

#maincontent .text {
	width: 720px;
	padding: 15px 19px;
	letter-spacing: 0.1em;
	border: 1px solid #AAAAAA;
	background: #FFFFF4;
	margin: 0px 0px 15px 0px;
	line-height: 200%;
}

#maincontent p,
#maincontent ul {
	margin: 0px 0px 15px 0px;
}

#maincontent .list li {
	background: url(../img/li01_bg.png) no-repeat left 4px;
	padding-left: 20px;
}


/******************************************************************************/
/* maincontent .table_normal - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0px 0px 15px 0px;
}

#maincontent .table_normal td {
	line-height: 160%;
	padding-right: 15px;
	vertical-align: top;
}


/******************************************************************************/
/* maincontent .table_form - テーブル（参加申込フォーム） */

#maincontent .table_form {
	width: 760px;
	margin: 0px 0px 15px 0px;
}

#maincontent .table_form td {
	line-height: 200%;
	padding: 10px;
	letter-spacing: 0.1em;
}

#maincontent .table_form td.h2 {
	border: 1px solid #AAAAAA;
	background: #0E5297;
	font-weight: bold;
	color: #FFFFFF;
}

#maincontent .table_form td.h {
	border: 1px solid #AAAAAA;
	background: #F7FAFD;
	font-weight: bold;
	width: 157px;
}

#maincontent .table_form td.d {
	border: 1px solid #AAAAAA;
	width: 560px;
	background: #FBFCFD;
}

#maincontent .table_form td.d2 {
	border: 1px solid #AAAAAA;
	background: #EFF5FB;
}

#maincontent .submit {
	padding: 15px 40px;
}

#maincontent .errmsg {
	color: #FF0000;
	font-weight: bold;
}


/******************************************************************************/
/* .box_frame - 動画埋め込み枠用 */

#maincontent .box_frame {
	width: 760px;
	height: 428px;
	margin: 0px auto 15px auto;
}

#maincontent .box_frame iframe {
	width: 760px;
	height: 428px;
}

#maincontent .box_frame video {
	width: 100%;
	height: 100%;
}


/******************************************************************************/
/* jumptop - PAGETOPボタンの枠組み */

#jumptop {
	clear: both;
}

#jumptop a,
#jumptop span {
	display: none;
}

#scrollUp {
	background-image: url(../img/jumptop_bg.png);
	bottom: 80px;
	right: 20px;
	width: 100px;
	height: 20px;
}

#scrollUp:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	clear: both;
	background: url(../img/footer_bg.png) repeat-x left top;
	width: 820px;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#footer * {
	font-size: 12px;
}

