@charset "utf-8";

/*Clear Default CSS*/

body,li,h1,h2,h3,h4,h5,p,ul,ol,form,blockquote{
	margin:0;padding:0;
	line-height:1em;
}
table{border-collapse:collapse;}
ul,ol{list-style-type:none;}

/*anchor setting*/
a{color:#ee6e00;text-decoration:none;}
a:visited{color:#ee6e00;}
a:hover{color:#ba3030;text-decoration:underline;}
a img{border:none;}
/*etc*/
body{
	background:#efefef;
	padding-bottom:30px;
}
body.lang_ja{font-family:'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic';}
body.lang_en{font-family:Arial;}

/*--------------- layout ---------------*/
/*jemima*/
#jemima{width:1028px;margin:auto;background:url(../../images/common/common/bg_jemima.gif) repeat-y;}
#jemima_pad{padding:0px 14px 0px 14px;}
#jemima_north{}
#jemima_main{width:100%;overflow:hidden;background:url(../../images/common/common/bg_main.gif) repeat-y;}
#jemima_farwest{width:220px;float:left;padding-bottom:40px;}
#jemima_east{width:780px;float:left;}
#jemima_east_pad{padding:11px 14px 50px 14px;}
#jemima_south{}
#jemima_southedge{height:21px;background:url(../../images/common/common/bg_southedge.gif) no-repeat;}


/*header*/
#header{
	height:100px;
}
/*headnavi*/
#headnavi{
	width:100%;height:24px;
	overflow:hidden;
	background:#efefef;
}

/*breadcrumb*/
#breadcrumb{
	width:400px;
	float:left;
	padding:6px 0 0 20px;
	font-size:78%;
	line-height:1em;
}

/*modelink*/
#modelink{
	width:400px;
	float:right;
	padding:3px 20px 0 0;
	font-size:78%;
	text-align:right;
}


/*sidenavi*/
#sidenavi{
}
#sn_registration{
	width:220px;
}
#sn_main{
	width:220px;
}
#sn_main li{
	width:220px;
	float:left;
}
#sn_main li img{
	display:block;
}
#sn_home{
	width:220px;
}
#sn_exhibit_info{
	margin:8px 0 0 12px;
}
#related_exib{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	padding:5px 3px;
	border-top:dashed 1px #bbf;
	border-bottom:dashed 1px #bbf;
	font-size:78%;
	line-height:1.3em;
}
#related_exib a{
	display:block;
	margin-top:0.3em;
}

/*sidebanner*/
#sidebanner{
	margin-top:20px;
	margin-bottom:14px;
}
#sidebanner p{
	margin-bottom:6px;
	text-align:center;
	font-size:80%;
	color:#4a75c6;
}

/*footer*/
#footer{
	height:23px;
	background:url(../../images/common/footer/bg_footer.gif);
}
/*copyright*/
#copyright{
	padding-top:8px;
	font-size:11px;
	font-family:Arial;
	text-align:center;
}

/*article*/
h2{
	margin-bottom:20px;
}

p.std{
	margin-bottom:0.7em;
	padding-left:10px;padding-right:20px;
	font-size:78%;
	line-height:1.6em;
	text-indent:1em;
	text-align:justify;text-justify:distribute;
}

p.fee{
	padding-right:1.4em;
	text-align:right;
}
p.fee span{
	width:150px;
	padding:0.2em 0.7em;
	background:#e44;
	line-height:1em;
	font-size:94%;
	color:#fff;
}

p.footnote{
	margin-top:1em;
	font-size:75%;
	line-height:1.5em;
}

p.to_pagetop{
	margin-top:5px;
	padding-right:70px;

	text-align:right;
}


p.std.announce{
	font-size:90%;
}


