@charset "utf-8";
.main{
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.mainbox{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*width: 760px;*/
	/** width: 600px; **/
	/* 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{
	text-align: center;
	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, .obi_table_view{
	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; */
	background-color: #c875a5;
	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: #FFEEEE;
}
div.obi_th_center{
	text-align: center;
	color: #FFFFFF;
}
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#obi_table tr.hover td{
	background: #ffdddd;
	cursor: pointer;
}


body{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #EEEEEE;
	background:transparent url(/images/backshadow2.png) repeat-y 50% 50%;
}

div#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000000;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: #FFFFFF;
}

div#wrapper_bottom{
	clear: both;
	width: 100%;
	height: 50%;
	background:transparent url(/images/backshadow-bottom.png) no-repeat center top;
}

h1#title,
h1#title img{
	margin: 0;
}
h1#title{
	float: left;
	width: 254px;
}

div.menu{
	float: left;
	width: 190px;
}

div.contents{
	/** margin-left: 195px; **/
}

div.menu h2,
div.menu ul{
	margin-left: 5px;
	margin-right: 5px;
}
div.menu h2{
	margin-bottom: 0;
}
div.menu ul{
	margin-top: 0;
}
div.menu ul li{
	margin-left: 0;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	list-style-position: outside;
}

div.menu ul li a{
	display: block;
}
div.menu ul li a:link{
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	padding-left: 2px;
	background-color: transparent;
}
div.menu ul li a:visited{
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	padding-left: 2px;
	background-color: transparent;
}
div.menu ul li a:hover{
	color: #003399;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	border-left: 4px solid #9E30C6;
	border-right: 4px solid #9E30C6;
	padding-left: 2px;
	background-color: #EEEEEE;
}

img#topimage{
	float: left;
	width: 300px;
	height: 400px;
}
div.topcontents{
	margin-left: 305px;
}
div.footer{
	clear: both;
	text-align: right;
	border-top: 5px solid #c875a5;
	background: url(/images/footerback.jpg) no-repeat center top;
}
div.footer address{
	font-style: normal;
}
div.footer address a:link,
div.footer address a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
div.footer address strong{
	color: #000000;
	font-weight: bold;
}
div.footer div{
	margin: 0.5em 20px;
	margin-bottom: 0;
}
div.header{
	height: 82px;
	width: 100%;
	border-bottom: 5px solid #c875a5;
	background: url(/images/simokita.jpg) no-repeat right top;
}
div.title_right{
	margin-left: 260px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 9pt;
}
div.title_right strong,
div.title_right br{
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}
div.content_wrapper{
	width: 100%;
	clear: both;
	/** background-image: url(/images/menu-background.png); **/
	background-repeat: repeat-y;
}
div.content_wrapper:after {
	content: ".";
	display: block;
	clear: both;
}
div.tokushu{
	text-align: center;
}
img#tokushu{
	margin-left: auto;
	margin-right: auto;
}

.bigthumbnail{
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 76px;
	bottom: 75px;
	z-index:1000;
	border: 1px solid #000000;
}

table.mailform{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.mailform th{
	background-color: #c875a5;
	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;
}
