@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", Osaka, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000033;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	line-height: 14px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #FF0000;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W3";
	text-align: center;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W3";
	text-align: left;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}
p {
	margin-bottom: 2em;
}

.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: 900px;
	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;
	width: 821px;
}
#footer {
	color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	background-image: url(container_footer.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	background-color: #CCCCCC;
	margin: 0px;
}
.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: 180%;
	padding-top: 50px;
	padding-right: 120px;
	padding-bottom: 5px;
	padding-left: 120px;
	text-align: left;
	clear: 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;
}
.righttxt {
	text-align: right;
}
.centertxt {
	text-align: center;
}

blockquote {
	background-color:#FAFAFA;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}
.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;
}
