@charset "utf-8";
/*初期化*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, p, label {
	margin:0;
	padding:0;
	border:0;
}
html {
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FEDACE;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	line-height: 14px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
	line-height: 100%;
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W3";
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	background-color: #C1F2FF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-size: 20px;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #7DFFCB;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 100%;
}
p {
	margin-bottom: 2em;
}
.fp26red {
	font-size: 26px;
	line-height: 120%;
	color: #FF0000;
	text-decoration: underline;
}
.fp28 {
	font-size: 28px;
	line-height: 120%;
}
.fp26 {
	font-size: 26px;
	line-height: 120%;
}
.fp22 {
	font-size: 22px;
	line-height: 120%;
}
.fp18 {
	font-size: 18px;
	line-height: 120%;
}
.fp16 {
	font-size: 16px;
}
.fp14 {
	font-size: 14px;
	line-height: 120%;
}
.fp12 {
	font-size: 12px;
	line-height: 120%;
}
.fp10 {
	font-size: 10px;
	line-height: 12px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 930px;
	background-color: #FFFFFF;
	background-image: url(container_bg.png);
	background-repeat: repeat-y;
	padding: 0px;
}
#main {
	width:800px;
	float:right;
	background: #FFFFFF;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

/*画像関連*/
img {
	vertical-align: bottom;
}
.centerimg {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	padding: 0px;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	line-height: 150%;
	background-color: #51594f;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

.copy {
	font-size: 12px;
}

/*リンク設定*/
a:link {
	color:#0000FF;
	text-decoration: underline;
}

a:active {
	color:#009900;
	text-decoration: none;
}
a:hover {
	color:#009900;
	text-decoration: none;
}
a:visited {
	color:#551a8b;
	text-decoration: underline;
}
a:visited:hover {
	color:#009900;
	text-decoration: none;
}

/*コンテンツ文章用（プロポーショナル）*/
.contentsp {
	font-size: 16px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
	text-align: left;
}

/*コンテンツ文章用（等幅）*/
.contents {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}

/*table関連*/

/*テーブル*/
table#table-01 {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	font-size: 14px;
}
table#table-01 th {
	padding: 2px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F9F3EC;
}
table#table-01 td {
	padding: 2px;
	text-align: left;
	white-space: nowrap;
	color: #333333;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
table#table-01 td.right {
	text-align: right;
}
table#table-01 td.center {
	text-align: center;
}

#scroll {
	height: 450px;
	margin: 0px;
	width: 100%;
	border: 1px solid #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: auto;
}

/*その他個別設定*/
.righttxt {
	text-align: right;
}
.centertxt {
	text-align: center;
}

blockquote {
	margin: 5px;
	padding: 5px;
	border: 2px dotted #666666;
	background-color: #59FFDE;
}
.red {
	color: #FF0000
}
.orange {
	color: #FF3300;
	text-decoration: underline;
}
.pagetitle {
	font-size: 14px;
	text-align: center;
	margin: 20px;
	padding: 0px;
	font-weight: bold;
}
.marker {
	background-color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
.markerred {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	margin: 0px;
	text-align: center;
}
