/* CSS Document */

body {
	font-family: "lr oSVbN", Osaka;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
}

.adrs_name {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}
.adrs_set {
	padding: 10px;
	line-height: 120%;
}



a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3333FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}h1 {
	font-size: 14px;
	color: #666666;
	margin: 2px;
	padding: 0px;
}
.main_bt_back {
	background-image: url(../images/main_bt_bk.gif);
	background-repeat: repeat-x;
}
.btm_fst_line {
	background-color: #C4DB6A;
}
.btm_line{

	background-image: url(../images/bt_line2.gif);
	
}

.btm_scd_line {
	/*background-image: url(../images/bt_line.gif);*/
	background-repeat: repeat;
}

#ext_menu a {
	color: #FFFFFF;
	font-weight: bold;
}#ext_menu {
	float: right;
	font-size: 12px;
	padding: 2px;
}
#ext_copyright {
	float: right;
	clear: right;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#ext_homename {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#btm_menu {
	
	font-weight: bold;

	padding: 4px;
	float: left;
}
.btm_menu_sep {
	padding: 2px;
	float: left;
}
#btm_menu a {	
	font-size: 14px;
	color: #444444;
	line-height: 120%;
}
.left_side {
	background-image: url(../images/left_side.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_side {
	background-image: url(../images/side_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#tree_sub_menu {
	list-style-image: url(../images/sub_menu_ar.gif);
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;

}
#tree_sub_menu a {
	color: #555555;
	text-decoration: underline;
}
.main_contents {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topic_arrow {
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 15px;
}
.koumoku01 a {
	line-height: 150%;
}


.head_title {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topic_border {
	background-image: url(../images/topic_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.message_area {
	width: 346px;
	text-indent: 10px;
	border: thin outset #E6E6E6;
	padding: 5px;
}
.location a {
	color: #555555;
}
.subtitle {
	background-image: url(../images/sub_h_line.gif);
	height: 32px;
	width: 580px;
	font-weight: bold;
	color: #555555;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.sub_contents {
	margin-left: 6px;
	margin-right: 10px;
}
.sub_contents p {
	text-indent: 1em;
	padding-top: 0px;
	padding-bottom: 1em;
	margin: 0px;
	line-height: 150%;
}


.subtitle h3 {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.sub_contents li {
	padding-top: 0px;
	padding-bottom: 1em;
	margin: 0px;
	line-height: 150%;

}
.sub_contents table {
	padding-left: 0px;
	margin-left: 20px;
}


.sub_contents h4 {
	color: #006600;
}
.sub_contents h5 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sitemap h4 {
	background-color: #DEF3DE;
	padding: 5px;
}
.sitemap ul {
	list-style-image: url(../images/sub_menu_ar.gif);
}
.sitemap ul ul {
	list-style-type: square;
	list-style-image: url();
	color: #3399FF;
}

#input_table {
  border-collapse: collapse;
  border: 2px solid #444422;
  width: 500px;
}
#input_table th {
  background-color: #f5f5dc;
  color: #555533;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
  width: 120px;
}
#input_table td {
  background-color: #f8f8ff;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
}

#err_box {
  background-color: #f5f5dc;
  font-size: 12px;
  color: #990033;
  width: 500px;
  padding: 12px;
  border: 1px solid #444422;
}

