@charset "shift_jis";
/*------------------*/
/*		default
/*------------------*/

/* reset */
html,body,div,p,h1,h2,h3,h4,h5,strong,a,ul,li,img,br{
	margin:0;padding:0;border:none;font-weight:normal;font-style:normal;text-decoration:none;
}
html
  {
  height:100%;
  margin-bottom:1px;
}
body{ 
	background:#F4F4F4;
	font-size:12px;
	line-height:150%;
	color:#393939;
}

#container{ 
	background: url(/congress/img/bg_container.jpg) repeat-y; 
	width:800px;
	margin:0 auto;
	padding:0;
}
/*------------------*/
/*		header
/*------------------*/
#header{ 
	height:63px;
	width:720px;
	margin:0 auto;	
	padding:11px 0px 0px 0px;
	background:url(/congress/img/bg_header.jpg) repeat-x;
}
#head_left{
	float:left;
	height:52px;
	width:400px;
}
#head_right{
	float:right;
	height:52px;
	width:320px;
}	
	
#header #head_left #logo_jsas a{ 
	background:url(/congress/img/logo_jsas.jpg) no-repeat; 
	width:80px; 
	height:45px;
	text-indent:-9999px;
	float:left;
	margin-left:5px;

	display:block;
}
#header #head_left #tit_jsas a{ 
	background: url(/congress/img/site_title.gif) no-repeat; 
	width:252px; 
	height:21px;
	text-indent:-9999px;
	float:left;
	margin-top:12px;
	margin-left:7px;
	display:block;
}
#header #head_right #btn_english a{  
	background:url(/congress/img/btn_english.gif) no-repeat; 
	width:75px; 
	height:23px;
	text-indent:-9999px;
	float:right;
	margin-right:5px;
	margin-top:8px;
}
#header #head_right #btn_english a:hover{  
	background:url(/congress/img/btn_english.gif) no-repeat -0px -23px; 
}
#header #head_right ul#header_menu{
	float:right;
	height:1em;
	margin-top:5px;
	font-size:10px;
	display:block;
}
#header #head_right ul#header_menu li{
	float:left;
	list-style:none;
	margin-right:1em;
	margin-bottom:0px
}
#header #head_right ul#header_menu li.sitemap{ 
	background:url(/congress/img/ico_head_sitemap.gif) no-repeat left;
	padding-left:15px;
}
#header #head_right ul#header_menu li.contact{ 
	background:url(/congress/img/ico_head_contact.gif) no-repeat left;
	padding-left:11px;
}
#header #head_right ul#header_menu li.privacy{ 
	background:url(/congress/img/ico_head_privacy.gif) no-repeat left;
	padding-left:15px;
}
/*------------------*/
/*	  gloval menu
/*------------------*/
#g_menu{ 
	height:38px;
	width:720px;
	margin:0 auto;
	background: url(/congress/img/bg_g_menu.jpg) no-repeat 0px 0px; 
}
#g_menu ul{ 
	padding:0px;
	margin:0px;	 
}
#g_menu li{ 
	list-style-type:none;
 	display:inline;
	float:left;  
}
#g_menu li a{
	height:38px;
	width:90px; 
	display:block; 
	text-decoration:none;
 	overflow:hidden; 
	text-indent:-9999px; 
}
 /*--off--*/
#g_menu li.m01 a{ 
	background:url(/congress/img/bg_g_menu.jpg) no-repeat 0px 0px; 
}
#g_menu li.m02 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -90px 0px;
}
#g_menu li.m03 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -180px 0px;
}
#g_menu li.m04 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -270px 0px;
}
#g_menu li.m05 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -360px 0px;
}
#g_menu li.m06 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -450px 0px;
}
#g_menu li.m07 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -540px 0px;
}
#g_menu li.m08 a{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -630px 0px;
}

 /*--hover,on--*/
#g_menu li.m01 a:hover,
#g_menu li.m01_on{ 
	background:url(/congress/img/bg_g_menu.jpg) no-repeat 0px -38px; 
}
#g_menu li.m02 a:hover,
#g_menu li.m02_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -90px -38px;
}
#g_menu li.m03 a:hover,
#g_menu li.m03_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -180px -38px;
}
#g_menu li.m04 a:hover,
#g_menu li.m04_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -270px -38px;
}
#g_menu li.m05 a:hover,
#g_menu li.m05_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -360px -38px;
}
#g_menu li.m06 a:hover,
#g_menu li.m06_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -450px -38px;
}
#g_menu li.m07 a:hover,
#g_menu li.m07_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -540px -38px;
}
#g_menu li.m08 a:hover,
#g_menu li.m08_on{
	background:url(/congress/img/bg_g_menu.jpg) no-repeat -630px -38px;
}

/*------------------*/
/*		footer
/*------------------*/
#footer{ 
	background:url(/congress/img/bg_foot.jpg) repeat-x; 
	width:710px;
	height:19px;  
	margin:0 auto;
	color:#FFFFFF;
	font-size:90%;
	padding-right:10px;
	padding-top:7px;   
}
#footer p{ 
	text-align:right;
}
/*------------------*/
/*		link
/*------------------*/
#main a{
	color:#1B5AD1;
	text-decoration:underline;
}
#main a:hover{
	color:#6695EC;
	text-decoration:underline;
}
#header_menu a,
#main .btm_navi p a{
	color:#555555;
	text-decoration:underline;
}
#header_menu a:hover,
#main .btm_navi p a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
a:focus{
	outline:none;
}	
/*------------------*/
/*		common
/*------------------*/
.clr{ 
	clear:both;
}
#main p{ 
	margin:10px;
	margin-top:0px; 
}
#main .btm_navi p{ 
	margin:3px;
	margin-right:5px;
	font-size:10px;

}
#main .btm_navi p.pagetop{
	background: url(/congress/img/ico_pagetop.gif) left no-repeat;
	text-indent:15px;
	float:right;
	display:block;
}
#main .btm_navi p.back{
	background: url(/congress/img/ico_back.gif) left no-repeat;
	text-indent:15px;
	float:right;
	display:block;
}
.btm_navi p.gt_top a{
	background: url(/congress/img/btn_gt_top.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	float:right;
	display:block;
	width:173px; 
	height:25px;
	
}
.btm_navi p.gt_top a:hover{
	background: url(/congress/img/btn_gt_top.gif) no-repeat 0px -25px;
	text-indent:-9999px;
	float:right;
	display:block;
	width:173px; 
	height:25px;
	
}
.red{ 
	color:#C9173C;
}
.pink_box{
	background:#f4d0d4; 
	padding:10px 10px;
	margin:10px;
}
.pink_box p{ 
	margin-bottom:0px;
}
.lightblue_box{ 
	border:#FFFFFF;
	background:#F0F5FF; 
	padding:3px;
	padding-top:13px;
	margin:5px;
}
.f-10{ 
	font-size:90%;
}
