/***Common Style***/


html {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(../img/bg_all.png) repeat-x top center;
}

div#contents_box {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	text-align: left;
}


/*Basic Config*/

p {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	margin: 2px 0px 2px 2em;
	padding: 0px;
}

ul.none {
	list-style-type: none;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.none {
	list-style-type: none;
}

ol.decimal {
	list-style-type: decimal;
}

ol.l_roman {
	list-style-type: lower-roman;
}

ol.u_roman {
	list-style-type: upper-roman;
}

ol.l_alpha {
	list-style-type: lower-alpha;
}

ol.u_alpha {
	list-style-type: upper-alpha;
}

dl {
	margin: 2px 0px 2px 0.5em;
	padding: 0px;
}

dt {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

dd {
	margin: 0px 0px 2px 2em;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0px;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}


/*Link*/

a:link {
	color: #339;
/*	text-decoration: underline; */
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #335;
/*	text-decoration: underline; */
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #e60;
/*	text-decoration: underline; */
	text-decoration: none;
	background-color: inherit;
}

a:active {
	color: #e60;
/*	text-decoration: underline; */
	text-decoration: none;
	background-color: inherit;
}


/*Text -Size, Color, Weight-*/

.s1 {
	font-size: 70%;
}

.s2 {
	font-size: 80%;
}

.s3 {
	font-size: 90%;
}

.s4 {
	font-size: 100%;
}

.s5 {
	font-size: 120%;
}

.s6 {
	font-size: 140%;
}

strong {
	color: #e60;
	font-weight: bold;
	background-color: inherit;
}

em {
	color: #066;
	font-weight: normal;
	font-style: italic;
	background-color: inherit;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.sup {
	vertical-align: super;
	font-size: 70%;
}

.sub {
	vertical-align: sub;
	font-size: 70%;
}

.l_red{
	border-bottom: 1px solid #e11;
	padding-bottom: 1px;
}

.l_black{
	border-bottom: 1px solid #333;
	padding-bottom: 1px;
}


/*Color*/

.color_black {
	color: #000;
	background-color: inherit;
}

.color_white {
	color: #fff;
	background-color: inherit;
}


.color_red {
	color: #d52222;
	background-color: inherit;
}

.color_orange {
	color: #e60;
	background-color: inherit;
}

.color_yellow {
	color: #e5bf08;
	background-color: inherit;
}

.color_blue {
	color: #349;
	background-color: inherit;
}

.color_green {
	color: #066;
	background-color: inherit;
}

.color_ygreen {
	color: #82ae46;
	background-color: inherit;
}

.color_brown {
	color: #8e6b3e;
	background-color: inherit;
}

.color_gray {
	color: #555;
	background-color: inherit;
}


.color_lred {
	color: #ee827c;
	background-color: inherit;
}

.color_lorange {
	color: #f6ad49;
	background-color: inherit;
}

.color_lyellow {
	color: #ffe272;
	background-color: inherit;
}

.color_lblue {
	color: #8491c3;
	background-color: inherit;
}

.color_lgreen {
	color: #5c9291;
	background-color: inherit;
}

.color_lygreen {
	color: #aacf53;
	background-color: inherit;
}

.color_lbrown {
	color: #c4a880;
	background-color: inherit;
}

.color_lgray {
	color: #999;
	background-color: inherit;
}


/*Background Color*/

.bg_black {
	background-color: #000;
	color: inherit;
}

.bg_white {
	background-color: #fff;
	color: inherit;
}

.bg_red {
	background-color: #f9dece;
	color: inherit;
}

.bg_orange {
	background-color: #ffdbab;
	color: inherit;
}

.bg_yellow {
	background-color: #ffeda7;
	color: inherit;
}

.bg_blue {
	background-color: #dce5f5;
	color: inherit;
}

.bg_green {
	background-color: #deeee2;
	color: inherit;
}

.bg_ygreen {
	background-color: #ebf3ca;
	color: inherit;
}

.bg_gray {
	background-color: #e5e5e5;
	color: inherit;
}

.bg_brown {
	background-color: #d6c6af;
	color: inherit;
}


.bg_dred {
	background-color: #f6b894;
	color: inherit;
}

.bg_dorange {
	background-color: #f7bc6c;
	color: inherit;
}

.bg_dyellow {
	background-color: #ffe272;
	color: inherit;
}

.bg_dblue {
	background-color: #bbc8e6;
	color: inherit;
}

.bg_dgreen {
	background-color: #deeee2;
	color: inherit;
}

.bg_dygreen {
	background-color: #c7dc68;
	color: inherit;
}

.bg_dbrown {
	background-color: #c4a880;
	color: inherit;
}

.bg_dgray {
	background-color: #ccc;
	color: inherit;
}


/*Text Align*/

.left {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.right {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.center {
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}


/*Image Align*/

.img_l {
	margin: 0px 10px 5px 0px;
	padding: 0px;
	float: left;
}

.img_r {
	margin: 0px 0px 5px 10px;
	padding: 0px;
	float: right;
}

.img_c {
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
	clear: both;
}

.img_icon {
	margin: 0px 2px;
	vertical-align: middle;
}


/*Table*/

table.layout {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.layout caption {
	display: none;
}

table.layout th {
	padding: 0px;
	border: 0px;
}

table.layout td {
	padding: 0px;
	border: 0px;
}


table.basetable {
	margin: 0px 0px 5px 0px;
	line-height: 150%;
	border-collapse: collapse;
	border-right: #8e6b3e solid 1px;
	border-bottom: #8e6b3e solid 1px;
	clear: both;
}

table.basetable caption {
	display: none;
}

table.basetable tr th {
	padding: 4px;
	font-weight: normal;
	text-align: center;
	border-top: #8e6b3e solid 1px;
	border-left: #8e6b3e solid 1px;
}

table.basetable tr td {
	padding: 4px;
	border-top: #8e6b3e solid 1px;
	border-left: #8e6b3e solid 1px;
}


.td_top {
	vertical-align: top;
}

.td_bottom {
	vertical-align: bottom;
}

.td_middle {
	vertical-align: middle;
}

.nbr {
	white-space: nowrap;
}


/*Assist Box*/

.note {
	margin: 10px 0px;
	padding: 6px;
	color: inherit;
	border: #d6c6af 1px solid;
	background-color: #fff4c7;
	clear: both;
}

div.border {
	margin: 5px 0px;
	padding: 0px;
	height: 1px;
	border-top: #d6c6af 1px solid;
}

div.border2 {
	margin: 5px 0px;
	padding: 0px;
	height: 1px;
	border-top: #d6c6af 1px dotted;
}

div.spacer {
	margin: 0px;
	padding: 0px;
	height: 100px;
}


/*Text Button*/

.btn_txt {
	margin: 10px 0px;
	padding: 0px;
	font-size: 80%;
	text-align:right;
}

.btn_txt a {
	margin: 0px;
	padding: 6px;
	color: #339;
	background-color:#ebf3ca;
	border: 1px solid #8e6b3e;
	text-align: center;
	text-decoration: none;
}

.btn_txt a:hover {
	color:#e60;
	background-color:#fde9b2;
	border: 1px solid #8e6b3e;
	text-decoration: none;
}


/*Header*/

/*Title*/

div#header_box {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 130px;
	position: relative;
}

h1.btn_logo {
	margin: 0px;
	padding: 0px;
	width: 335px;
	height: 110px;
	font-size: 50%;
	line-height: normal;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1.btn_logo a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	line-height: normal;
	text-indent: -3350px;
	text-decoration: none;
	background: url(../img/title.png) left top no-repeat;
}

h1.btn_logo a:hover {
	text-decoration: none;
}


/*Header SubMenu*/

ul.header_submenu {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 300px;
	height: 25px;
	font-size: 50%;
	line-height: normal;
	position: absolute;
	right: 0px;
	top: 5px;
}

ul.header_submenu li {
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style-type: none;
	list-style-position: outside;
	float: right;
}

ul.header_submenu li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	line-height: normal;
	text-decoration: none;
	background-repeat: repeat;
}

ul.header_submenu li a:hover {
	text-decoration: none;
	background-position: 0px 25px;
}

li.btn_header_home {
	width: 74px;
}

li.btn_header_home a {
	text-indent: -2960px;
	background: url(../img/btn_header_home.gif);
}

li.btn_header_toi {
	width: 110px;
}

li.btn_header_toi a {
	text-indent: -3300px;
	background: url(../img/btn_header_toi.gif);
}


/*Footer*/

div#footer_area{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #ffe272;
	border-top: 2px solid #000;
	clear: both;
}

div#footer_box {
	margin: 0px auto;
	padding: 15px 0px;
	width: 960px;
	text-align: left;
	position: relative;
}

div#author_box {
	margin: 0px;
	padding: 0px;
	width: 450px;
}

p.author_name {
	padding-bottom: 5px;
	font-size: 80%;
	font-weight: bold;
	color: #333;
}

p.author_address {
	font-size: 80%;
	color: #333;
	line-height: 150%;
}


div#menu_box {
	margin: 0px;
	padding: 0px;
	width: 30em;
	position: absolute;
	right: 0px;
	top: 15px;
}

ul.main_menu {
	margin: 0px;
	padding: 0px;
	height: 4.5em;
	font-size: 85%;
	line-height: normal;
}

ul.main_menu li {
	margin: 0px 0px 10px 1.5em;
	padding: 0px;
	width: 8.5em;
	height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	float: left;
}

ul.main_menu li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	color: #333;
	line-height: normal;
	text-decoration: none;
}

ul.main_menu li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div#banner_area {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #ffeda7;
}


div#copy_box {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

div#copy_box p {
	font-size: 75%;
	color: #666;
}


/*From*/

form input {
	padding: 1px;
	color: #151515;
	background-color: #fff9e5;
	vertical-align: middle;
}

form textarea {
	padding: 1px;
	color: #151515;
	background-color: #fff9e5;
}

form input.form_btn {
	padding: 1px;
	color: #151515;
	background-color: #e5e5e5;
	vertical-align: middle;
}

form select {
	margin: 0px;
	padding: 1px;
	color: #151515;
	vertical-align: middle;
}


/*Database Search*/

div#search_box {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 220px;
	background-color: #ebf3ca;
}

div#search_box h2 {
	margin: 0px 10px;
	padding: 0px;
	width: 200px;
	height: 25px;
	font-size: 10%;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	border: 0px;
	clear: both;
}

div#search_box h2 a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	line-height: normal;
	text-indent: -3000px;
	text-decoration: none;
	background: #ebf3ca url(../img/ti_database.gif) left top no-repeat;
}

div#search_box h2 a:hover {
	text-decoration: none;
}

div.search_form {
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
	width: 200px;
}

form.form_search {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

form.form_search input {
	margin: 3px 0px;
	padding: 2px 1px;
	width: 190px;
	vertical-align: middle;
}

form.form_search input.form_btn {
	margin: 5px 0px;
	padding: 2px 1px;
	width: 40px;
	color: #333;
	background-color: #e5e5e5;
}

form.form_search select {
	margin: 0px;
	padding: 1px;
	background-color: #fff9e5;
	vertical-align: middle;
}


/*Database Search Ichioshi*/

div.ichioshi_keyword {
	margin: 8px auto 0px auto;
	padding: 5px 0px;
	width: 200px;
	background-color: #fff;
}

div.ichioshi_keyword h3 {
	margin: 0px 5px 5px 5px;
	padding: 1px 3px;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.1em;
	color: #151515;
	background-color: #fff;
	border-left: #333 8px solid;
}

div.ichioshi_keyword ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

div.ichioshi_keyword ul li {
	margin: 0px;
	padding: 3px 2px 2px 25px;
	line-height: 130%;
	list-style-type: none;
	list-style-position: outside;
	background: url(../img/icon_arrow_s.png) 12px 4px no-repeat;
}
