@charset "UTF-8";

/*							*
	JSMAC common.css
	2007.11.09 @koyo
*							*/


/* ----------
		basic settings
----------*/


*{
	min-height: 0;	/* for Win IE 6,7 */
}
html{ 
	height:100%;
	font-size: 60%;
	font-family: "ＭＳ Ｐゴシック";
} 
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address {
	margin : 0px;
	padding : 0px;
}
img {
 border: 0px;
}
th, td, form, fieldset {

}
th,td {
	vertical-align: top;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	background: #000000;
	padding-top: 0px;
	color: #515151;
	background: url(../img/body_bg.gif) repeat-x top #FBFCFE;
}
a {
	text-decoration: underline;
	color: #006699;
}
ul {
	list-style-type: none;
}
h1 {
 background-repeat:no-repeat;
}
em {
	visibility: hidden;
	font-size: 10px;
}
#container dl,p,li,td,th {
	font-size: 1.4em;
	line-height: 160%;
	text-align: left;
	color: #525151;
}
ol {
	padding-left: 1.0em;
	padding-left: 3.0em;
	list-style-position: outside;
	list-style-type: decimal;
}
*+html ol {
	zoom: 1;
}
ol li{
	zoom : normal;
	display: list-item;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1.0em;
	line-height: normal;
}
li p ,dl dl {
	font-size: 1.0em;
}

noscript {
	visibility: hidden;
	height: 0px;
}
#pagetop {
	height: 0px;
}


/* ----------
		basic rayout
----------*/


#container {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
 min-height: 100%;
	height: 100%;
	min-height: 521px;
	position: relative;
}
body > #container { /* for Firefox */
 height: auto;
}

#container a {
	text-decoration: none;
	color:#4365AF;
}
#container a:hover {
	text-decoration: none;
	color: #002448;
}
#wrapper { /* テクスチャ画像を背景にする */
	width: 100%;
	height: auto;
	min-height: 521px;
	margin: 0px;
	background: url(../img/wrapper_bg.jpg) no-repeat center 93px;
}
#inner-wrapper {
	width: 800px;
	margin: 0px auto;
	min-height: 521px;
}


/* ----------
		header
----------*/


#header {
	width: 780px;
	height: 55px;
	position: relative;
}
#logo {
	width: 372px;
	height: 55px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}
#headMenu {
	text-align: right;
	width: 323px;
	height: 25px;
	background: url(../img/header_bg.gif) no-repeat right bottom;
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
}
* html #headMenu {
	bottom: -1px;
}
#headMenu ul {
	width: auto;
	height: 25px;
	text-align: right;
	padding: 0px 15px;
	overflow: hidden;
}
#headMenu li {
 width: auto;
	height: 25px;
	display: inline;
	padding: 0px;
	margin: 0px;
}



/* ----------
		global Navi
----------*/


#globalNavi {
	width: 780px;
	height: 38px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../img/global_navi_bg.gif) no-repeat top;
}
#globalNavi p {
	margin: 0px 7px 0px 7px;
	width: auto;
	height: 38px;
	text-align: center;
}

#containerTop #globalNavi {
	width: 260px;
	height: 40px;
	margin: 0px 5px;
	padding: 0px;
	float: left;
}
#containerTop #globalNavi a {
	height: 28px;
	border-bottom: #8c8c8c 2px solid;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
#containerTop #globalNavi a:hover {
	border-bottom: #FFFFFF 2px solid;
}
#containerTop #globalNavi img {

}



/* ----------
		localNavi
----------*/

#localNavi {
	width: 780px;
	height: 27px;
	background: url(../img/localnavi_bg.gif) repeat-x top;
	color: #5A594B;
}
#localNavi ul {
	width: auto;
	height: auto;
	margin: 0px auto auto 10px;
	background: url(../img/localnavi_bg.gif) repeat-x;
}
#localNavi li {
	width: auto;
	height: auto;
	float: left;
}
#localNavi li a {
	display: block;
	width: auto;
	height: auto;
	float: left;
	background: url(../img/listmark_localnavi.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 5px;
	margin: 4px 5px 0px 0px;
	color: #5A594B;
}
#localNavi li a:hover {
	background: url(../img/listmark_localnavi_o.gif) no-repeat left center;
	color: #5A594B;
}


/* ----------
		clearfix
----------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
 display: inline-block;
}
.clearfix {
 display: block;
}
/* Mac版IEのみに適用 \*//*/
.clearfix {
 overflow: hidden;
}
/* */



/* ----------
		contents
----------*/

#contents {
	width: 780px;
	min-height: 466px;
	overflow: hidden;
	clear: both;
	_margin: 0px -3px 0px 0px;
	position: relative;
}
#contentsHead:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#containerTop #contents {
	background: url(../../img/i_contents_bg.gif) repeat-y right;
	height: auto;
}
#contents h1 {
	margin: 0px 0px 10px 0px;
	width: auto;
	height: 70px;
	background: url(../img/h1_bg.gif) repeat-x top;
	position: relative;
}
#contents h1 strong {
	display: block;
	margin: 0px 15px auto 15px;
	border-left: #812041 solid 3px;
	width: auto;
	height: 56px;
	position: absolute;
	top: 7px;
}
#containerTop #contents h1 strong {
	border-left: #0049dc solid 3px;
}
#contents h1 img {
	margin: 16px 10px;
}
#contents h2,#contents h3 {
	width: auto;
	margin: 20px 20px 10px 15px;
	font-size: 1.6em;
	line-height: 28px;
	padding-left: 15px;
	clear: both;
}
#contents h2 {
	background: url(../img/h2_bg.gif) no-repeat left;
	color: #FFFFFF;
	height: 28px;
}
#contents h2 a {
	color: #FFFFFF;
}
#contents h2 a:hover {
	color: #D9C097;
}
#contents h3,#containerTop #contents h2 {
	background: url(../img/h3_bg.gif) repeat-x;
	color: #292916;
	height: 27px;
	border-bottom: 2px solid #812041;
}
#containerTop #contents h2 {
	margin: 10px 10px 10px 10px;
	border-bottom: 2px solid #949388;
}
#contents h4 {
	color: #802041;
	font-size: 1.6em;
	margin: 0px 30px 10px 30px;
}


/* ----------
		visual
----------*/
 
#visual {
	width: 200px;
	height: 466px;
	float: right;
}
#containerTop #visual {
	width: 580px;
	height: 100%;
	float: none;
	clear: both;
	position: static;
}


/* ----------
		main
----------*/

#main {
	width: 580px;
	height: 100%;
	margin: 0px;
	float: left;
	clear: none;
	min-height: 466px;
}
#main p,#main ol,.table {
	margin: 0px 30px 10px 30px;
}
.contentsImgLeft,.contentsImgLeft120 {
	float: left;
	margin: 0px 10px 5px 0px;
}
.contentsImgLeft,.contentsImgRight {
	width: 200px;
	height: auto;
	overflow: visible;
}
.contentsImgLeft120 {
	width: 120px;
}
.contentsImgLeft img,.contentsImgRight img {
	margin-bottom: 10px;
	float: left;
}
.contentsImgLeft em,.contentsImgLeft120 em,.contentsImgRight em {
	visibility: visible;
	display: block;
	clear: both;
	font-style: normal;
	text-align: center;
	line-height: 140%;
	font-size: 1.0em;
}
.contentsImgRight {
	float: right;
	margin: 0px 0px 5px 10px;
}
#main th,#main td {
	vertical-align: top;
	padding: 1px;
}
#main th {
	text-align: center;
	background: #DAEBF3;
}
#main td {
	background: #FFFFFF;
}
.table {
	background: #999999;
}
.table table {
	font-size: 70%;
}
.tdCenter {
	text-align: center;
}


/* ----------
		news
----------*/

#news {
	width: auto;
	margin: 0px 20px 0px 30px;
	font-size: 0.9em;
}

#news dl {
	padding-bottom: 0.3em;
	clear: both;
	overflow: hidden;
}
*html #news dl {
	height: 1.0em;
}
#news dl:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #news dl {
    height: 1em;
    overflow: visible;
}
/**/

#news dt {
	float: left;
	width: 80px;
	height: auto;
	clear: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/listmark_news.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#news dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#news dd {
	margin-left: 95px;
	width: auto;
	height: auto;
	clear: right;
}
#news a {
	color:#4365AF;
}
#news a:hover {
	text-decoration: underline;
}

/* ----------
		sub
----------*/

#sub {
	width: 200px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
#sub p {
	margin: 0px 15px 10px 25px;
}


/* ----------
		footer
----------*/


#footer {
	clear: both;
	height: 28px;
	width:780px;
	margin: 0px;
	overflow: hidden;
	font-size: 0.8em;
	background: url(../img/footer_bg.gif) repeat-x;
}
#footer01 {
 width: 780px;
	height: 22px;
	position: relative;
	border-bottom: #CCCCCC 1px solid;
}
#footer01:after {
 overflow: hidden;
}
#btBack {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 47px;
}
#btNext {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 47px;
}
#footMenu {
 width: auto;
	height: auto;
	text-align: center;
	margin: 5px auto 5px auto;
	font-size: 1.6em;
}
#footMenu li {
	display: inline;
 width: auto;
	height: 1.3em;
	margin-left: 5px;
	padding-right: 2px;
	border-right: solid 1px #525151;
}
#footMenu .listFirst {
	padding-left: 5px;
	border-left: solid 1px #525151;
}
#footMenu a {
	color: #525151;
}
#footMenu a:hover {
 text-decoration: underline;
}

#goPageTop {
	height: 28px;
	width: 81px;
	float: right;
	margin: 0px 0px 0px auto;
	font-size: 0.1em;
}
#goPageTop a {
	height: 28px;
	width: 81px;
	display: block;
	background: url(../img/bt_pagetop.gif) no-repeat;
}
#goPageTop a:hover {
	background: url(../img/bt_pagetop_o.gif) no-repeat;
}
#copyright {
	width: 390px;
	height: 28px;
	background: url(../img/copyright.gif) no-repeat;
	float: left;
	margin: 0px auto 10px 15px;
	_margin-left: 5px;
	line-height: 28px;
}

#language {
	top: 10px;
	right: 10px;
	position: absolute;
	font-size: 1.4em;
}
#language img {
	margin-right: 5px;
}

.pre {
	visibility: hidden;
	height: 0px;
}

