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


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

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

html {
	overflow-y: scroll;
}

body {
	background: #FCFCFB url(../img/body_bg.png) repeat-y center top;
	color: #333333;
	text-align: center;
}

hr {
	display :none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a,
a:visited {
	color: #3333FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9966;
}

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


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

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


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

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

#header a,
#header a:visited,
#header a:hover {
	display: block;
	width: 820px;
	height: 100px;
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* maincontent - コンテンツ領域の枠組み */

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

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

#maincontent h3 {
	line-height: 160%;
	padding: 0px 0px 0px 35px;
	margin: 0px 20px 15px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(../img/h3_bg.png) no-repeat left 1px;
}

#maincontent h4 {
	line-height: 160%;
	padding: 0px 0px 0px 30px;
	margin: 0px 20px 15px 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(../img/h4_bg.png) no-repeat 2px 4px;
}

#maincontent h5 {
	margin: 0px 50px 15px 50px;
	line-height: 160%;
	font-weight: bold;
}

#maincontent p,
#maincontent ul {
	margin: 0px 50px 15px 50px;
	line-height: 160%;
}

#maincontent .li01 li,
#maincontent .li02 li {
	background: url(../img/li01_bg.png) no-repeat left 6px;
	padding-left: 23px;
}

#maincontent .num li {
	background: none;
	list-style: decimal;
	padding-left: 0px;
	margin-left: 1.7em;
}

#maincontent .float li {
	float: left;
	margin-right: 1.1em;
	margin-bottom: 0.5em;
}

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 98%;
	height: 1px;
	margin: 0px auto 20px auto;
}


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

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

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


/******************************************************************************/
/* maincontent .table_form - テーブル（フォーム） */

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

#maincontent .table_form td {
	line-height: 160%;
	padding: 10px;
}

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

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

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

#maincontent .table_form td.d2 {
	border: 1px solid #AAAAAA;
	background: #9DC0F0;
	color: #FFFFFF;
}

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


/******************************************************************************/
/* maincontent .box1 - 囲み枠 */

#maincontent .box1 {
	width: 640px;
	margin: 0px 40px 15px 40px;
	border: 1px solid #AAAAAA;
	background: #fffef9;
}

#maincontent .box1 {
	padding: 20px 19px;
}

#maincontent .box1 p,
#maincontent .box1 ul {
	margin: 0px 10px;
}


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

#maincontent .box_frame {
	width: 672px;
	height: 378px;
	margin: 0px auto 15px auto;
}

#maincontent .box_frame iframe {
	width: 672px;
	height: 378px;
}

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


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

#jumptop {
	clear: both;
	display: none;
}

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

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

#scrollUp:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


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

#footer {
	clear: both;
	width: 820px;
	height: 35px;
	line-height: 35px;
	background: url(../img/footer_bg.png) repeat-x left top;
	color: #FFFFFF;
	text-align: center;
}

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


/******************************************************************************/
/* 汎用クラス */

.mincho {
 	font-family: "ＭＳ Ｐ明朝", serif;
}

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

