/* CSS Document */

/* reset & basics */
body {
	margin:0px;
	padding:0px;
	font-size:92%;
	line-height:1.4;
}
h1,h2,h3,h4,h5,h6,
p,
ul,ol,li,dl,dt,dd,
form,input {
	margin:0px;
	padding:0px;
}
img {border:none;}
table,form,input,select {font-size:100%;}
a {color: #069;}
hr{display: none;}
strong {font-weight: bold;}


/* rollover */
#globalnav a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* common structure */
body {
	background-image: url(newimg/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: center 140px;
}
#page #head,
#page #body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

#page #wrap {
background-image: url(newimg/mishimaru_transbg.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}

#page #foot {
	width: 100%;
	clear: both;
	float: none;
}
#page #head:after,
#page #body:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #head,
* html #body {
	zoom: 1;
} /* IE6 */
*:first-child+html #head,
*:first-child+html #body {
	zoom: 1;
} /* IE7 */
#page #body,
#page #foot {
	margin-top: 10px;
}

/* element detail header */
#page #head .logo_menus {
	height: 140px;
	position:relative;
	background-image: url(newimg/photo.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#page #head .logo_menus h1 {
	float: left;
	margin-top: 13px;
}
#page #head .logo_menus .submenus {
	width: 378px;
	height: 26px;
	float: right;
	background-image: url(newimg/bg_submenus.gif);
	background-position: left top;	
}


#page #head .logo_menus .charalink {
position: absolute;
top: 90px;
left: 15px;
width: 10.5em;
line-height: 1.2;
}
#page #head .logo_menus .charalink a {
display: block;
background-image: url(newimg/bul_gray.jpg);
background-repeat: no-repeat;
background-position: left 0.48em;
padding-left: 0.75em;
}

#page #head .logo_menus .submenus li {
	float: left;
	list-style-type: none;
	margin: 1px 9px;
}
#page #head .logo_menus .submenus li a {
	font-weight: bold;
	font-size:92%;
}
#page #head .logo_menus .org {
	width: auto;
	position: absolute;
	right: 3px;
	top: 86px;
}
#page #head .logo_menus .org li {
	list-style-type: none;
	margin: 1px 9px;
}
#page #head .logo_menus .org li a {
	font-weight: bold;
	font-size:92%;
}
#page #head #globalnav {
	height: 40px;
}
#page #head #globalnav li {
	text-align: center;
	float: left;
	list-style-type: none;
	line-height: 1.0;
}

/* element detail search */
#page .searchf {
	background-image: url(newimg/bg_search.gif);
	background-repeat: no-repeat;
	width: 310px;
	position: absolute;
	right: 90px;
	top: 86px;
	padding: 9px 2px 9px 9px;
	font-size: 108%;
}
#page input.btn {
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: 45px;
	background-color: #063;
	border: 1px solid #063;
}
#page input.q {
	border: 1px solid #093;
	width: 240px;
	padding: 1px;
	height: auto;
	margin-right: 2px;
}

/* body structure */
#lnavi {
	margin-top: 8px;
	width: 160px;
	float: left;
	margin-right: -170px;
	position:relative;
	z-index:2;
}
#rnavi {
	margin-top: 8px;
	width: 160px;
	float: right;
	position:relative;
	z-index:2;
}
#content {
	float: left;
	width: 100%;
 	margin-right:-180px;
 	position:relative;
 	z-index:1;
}
#topicpath {
	font-size: 90%;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 175px;
}

p#skip {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right;
}
p#anchor {
	display: none;
}
dd {
	margin-left: 2em;
}
dt {
	margin-top: 0.6em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
	font-weight: bold;
}

#main {
	float: left;
	width: 100%;
	margin-right: -165px;
	margin-top: 10px;
/*	background-color: #FFFFFF;*/
}
#main div.maincontent {
	margin: 0px 167px 0px 172px;
}
/* element detail fotter */
#foot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7fcc99;
	padding-top: 6px;
}
#foot p {
	text-align: center;
	font-size: 90%;
	margin-bottom: 9px;
}
#foot p.add_copy {
	background-image: url(newimg/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
}

