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


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

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

html {
	overflow-y: scroll;
}

body {
	background: #FFFDF4 url(../img/body_bg.png) repeat-y center top;
	background-attachment: fixed;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

hr {
	display: none;
}

img {
	border: 0px none;
}

a img {
	border: 0px none;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

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

input[type="text"]:focus {
	outline: none;
}

input:-webkit-autofill {
	transition: background-color 10000s ease-in-out 0s;
}


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

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


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

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

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

#header span {
	display: none;
}


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

#maincontent {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#maincontent h2 {
	background: #FFFAFA url(../img/h2_bg.png) repeat-y left top;
	width: 860px;
	height: 25px;
	line-height: 160%;
	margin: 0px 20px 15px 20px;
	padding: 4px 0px 2px 20px;
	color: #400010;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

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

#maincontent h4 {
	line-height: 160%;
	margin: 0px 4.5% 5px 4.5%;
	color: #277F00;
	font-weight: bold;
}

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

#maincontent .li01 li {
	background: url(../img/li01_bg.png) no-repeat left 5px;
	padding: 0px 0px 0px 22px;
}


/******************************************************************************/
/* maincontent - メインコンテンツ - 区切り線 */

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


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

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

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


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

#maincontent .table_form {
	width: 92%;
	margin: 0px auto 15px auto;
}

#maincontent .table_form td {
	line-height: 200%;
	padding: 10px 15px;
	border: 1px solid #CDAA87;
	vertical-align: center;
}

#maincontent .table_form td.h2 {
	background: #685542;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_form td.h {
	background: #F5DDC9;
	width: 180px;
	font-weight: bold;
}

#maincontent .table_form td.d {
	background: #FFFAEA;
}

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

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


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

#footer {
	clear: both;
	background: #FF95AF;
	width: 920px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

