@charset "utf-8";
.header{
	height: 85px;
	width: 100%;
	color: #FFFFFF;
	background: url(images/back.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 0px;
}
.headerbox{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 85px;
	width: 760px;
	/* border: 1px #888888 solid; */
	color: #FFFFFF;
}
.footer{
	height: 85px;
	width: 100%;
	color: #FFFFFF;
	background: url(images/back.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.footerbox{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 85px;
	width: 760px;
	/* border: 1px #888888 solid; */
	color: #FFFFFF;
	font-size: 80%;
}
.footerwhite{
	color: #FFFFFF;
	line-height: 1.4;
}
.main{
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.mainbox{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	/* border: 1px #888888 solid; */
	color: #000000;
	background-color: #FFFFFF;
	/* padding: 5px; */
	padding: 0px;
	vertical-align: baseline;
}

img{
	border: 0px none #000000;
}

.intro{
	padding: 5px;
	font-size: 9pt;
}
.mainboxfooter{
	clear: both;
	padding: 5px;
}

.contents_left{
	/** width: 50%;
	float: left; **/
}
.contents_right{
	/** width: 50%;
	float: right; **/
}

a.noline {
	text-decoration: none;
}
a:link.noline {
	/** color: #005585; **/
	color: #FFFFFF;
	border-bottom: 0px none #005585;
}
a:visited.noline {
	/** color: #485270; **/
	color: #FFFFFF;
	border-bottom: 0px none #cccccc;
}
a:hover.noline {
	/** color: #b83800; **/
	color: #CCCCCC;
}

a.white {
	text-decoration: none;
}
a:link.white {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
a:visited.white {
	color: #CCCCCC;
	border-bottom: 1px solid #cccccc;
}
a:hover.white {
	color: #b83800;
}

.inline{
	display: inline;
	vertical-align: bottom;
}
li.inline{
	font-size: 8pt;
}
ul.inline{
	margin: 0;
}
body{
	background-color: #DDDDDD;
	/* background-color: #C8F6EC; */
	padding-bottom: 0px;
}
address.white{
	margin: 0px;
	font-style: normal;
	color: #FFFFFF;
	font-size: 100%;
}

strong {
	color: #000000;
}

strong.white {
	color: #FFFFFF;
	font-size: 140%;
}

object, embed {
	margin: 0px;
}

table {
	background-color: transparent;
	border-width: 0px;
	border-style: none;
	margin: 0px;
}

td, th {
	background-color: transparent;
	border-width: 0px;
	border-style: none;
	font-size: 100%;
	color: #000000;
	padding: 0px;
}

.li_none{
	/** display: block;
	list-style-type: none;
	clear: both; **/
}

.li_none_img{
	vertical-align: top;
	float: left;
	/** margin-bottom: 5px;
	margin-right: 5px; **/
}

.contents_left .li_none{
	display: inline;
	list-style-type: none;
	width: 250px;
	padding: 0;
}

/**
.contents_left ul{
	list-style-image: url(images/icon_bj.jpg); 
}
.contents_left li{
	height: 72px;
}
**/

.obi_table_oya{
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.obi_table{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 99%;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.obi_th{
	border: 1px solid #000000;
	padding: 1px;
	/* font-weight: bold; */
	text-align: center;
	/* background-color: #85A3AE; */
	/* background-color: #530E00; */
	/* background-color: #774433; */
	/* background-color: #24cc8c; */
	/* background-color: #228B22; */
	background-color: #6666CC;
	color: #FFFFFF;
}
.obi_td{
	border: 1px dotted #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
	background-color: #FFFFFF;
}
.obi_td2{
	border: 1px dotted #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
	background-color: #EEFFEE;
}
div.obi_th_left{
	text-align: left;
	color: #FFFFFF;
}
div.obi_th_right{
	text-align: right;
	color: #FFFFFF;
}
.obi_td_solid{
	border: 1px solid #000000;
	padding: 1px;
	background-color: #FFFFFF;
}

table.mailform{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.mailform th{
	background-color: #6666CC;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	border-right: 1px dotted #000000;
}

table.mailform td{
	padding: 5px;
	border: 1px solid #000000;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

