@charset "utf-8";

body {
	text-align: center;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #ffdede;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka;
	font-size: 12px;
	line-height: 1.5em;
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
}
h1,h2,h3 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.5em;
}
a:link {
	color: #F03000;
	text-decoration: none;
}
a:visited {
	color: #F03000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
input,select,textarea {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#container  {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: url(../images/container_bkg.gif) repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.red {
	color: #F03000;
	font-weight: normal;
}
.gray {
	color: #333333;
}

/* header */
#header {
	background: url(../images/header_bkg.gif) repeat-x;
	height: 125px;
}
#header-copy-01 {
	position: absolute;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 750px;
	font-size: 10px;
}
#header-copy-02 {
	position: absolute;
	height: 75px;
	margin-left: 360px;
	margin-top: 40px;
	width: 375px;
	color: #666666;
}
#header-logo {
	height: 85px;
	width: 280px;
	margin-left: 15px;
	margin-top: 35px;
	position: absolute;
}

/* menu */
#menu {
	height: 30px;
	background: url(../images/menu_bkg.gif) no-repeat;
}
.menu-left {
	float: left;
	height: 30px;
	width: 120px;
	padding-left: 10px;
}
.menu-right {
	float: left;
	height: 30px;
	width: 120px;
	margin-left: 2px;
}

/* sitemap */
#sitemap {
	background: url(../images/sitemap_bkg.gif) no-repeat;
	height: 15px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 14px;
	padding-right: 30px;
	padding-top: 10px;
}
#sitemap-bottom {
	/*	font-size: 11px;*/
	clear: both;
	padding-top: 20px;
	border-top: 2px dotted #CCCCCC;
	margin-top: 20px;
	color: #FF9900;
	font-size: 11px;
}
#sitemap-bottom-title {
	width: 690px;
	text-align: center;
	margin-top: 10px;
	color: #333333;
}

/* contents */
#contents {
	background: url(../images/contents_bkg.gif) repeat-x top;
	padding: 20px 30px 10px;
	width: 690px;
	float: left;
}
.contents-submenu-frame {
	position: absolute;
	margin-left: 140px;
}
.contents-submenu-frame-d {
	position: absolute;
	width: 320px;
	margin-left: 320px;
}
.contents-submenu {
	padding-left: 1.2em;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/arrow.gif) no-repeat left center;
	font-weight: normal;
	float: left;
	margin-right: 1em;
}
.contents-submenu-gray {
	float: left;
	padding-left: 1.2em;
	margin-right: 1em;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/arrow_gray.gif) no-repeat left center;
	font-weight: normal;
}
.contents-pagetop-frame {
	height: 16px;
	clear: both;
	padding-top: 20px;
}
.contents-pagetop {
	font-size: 12px;
	line-height: 16px;
	background: url(../images/arrow_up.gif) no-repeat right center;
	float: right;
	text-align: right;
	padding-right: 15px;
}
.contents-preview {
	font-size: 12px;
	line-height: 16px;
	background: url(../images/arrow_prev.gif) no-repeat left center;
	padding-left: 1.2em;
	float: left;
}
.contents-submit {
	text-align: center;
	margin-top: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
.contents-required {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 2em;
}
.contents-title {
	font-weight: bold;
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.contents-subtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 20px;
	height: 20px;
	color: #666666;
}
.td-submenu {
	padding-left: 1.2em;
	font-size: 12px;
	background: url(../images/arrow.gif) no-repeat left center;
	font-weight: normal;
}
.td-submenu-gray {
	padding-left: 1.2em;
	font-size: 12px;
	background: url(../images/arrow_gray.gif) no-repeat left center;
	font-weight: normal;
}
.contents-submenu-frame td, .contents-submenu-frame-d td {
	line-height: 16px;
}

/* footer */
#footer {
	background: url(../images/footer_bkg.gif) repeat-x;
	height: 35px;
	clear: both;
}
#footer-copyright {
	height: 15px;
	margin-top: 15px;
	position: absolute;
	width: 750px;
	text-align: center;
}
