/* === エレメントの初期化 ============================================================= */
h1, h2, h3, h4, h5, h6 {
	position: static; margin: 0px; padding: 0px; }
div, p, hr, blockquote, address, noscript {
	position: static; margin: 0px; padding: 0px; font-style: normal; font-weight: normal; }
ul, ol, dl, dt, dd {
	position: static; margin: 0px; padding: 0px; }
pre, table, form {
	position: static; margin: 0px; padding: 0px; }
span, img  {
	position: static; margin: 0px; padding: 0px; border: none; border: 0px none #fafaff; font-style: normal; font-weight: normal; }
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	position: static; margin: 0px; padding: 0px; border: none; font-style: normal; font-weight: normal; }

/* === 基本部分 ====================================================================== */
body {
	margin: 0px;
	padding: 0px;
	color: #778;
	background-color: #ffffff;
	font-size: 9pt;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #dddddd;
	scrollbar-darkshadow-color: #bbbbbb;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #eee;
}
a {		text-decoration: underline;}
a:link {	color: #447;}
a:visited {	color: #447;}
a:hover {	color: #44f;}
a:active {	color: #00f;}

h1 {
	margin: 0px;
	padding: 4px 4px 4px 4px;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	border-bottom: 1px none #B05B00;
	color: #744;
}
h2 {
	margin: 0px;
	padding: 4px 4px 4px 4px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	border-bottom: 1px none #B05B00;
	color: #744;
}
h3 {
	margin: 0px;
	padding: 4px 4px 4px 4px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	border-bottom: 1px none #B05B00;
	color: #744;
}
h4 {
	margin: 0px;
	padding: 4px 4px 4px 4px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	border-bottom: 1px none #B05B00;
	color: #744;
}
h2 a {		text-decoration: underline;}
h2 a:link {	color: #744;}
h2 a:visited {	color: #744;}
h2 a:hover {	color: #f44;}
h2 a:active {	color: #f00;}

h3 a {		text-decoration: underline;}
h3 a:link {	color: #744;}
h3 a:visited {	color: #744;}
h3 a:hover {	color: #f44;}
h3 a:active {	color: #f00;}

pre {
	display: block;
/*	font-family: monospace; */
}
em {
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dashed #ccf;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 0px 15px 0px 15px;
	padding: 2px 8px 2px 8px;
	color: #778;
	line-height: 1.4em;
	border: 1px solid #ccd;
	background-color: #eee;
	font-size: 9pt;
}
blockquote p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
p.source {
	margin: 0px 20px 1em 20px;
	padding: 0px;
	font-size: 8pt;
	text-align: right;
}
q {
	color: #669;
	font-style: italic;
}
cite {	font-style: normal;}
ul {	padding-left: 2em;}
ol {	padding-left: 2em;}
dl dd {	padding-left: 2em;}
del {	text-decoration: line-through;}
ins {	border-bottom: 1px dashed #cfc;}
big {	margin: 4px 0px 4px 0px; font-weight: bold;}
hr {	border: 1px dotted #ccd;}

/* === 全体表示領域 ==== */
div#disp_area {
	width: 762px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#fff;
	border: 1px solid #778;
}
/* === 中央表示領域 ==== */
div#center_area {
	width: 720px;
	margin: 10px 0px 40px 0px;
	padding: 20px;
	background-color: transparent;
}
div#center_area .ttl {color:#778;font-size:18px;}
div#center_area .com {color:#778;font-size:14px;}
div#center_area .ipt {color:#778;background-color:#ffe;font-size:12px;border:2 #ccd solid;}
div#center_area td  {color:#778;font-size:12px;line-height:140%;}

/* === フッター表示領域 ==== */
div#footer_area {
	width: 762px;
	margin: 4px;
	padding: 0px;
	background-color: transparent;
	clear: both;
}
div#title_profile_area {
	width: 760px;
	height: 150px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
div#title_menu_area {
	width: 760px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* === テキストメニュー表示領域 ==== */
div#text_menu_area {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	background-color: #778;
	font-size: 8.5pt;
	color:#fff;
	clear: both;
}
div#text_menu_area a {		text-decoration: none;}
div#text_menu_area a:link {	color: #fff;}
div#text_menu_area a:visited {	color: #fff;}
div#text_menu_area a:hover {	color: #ff0;}
div#text_menu_area a:active {	color: #ddd;}

/* ========================================================================= */

/* --- コピーライツ --- */
div.copyright {
	margin: 0px;
	padding: 2px;
	font-size: 8pt;
	text-align: center;
}
