/*  all pages  -- shinsei-mie.com web site  basic style --  */

/*  basic tag list  */

body {
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}
p {
	line-height: 1.3;
}

/*  top area  -- gloval navigation etc. --  */

.toparea {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 102px;
	position: relative;
	margin-top: 0px;
}
.sitetoplogo {
	margin: 0px;
}

.mainnavigationbar {
	list-style-type: none;
	clear: both;
	text-align: left;
	width: 750px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	background: #009966 url(img/nb_bg.gif) repeat-x;
	height: 50px;
	padding: 0px;
}
.mainnavigationbar li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	float: left;
}
.mainnavigationbar li a {
	display: block;
	padding: 0px;
	height: 50px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
.mainnavigationbar li#nvtp a {
	background: #009966 url(img/nb_tp.gif) no-repeat 0px 0px;
	width: 137px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvas a {
	background: #009966 url(img/nb_as.gif) no-repeat 0px 0px;
	width: 112px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvhr a {
	background: #009966 url(img/nb_hr.gif) no-repeat 0px 0px;
	width: 111px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvra a {
	background: #009966 url(img/nb_ra.gif) no-repeat 0px 0px;
	width: 147px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvpm a {
	background: #009966 url(img/nb_pm.gif) no-repeat 0px 0px;
	width: 148px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvtp a:hover {
	background: #009966 url(img/nb_tp.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvas a:hover {
	background: #009966 url(img/nb_as.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvhr a:hover {
	background: #009966 url(img/nb_hr.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvra a:hover {
	background: #009966 url(img/nb_ra.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvpm a:hover {
	background: #009966 url(img/nb_pm.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvtp a:active {
	background: #009966 url(img/nb_tp.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvas a:active {
	background: #009966 url(img/nb_as.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvhr a:active {
	background: #009966 url(img/nb_hr.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvra a:active {
	background: #009966 url(img/nb_ra.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvpm a:active {
	background: #009966 url(img/nb_pm.gif) no-repeat 0px -50px;
}
.mainnavigationbar li#nvtpthis a {
	background: #009966 url(img/nb_tp.gif) no-repeat 0px -50px;
	width: 137px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvasthis a {
	background: #009966 url(img/nb_as.gif) no-repeat 0px -50px;
	width: 112px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvhrthis a {
	background: #009966 url(img/nb_hr.gif) no-repeat 0px -50px;
	width: 111px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvrathis a {
	background: #009966 url(img/nb_ra.gif) no-repeat 0px -50px;
	width: 147px;
	height: 50px;
	color: #FFFFFF;
}
.mainnavigationbar li#nvpmthis a {
	background: #009966 url(img/nb_pm.gif) no-repeat 0px -50px;
	width: 148px;
	height: 50px;
	color: #FFFFFF;
}
.sitemap {
	margin: 0px;
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 90%;
	padding: 0px;
}
.sitemap li {
	list-style-type: none;
	margin: 0px;
}
.sitemap li a {
	padding-left: 15px;
	text-decoration: none;
	display: block;
	min-height: 11px;
}
.sitemap li a:link {
	background: #FFFFFF url(img/nb_sm_marker.gif) no-repeat 0px 0px;
	color: #666666;
}
.sitemap li a:visited {
	background: #FFFFFF url(img/nb_sm_marker.gif) no-repeat 0px 0px;
	color: #666666;
}
.sitemap li a:hover {
	background: #FFFFFF url(img/nb_sm_marker.gif) no-repeat 0px -25px;
	color: #FF6600;
}
.sitemap li a:active {
	background: #FFFFFF url(img/nb_sm_marker.gif) no-repeat 0px -25px;
	color: #FF6600;
}

/*  footer area  -- copyright etc. --  */

.footerarea {
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.footerarea hr {
	display: none;
}
.footerarea p {
	border-top: 2px solid #339900;
	padding-top: 0.5em;
	font-size: 90%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #FFFFFF;
}



/* ----- sub page basic ----- */

/*  main area  -- sub navigation and main contents area --  */

.mainarea {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(img/sp_snb_bg.gif) repeat-y;
	color: #333333;
	position: relative;
	clear: both;
}

/*  main area  -- sub navigation area --  */
.subnavigation {
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	background: transparent url(img/sp_snb_bgtop.gif) no-repeat left top;
	color: #333333;
	list-style-type: none;
	border-top: 1px solid #97E497;
}
.subnavigation li {
	font-weight: bold;
	background: #66CC66;
	font-size: 95%;
	border-top: 1px solid #97E497;
	border-left: 1px solid #97E497;
	margin-left: 8px;
	vertical-align: text-bottom;
	color: #FFFFFF;
}
.subnavigation li.endli {
	border-bottom: 1px solid #97E497;
}
.subnavigation li a:link {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	background: #66CC66;
}
.subnavigation li a:visited {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	background: #66CC66;
}
.subnavigation li a:hover {
	color: #339900;
	background: #FFFFFF;
}
.subnavigation li.endlithispage a:link {
	border-bottom: 1px solid #97E497;
	color: #339900;
	background: #FFFFFF;
}
.subnavigation li.endlithispage a:visited {
	border-bottom: 1px solid #97E497;
	color: #339900;
	background: #FFFFFF;
}
.subnavigation li.thispage a:link {
	color: #339900;
	background: #FFFFFF;
}
.subnavigation li.thispage a:visited {
	color: #339900;
	background: #FFFFFF;
}

/*  main area  -- main contents area --  */
.contentsarea {
	width: 580px;
	float: left;
	margin-bottom: 2em;
}
.topicpath {
	font-size: 90%;
	margin-bottom: 1.1em;
	margin-top: 1em;
	text-align: left;
}
.topicpath a {
	background: url(img/sp_tp.gif) no-repeat right center;
	margin-right: 8px;
	padding-right: 15px;
}
.contentsarea h1 {
	margin-bottom: 2em;
	color: #333333;
	background: #FFE7A1;
	font-size: medium;
	width: 580px;
	height: 35px;
	text-indent: -9999px;
	text-align: left;
}
.contentsarea h2 {
	margin-top: 2.5em;
	font-size: medium;
	margin-left: 1em;
	background: #64C264 url(img/sp_h2_bg.gif) repeat-x left top;
	border-bottom: 1px solid #006600;
	padding: 0.3em 0.3em 0.1em;
	color: #FFFFFF;
	border-left: 10px solid #008800;
}
.contentsarea p {
	line-height: 1.5em;
}
.contentsarea li {
	line-height: 1.5em;
}
.refimage {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.signature {
	text-align: right;
}
.totop {
	font-size: x-small;
	text-align: right;
	padding-bottom: 0.25em;
	clear: both;
}
.totop a:link {
	text-decoration: none;
}
.totop a:visited {
	text-decoration: none;
}
.topicpath2 {
	font-size: 80%;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
}
.f_clear {
	clear:both;
}
.harf_fl {
	width:50%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.ul_st {
	margin:0px;
	padding:0px 0px 0px 25px;
	font-size:80%;
	list-style-type:decimal;
}
.ta_st {
	margin:0px;
	padding:0px;
	font-size:75%;
}
.ta_st img {
	margin:0px;
	padding:0px;
}
.ta_stt {
	margin:0px;
	padding:0px;
	font-size:80%;
	border-collapse:collapse;
	border:1px #666 solid;
}
.ta_stt th {
	background-color:#d8d8d8;
	text-align:center;
	border:1px #666 solid;
}
.ta_stt td.sr {
	background-color:#efefef;
	border:1px #666 solid;
	line-height:1.5em;
}
.ta_stt td.se {
	border:1px #666 solid;
	line-height:1.5em;
	padding:0px 3px 0px 3px;
}
.rr {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:x-large;
}
.ty {
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:80%;
	border-collapse:collapse;
}
.thi {
	font-size:large;
	text-align:center;
}
.era {
	white-space:nowrap;
	border:1px #666 solid;
	background-color:#d8d8d8;
}
.gr {
	padding:0px 0px 0px 0px;
	text-align:center;
	white-space:nowrap;
	border:1px #666 solid;
	background-color:#efefef;
}
.qw {
	padding-left:8px;
	border:1px #666 solid;
	line-height:1.5em;
}
.ls {
	height:5px;
	border:none;
}
span.red {
	color:#0000FF;
}	 
div.le_ma {
	margin-left:27px;
}
div.le_ma p {
	line-height:0.2em;
}
div.le_ma p span {
	background-color:#d9d9d9;
	font-weight:bold;
}
span.ud_li {
	text-decoration:underline;
}

table.hos_st {
	margin:0px 0px 0px 25px;
	padding:0px;
	border-collapse:collapse;
	border:1px #999999 solid;
}
table.hos_st td.star {
	vertical-align:text-top;
	border-bottom:1px #333333 dotted;
	padding-top:5px;
}
table.hos_st th.hos_name {
	vertical-align:text-top;
	text-align:left;
	border-bottom:1px #333333 dotted;
	padding-top:5px;
	white-space:nowrap;
}
table.hos_st td.ri_st {
	vertical-align:text-top;
	border-bottom:1px #333333 dotted;
	padding-top:5px;
}
table.hos_st td.ny_ca {
	border-bottom:1px #333333 dotted;
	padding-top:5px;
}
 
#mt_0px {
	margin-top:0px;
}
div.tx_rg {
	margin:0px;
	padding:0px;
	text-align:right;
}
div.nm_k {
	float:left;
	width:90px;
	font-weight:bold;
}
div.krm_ce {
	float:left;
	margin-left:20px;
	margin-bottom:10px;
}
table.shu_yk {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:1px #999999 solid;
	width:350px;
}
table.shu_yk td.ls {
	background-image:url(img/dtd.gif);
	background-repeat:repeat-x;
	background-position:bottom; 
}
table.shu_yk td.gs {
	background-image:url(img/dtd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	font-weight:bold;
}
table.shu_yk td.sc {
	background-color:#d9d9d9;
}
table.shu_yk td.is {
	text-align:right;
	font-weight:bold;
	background-color:#d9d9d9;
}
td.isf {
	background-image:url(img/dtd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:1px #999999 solid;
}
td.rx {
	background-image:url(img/dtd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	font-weight:bold;
}
td.ceo {
	border-bottom:1px #333333 dotted;
	background-color:#d9d9d9;
	border-left:1px #999999 solid;
}
td.total_l {
	border-bottom:1px #333333 dotted;
	padding-left:10px;
	text-align:right;
	font-weight:bold;
	background-color:#d9d9d9;
}
td.once_a {
	border-bottom:1px #333333 dotted;
	border-left:1px #999999 solid;
}
td.abs {
	border-bottom:1px #333333 dotted;
	text-align:right;
	font-weight:bold;
}
table.lex {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:1px #999999 solid;
	width:165px;
}

ul.lx_mr {
	margin:0px 0px 0px 35px;
}

