@charset "utf-8";

/* ************************************** */
/* *********** スタイル初期化 *********** */

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	background-color:#e9edf0;
	}

body,h1,h2,h3,h4,h5,h6,th,td,p,div{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#343434;
	line-height:1.5em;
}
/*IE7拡大でレイアウト崩れる件回避*/
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html p,
*:first-child+html td,
*:first-child+html th,
*:first-child+html div
{
letter-spacing:0;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h1{
	font-size:16px;
	border:1px solid #3b8eaa;
	background:#ffffff;
	border-left-width:6px;
	color:#002a4e;
	padding:3px 6px;
	margin:0 0 20px;
}

h1 span{
font-size:14px;
}

h2{
	font-size:110%;
	margin:2em 0 0.25em 0px;
	padding:0 0 0 16px;
	color:#2D67A8;
	background-image:url(../images/bullet_h2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;	
}


h3{
	font-size:105%;
	line-height:1.25em;
	padding:0 0 2px 0;
	margin:1.8em 0 0.4em 0;
}


h2.first,
h3.first
{ margin-top:0em; 
}

h2.noStyle,
h3.noStyle,
h4.noStyle{
	background-image:none;
	border-style:none;

}

h4{
	font-size:100%;
	margin:24px 0 6px 0;
	padding:0;
	color:#284b57;
}

h5{
	font-size:100%;
	margin:24px 0 6px 0;
	padding:0;
	color:#003366;
}


h4.first,
h5.first
{
margin-top:6px;}

p{
	margin:0px;
	padding:0px;
	margin-bottom:0.75em;
}

ul,ol{
	margin:0 0 0.75em 24px;
	padding:0;
}
li{
	margin:0 0 3px 0;
	line-height:1.25em;
	padding:0;
}


a {
	color:#0000ff;
	text-decoration:none;
	/*text-decoration:underline;*/
}

a:hover{
	/*color:#ff0000;*/
	text-decoration:underline;
}

img{
	border-style:none;
}

/* ************************************** */
/* ********* 共通ID スタイル定義 ******** */
/* ************************************** */

/* ========== 大枠 ========== */
#background{
	position:relative;
	z-index:1;
	width:860px;
	margin:0px auto;
	background-image: url(../images/bg_in.gif);
	background-repeat:repeat-y;
	background-position: top;	
	min-height:100%;
	height:auto;
}
#bg2{
	position:relative;
	z-index:2;
	width:860px;
	margin:0px auto;
	min-height:100%;
	height:auto;
		}

* html #background,
* html #bg2{/* for IE6 */
	height:100%;
}

#mainArea{
	position:relative;
	z-index:2;
	width:800px;
	height:auto;
	min-height:100%;
	margin:0;
	padding: 0 30px 24px;
}

/* Mac IE 5のみのスタイル定義(裏技) \*//*/
div#background{
	height:auto;
}
#mainArea{
	height:100%;
  overflow:visible;
}
/* Mac IE 5のみのスタイル定義 ここまで  */


/* ========== ヘッダ ========== */
div#header{
	width:800px;
	height:100px;
	margin:0 auto;
	background-image: url(../images/header_in.jpg);
	background-repeat: no-repeat;
	border-bottom:solid 3px #ee536a;
}
div#header h1,
div#header p{
	text-indent:-9999px;
margin:0;
padding:0;
line-height:0em;
font-size:0;
}

div#header h1{
border:none;
}

div#header p#Toplink{
margin:0;
padding:0;

}

div#header p#Toplink a{
position:absolute;
display:block;
height:65px;
width:660px;
margin:0;
padding:0;
top:0px;
left:0px;
}

div#header #header-cont{
height:70px;
position:relative;}


div#header #header-cont #language{
height:16px;
width:77px;
position:absolute;
right:0;
top:7px;
margin:0 12px 0 0;
padding:0;
}

div#header #header-cont #language a{
display:block;
text-indent:-9999px;
height:16px;
width:77px;
background-image:url(../images/menu99.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

div#header #header-cont #language a:hover{
background-image:url(../images/menu99_over.gif);
}

/* ========== メニュー（中ページのみ） ========== */

/*メニュー*/
#menu{
	width:800px;
	height:30px;
	margin:0;
	padding:0;
}

#menu ul{
	line-height:1em;
	margin:0 0 0 30px;
	padding:0;
	list-style-type:none;
	height:30px;
}

#menu li{
	display:block;
	width:auto;
	height:30px;
	margin:0;
	padding:0;
	float:left;
}

#menu li a{
	display:block;
	height:30px;
	width:auto;
	margin:0;
	padding:0;
	/*\*/
	overflow: hidden;/*左に果てしなく伸びる枠線抑制*/
	/**/
	text-indent:-9999px;
}

#menu li#menu01{width:127px;}
#menu li#menu02{width:126px;}
#menu li#menu03{width:127px;}
#menu li#menu04{width:127px;}
#menu li#menu05{width:145px;}
#menu li#menu06{width:127px;}
#menu li#menu00{width:108px;}


/*通常時*/
#menu01 a{	background-image:url(../images/menu01.gif);width:127px;}/*Welcome Message*/
#menu02 a{	background-image:url(../images/menu02.gif);width:126px;}/*Organizing Committe*/
#menu03 a{	background-image:url(../images/menu03.gif);width:127px;}/*General Information*/
#menu04 a{	background-image:url(../images/menu04.gif);width:127px;}/*Program*/
#menu05 a{	background-image:url(../images/menu05.gif);width:145px;}/*Call for Abstracts*/
#menu06 a{	background-image:url(../images/menu06.gif);width:127px;}/*Call for Abstracts*/

#menu00 a{	background-image:url(../images/menu00.gif);width:108px;}/*Registration*/



#menu01 a:hover{background-image:url(../images/menu01_over.gif);}/*Welcome Message*/
#menu02 a:hover{background-image:url(../images/menu02_over.gif);}/*Organizing Committe*/
#menu03 a:hover{background-image:url(../images/menu03_over.gif);}/*General Information*/
#menu04 a:hover{background-image:url(../images/menu04_over.gif);}/*Program*/
#menu05 a:hover{background-image:url(../images/menu05_over.gif);}/*Call for Abstracts*/
#menu06 a:hover{background-image:url(../images/menu06_over.gif);}/*Call for Abstracts*/

/*#menu00 a:hover{background-image:url(../images/menu00_over.gif);}*//*Registration*/





/* ========== フッタ （未使用）========== */
div#footer{
	position:absolute;
	z-index:4;
	margin:0;
	padding:0;
	bottom:0px;
	width:800px;
	height:18px;
	left: 30px;
	vertical-align:middle;
border-top:solid #8d8d8a 1px;
}

div#footer p#copyrights{
	width:auto;
	font-size:85%;
	line-height:1em;
	margin:0;
	padding:4px 24px 0 0;
	float:right;
	color:#8d8d8a;
}


/* ========== コンテンツ収納部 ========== */

div.contents{
	position:relative;
	z-index:4;
	padding-bottom:24px;
	margin: 24px 50px 0;
	width:700px;
	min-height:auto;
	}
* html .contents{/* for IE6 */
	height:auto;
}


/* ************************************** */
/* *********** その他いろいろ *********** */

/* リスト風表示につかうもの */
p.list,
div.list p{
	text-indent:-0.75em;
	padding-left:0.75em;
}

p.list1em,
div.list1em p{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}

p.list1-5em,
div.list1-5em p{
	text-indent:-1.5em;
	padding-left:1.5em;
	margin-bottom:0.5em;
}

p.list2em,
div.list2em p{
	text-indent:-2em;
	padding-left:2em;
	margin-bottom:0.5em;
}

/* 記事ひとくくり用 */
.unit{
	margin-left:0px;/*IE対策*/
	margin-left:24px;
}

/*.Unitより下の階層で使う字下げ*/
.padding{
	margin-left:12px;
}

.attention{
color:#ff0000;
}

.redbold{
color:#ff0000;
font-weight:bold;
}
/*下マージンなしのパラグラフ*/
p.noMargin{
margin:0;}

/* 点線 */
div.line{
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#666;
/*	width:80%;
	margin-top:0px;
	margin-bottom:12px; */
}

/* 巻き戻しリンク */
div.rollUp{
	margin:0;
	padding:0;
	width:100%;
	height:14px;
/*	text-align:right;*/
}

div.rollUp p{
	display:block;
	/*	text-indent:-10000em;*/
	text-decoration:none;
	text-align:right;
	width:150px;
	height:14px;
	margin:0 0 0 auto;

}

div.rollUp img{
vertical-align:middle;
margin: 0 4px 0 0;}


div.rollUp a span{
	visibility:hidden;
}


/* 隠したいもの */
span.hidden,
p.hidden{
 visibility:hidden;
}

.ps{
	font-size:90%;
	line-height:1.3em;
}

/* 改ページ(IE only) */
div.print{
	page-break-before:always;
}

.blockRight{
	float:right;
	margin:0 0 6px 10px;
}

p.underConst{
	margin-top:50px;
	font-weight:bold;
}
/*インライン画像*/
img.inlineIMG{
vertical-align:middle;}


.clearfix:after {/* 段組float解除用スタイル */
content: ".";
font-size: 0.1em;
line-height: 0;
display: block;
height: 0.1px;
visibility: hidden;
clear: both;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*フロート*/
.floatL{float:left;}

.floatR{float:right;}

.clear{
clear:both;}

/* テーブルスタイル */

table.normal{
	margin-bottom:12px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	width:100%;
}

table.normal th,
table.normal td{
	line-height:1.3em;
	padding:4px 8px;	
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
}

table.normal th{
	background-color:#dddddd;
}

table.normal tr.header th{
background-color:#999999;
color:#FFFFFF;
}

table.normal td{
}

table.normal caption{
	text-align:left;
	font-weight:bold;
	color:#444444;
}

/*汎用ボックススタイル*/
div.subBox,
p.subBox{
padding:4px 8px;
border:solid 2px #015ab4;
}

div.subBox.Red,
p.subBox.Red{
	border-color:#900000;
	background-color:#FFE6E6;
}

div.subBox.Blue,
p.subBox.Blue{
border-color:#015ab4;
background-color:#EEF7FF;
}

div.subBox.Yellow,
p.subBox.Yellow{
border-color:#999999;
background-color:#fffeee;
}


div.subBox.Long,
p.subBox.Long{
width:90%;
}

div.subBox.Middle,
p.subBox.Middle{
width:75%;
}

div.subBox.Small,
p.subBox.Small{
width:50%;
}
div.subBox.floatC{
margin-left:auto;
margin-right:auto;}

div.subBox p.last{
margin-bottom:0;}



/*文字揃え*/
.Right{text-align:right;}

.Center{text-align:center;}

.Left{text-align:left;}

/*画像配置*/
.imgR,
imgC,
.imgL{display:block;}

.imgR{float:right;margin:0 0 10px 10px;}
imgC{margin:12px auto;}
.imgL{float:left;margin:0 10px 10px 0;}




/* ************************************** */
/* *********** 印刷用スタイル *********** */

@media print{


}
