@charset "utf-8";

/*-- reset-------- --*/
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin:0px;
	padding:0px;
	text-decoration:none;
	*font-size: small;
	*font: x-small;
}

/*-- default-------- --*/
body{
	/* (chinese fix) font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;*/
	text-align:left;
	font-size:small;
	background-color:#ffffff;
}

/*-- link-------- --*/
a,a:link,a:visited{ color:#333333;}
a:hover,a:active{ color:#FF0000; text-decoration:underline;}

/*-- element-------- --*/
ul,li,dl,dd,dt{ list-style:none;}
h1 { font-size:160%; }
h2 { font-size:140%; }
h3 { font-size:110%; }
h4 { font-size:100%; }

/*-- img-------- --*/
img,a img{ border:none; }

/*-- clearfix ---- --*/
.clearfix{ min-height: 0px; }
.clearfix:after{ content: "."; height: 0px; clear: both; display: block; visibility: hidden; }
	/*\*/
	* html .clearfix{
		height: 1px;
	/*\*/ /*/
		height: auto; overflow: hidden;
	/**/
	}
	/**/



/*-- layout-------- --*/
div#container {
	width:900px;
	margin:0 auto;
	position: relative;
}

/*Welcome*/
p#user{
	width:auto;
	background:url("/image/user.gif") left top no-repeat;
	height:17px;
	padding-left:20px;
	margin:3px 0 0;
	float:left;
}

p#logout {
	background:url("/image/logout_icon.gif") left top no-repeat;
	width:auto;
	height:17px;
	padding: 0 0 0 20px;
	margin: 3px 0 0 30px;
	float:right;
	display:block;
}

/*Language*/
div#navi{
	padding:3px 0 ;
	min-height:1px;
	border-bottom:1px dashed #CCC;
	text-align:right;
}
div#navi:after{
	content:".";
	height:0px;
	clear:both;
	display:block;
	visibility:hidden;
}
	/*\*/
	* html div#navi{
		height:1px;
	/*\*/ /*/
		height:auto;
		overflow:hidden;
	/**/
	}
	/**/

/*header*/
div#header{
	padding-top:10px;
	height:66px;
	clear:both;
	overflow:hidden;
}
/*main*/
div#main{
	margin:10px 0 20px 0;
	clear:both;
	position: relative;
	 min-height: 0px;
}
div#main:after{ content: "."; height: 0px; clear: both; display: block; visibility: hidden; }
	/*\*/
	* html div#main{
		height: 1px;
	/*\*/ /*/
		height: auto; overflow: hidden;
	/**/
	}

/*fotter*/
#fc2footer #fc2footermenu .fc2menu_list dt,
#fc2footer #fc2footermenu ul li {
	/font-size: 90%;
}


/*-- layout end --*/


/*-- Language --*/
div#navi ul{
	float:right;
	margin-left:auto;
	font-size:12px;
	min-height:1px;
}
div#navi ul:after{
	content:".";
	height:0px;
	clear:both;
	display:block;
	visibility:hidden;
}
	/*\*/
	* html div#navi ul{
		
		height:1px;
	/*\*/ /*/
		height:auto;
		overflow:hidden;
	/**/
}

div#navi ul li{
	width:auto;
	margin-left:25px;
	text-align:right;
	float:left;
}
div#navi ul li a{
	text-decoration:none;
	border-bottom:1px dashed #FFFFFF;
	display:block;
}
div#navi ul li a:hover,
div#navi ul li a:active{
	border-bottom:1px dashed #FF0000;
}

div#navi ul li.cn{
	padding-left:25px;
	background:url("/image/cn_icon.gif") no-repeat left top;
}
div#navi ul li.us{
	padding-left:25px;
	background:url("/image/us_icon.gif") no-repeat left top;
}
div#navi ul li.jp{
	padding-left:25px;
	background:url("/image/jp_icon.gif") no-repeat left top;
}

/*language end*/

/*-- header-- --*/
div#header:after {
	height:1px;
	overflow:both;
	display:block;
}
	/*\*/
	* html div#header {
		height:1px;
		clear:both;
		overflow:visible;
	}
	/**/

div#header h1{
	width:auto;
	height:66px;
	float:left;
}
div#header p{
	width:468px;
	float:right;
}

/*header end*/

/*-- main-- --*/
div#main:after{
	height:1px;
	overflow:hidden;
	clear:both;
	display:block;
}
	/*\*/
	* html div#main{
		height:1em;
		overflow:visible;
		clear:both;
	}
	/**/

/*main end*/

/*main layout*/
div#menu {
	width:200px;
	margin:10px 0px;
	float:left;
}

div#content{
	width:680px;
	margin:10px 0 40px 0;
	float:right;
}
div#menu .sh_menu_list, div#menu .sh_menu_accordion_b{width:170px;}/* div#menu .sh_menu_list, div#menu.sh_menu_accordion_bは、テストスペース用暫定。2010/11/30実装後は消すこと。*/
div#container a,a:link,a:visited{ color:#333333; text-decoration:underline;}

/*main layaout end*/

/*h2 title*/
div#content h2{
	width:auto;
	margin-bottom:20px;
	padding:5px;
	background-color:#EEE;
	border:1px solid #CCC;
	border-left:5px solid #FF3300;
}

#menu p.ad,
#menu p.banner { text-align:center; margin: 0 auto 20px; width: 200px; }
#menu p.ad { height: 220px; margin: 0 auto; }

/* ad */
.ad_display200x200{ position: absolute; top: 395px; left: 0; }
.ad_display468x60{ position: absolute; top:36px; right:0; }
/*\*/

* html .ad_display468x60 { top:41px; }

/**/

/*erro*/
div#content strong{
	color:#FF6600;
	margin-top:10px;
}

/*ad
----------------------------------------------------*/
/*ad body*/
ul#ad{
	width:465px;
	margin:0 auto;
	padding:0;
	border:1px solid #CCCCCC;
	clear:both;
}

/*title*/
ul#ad li.pr{
	padding:5px 0px;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#333333;
}

/*ad comment*/
ul#ad li p{
	background-color:#EEEEEE;
	padding:3px;
	font-size:12px;
}

ul#ad li{
	text-align:center;
	padding:2px;
}

/*ad main*/
ul#ad li img{
	margin:10px;
}

/* form
-------------------------------------- */
input#email { width: 170px; }
/*\*/
* html #table dt { height:20px; }
/**/

/* dl line back*/
dl.line{ background: #F2F2F2 }