@charset"utf-8";

html, body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #1B1B1B;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea { 
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
img {
	vertical-align: bottom;
}
/* 回り込み解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

/*=====================================
テキストスタイル
=====================================*/
a {
	color: #3073BD;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #3073BD;
	text-decoration: none;
}
a:hover {
	color:#1299F8;
	text-decoration: underline;
}
a:active {
	color:#1299F8;
	text-decoration: underline;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f14b {
	font-size: 14px;
	font-weight: bold;
}
.f1-5b {
	font-size: 2em;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
u {
	background-color: #FFFF99;
	text-decoration: none;
}
/*=====================================
コンテンツ
=====================================*/
#WRAPPER {
	font-size: 100%;
	width: 730px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	line-height: 200%;
	border-bottom: 2px solid #993300;
	margin-bottom: 20px;
	text-decoration: underline;
}
#CONTENTS {
	font-size: 0.9em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS p {
	line-height: 140%;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}
h3 {
	border-bottom: 1px solid #666666;
	border-left: 5px solid #999999;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 12px;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 12px;
	border: 1px solid #666666;
}
table {
	margin-bottom: 12px;
}
blockquote {
	border-top: thick ridge #FF0000;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	width: 600px;
	padding: 1em;
	text-align: center;
	line-height: 160%;
	background-color: #FFFFE6;
}
