@charset "UTF-8";

/* basic style */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #7CB63A;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

a.h5:link {
	color: #333333;
	text-decoration: none;
}
a.h5:visited {
	color: #333333;
	text-decoration: none;
}
a.h5:hover {
	color: #333333;
	text-decoration: underline;
}
a.h5:active {
	color: #333333;
	text-decoration: none;
}

body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
}

h2 {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

h3 {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	font-style: normal;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 20px;
}

h4 {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}

h5 {
	color:#333333;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	font-style: normal;
	text-align: center;
	padding-top: 15px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
}

h6 {
	font-size:1px;
	font-weight:normal;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
