@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #fff;
	margin: 0;
	color: #333;
}

td {
	font-size: 10pt;
	line-height: 1.3em;
}

a {
	background-color: transparent;
	color: #039;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
   text-decoration: none;
   color: #06c;
}

.top {
	background-image: url(../imgs/top_back01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 65px 10px 65px;
}

.topcontents {
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 65px;
	background-image: url(../imgs/topcontents_back01.gif);
	background-repeat: repeat-y;
	background-position: center top
}

.topmenu {
	height: 45px;
	width: 93px;
	padding: 5px;
	font-size: 10pt;
	line-height: 11pt
}
table tr td.topcontents table tr td.topmenu a { text-decoration: none }
table tr td.topcontents table tr td.topmenu a:hover,
table tr td.topcontents table tr td.topmenu a:active { text-decoration: underline; }

.liney01 {
	background-image: url(../imgs/line_y02.gif);
	background-repeat: no-repeat;
	background-position: left bottom
}

div.top_intro_title {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: .5em;
	font-size: 12pt;
	margin-top: 1px;
}
div.top_intro_title a {
	text-decoration: none;
	color: #333;
}
div.top_intro_content { }

div.top_block {
	margin-bottom: 30px;
}

div.top_title {
	background-image: url(../imgs/title-bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #a1dbff;
	width: 455px;
	padding: 8px 10px 8px 10px;
	font-size: 11pt;
	font-weight: bold;
}
div.top_block div.top_title a {
	color: #333;
	text-decoration: none;
}
div.top_block div.top_title a:active,
div.top_block div.top_title a:hover {
   color: #333;
   text-decoration: underline;
}

div.top_description {
	padding: 10px;
	border-bottom: 1px dotted #505050;
	width: 455px;
}
div.top_item {
	padding: 10px;
	border-bottom: 1px dotted #505050;
	width: 455px;
}

.liney002 {
	background-image: url(../imgs/line_y05.gif);
	background-repeat: repeat-y;
	background-position: right top
}

.box {
	border: 1px dotted #999;
	height: 250px;
}

div.content_title {
	background-image: url(../imgs/title-bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #a1dbff;
	width: 740px;
	padding: 8px 10px 8px 10px;
	font-size: 11pt;
	font-weight: bold;
	color: #039;
	text-align: left;
}
div.content_title a {
	color: #039;
	text-decoration: none;
}
div.content_description {
	padding: 10px;
	width: 740px;
	text-align: left;
}

div.category_block {
	margin-bottom: 20px;
	border-left: 2px dotted #999;
	border-bottom: 2px dotted white;
	padding-left: 20px;
}

div.category_title {
	font-size: 11pt;
	font-weight: bold;
}
div.category_description {
}

div.content_block {
	border-left: 2px dotted #999;
	border-bottom: 2px dotted white;
	padding-left: 20px;
	margin-top: 2px;
}

form.form { margin: 0 }
form p { margin: .5em 0 .5em 0; padding: 0; }
input.long { width: 300px }
textarea.long { width: 300px }
input.button { width: 100px }
.required { color: #c33; }
.error { color: #c33; }

.fs1 { font-size:  8pt; }
.fs2 { font-size: 10pt; }
.fs3 { font-size: 12pt; }
.fs4 { font-size: 14pt; }
.fs5 { font-size: 18pt; }
.fs6 { font-size: 24pt; }
.fs7 { font-size: 36pt; }
