@charset "UTF-8";
/* CSS Document */
/*==================== 共通 ====================*/
body {
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin:0;
	padding:0;
	color:#000;
	-webkit-text-size-adjust: 100%;
}
ul, ol, dl{
	padding:0;
	margin:0;
}
p{
	font-size:14px;
	margin:0 10px;
	line-height:1.5em;
}
.bold{
	font-weight:bold;
}
img{
	max-width:100%;
}


/* リンクスタイル */
a img{
	border:none;
}
a:link{
	color:#12B8B6;
	text-decoration:none;
}
a:visited{
	color:#0d8a88;
	text-decoration:none;
}
a:hover, a:active, a:focus{
	color:#F60;
	text-decoration:underline;
}






/*==================== 大枠 ====================*/
.container {
	width:780px;
	margin:10px auto;
	border-bottom:1px solid #646464;
	overflow: hidden;
}
.clearfloat{
	clear:both;
	font-size: 1px;
	line-height: 0px;
}






/*==================== ヘッダー ====================*/
#header{
	width:780px;
	height:111px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
}
.h_link a{
	text-decoration:none;
	color:#000000;
}
.h_link a:hover{
	text-decoration:none;
	color:#000000;
}
.logo_jp{
	text-align:center;
	font-size:36px;
	margin:0;
	padding:0;
	line-height:36px;
	padding:25px 0 0 0;
}
.logo_en{
	text-align:center;
	font-size:18px;
	margin:5px 0 0 0;
	padding:0;
	line-height:18px;
	color:#8b0000;
}
.l1{
	margin:0 5px 0 0;
	float:right;
	font-size:12px;
}






/*==================== サイドバー ====================*/
.sidebar1{
	float:left;
	width:180px;
	padding-bottom:10px;
}
ul.nav{
	margin-top:10px;
}
ul.nav, ul.nav ul{
	list-style: none;
}
ul.nav a, ul.nav a:hover{
	display: block;
}
ul.nav a, p.l1 a{
	color:#000;
}
ul.nav a:hover, p.l1 a:hover{
	color:#F60;
}
.l{
	margin:0 1em;
	color:#8b0000;
	font-size:16px;
}
.l2{
	margin:0 1em;
	color:#8b0000;
	font-size:13px;
}
/*
.d_line{
	background-image:url(images/line_dot.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:1px;
	margin:5px;
}
*/
.d_line{
	border-bottom:1px dotted #aaa;
	height:1px;
	margin:5px;
}
.subli{
	font-size:14px;
	margin:0 1em 0 3em;
}
.subli2{
	font-size:13px;
	margin:0 1em 0 3em;
}
.close{
	color:#ccc;
}






/*==================== メインコンテンツ ====================*/
.content {
	width:600px;
	min-height:700px;
	float:left;
	background-image:url(images/line.png);
	background-position:top left;
	background-repeat:repeat-y;
	margin:10px 0;
}
.line{
	background-image:url(images/line.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin:0 10px;
	height:1px;
}
.main{
	margin:5px 10px 10px 10px;
	min-height:700px;
}
.main2{
	margin:10px;
}


/* titleまわり */
.n_title{
	margin:15px 10px 3px 10px;
	font-size:14px;
}
p.title{
	font-size:12px;
	margin:0;
	padding:0;
	color:#666;
}
p.sub_title{
  position:relative;
  font-size:16px;
  line-height:1;
  margin:15px 0 10px 5px;
  padding:5px 0 3px 5px;
  border-left: 10px solid #8b0000;
  border-bottom: 1px solid #8b0000;
  color:#000000;
}
p.sub_title_en{
  position:relative;
  font-size:16px;
  line-height:1;
  margin:0 0 10px 5px;
  padding:5px 0 3px 5px;
  border-left: 10px solid #8b0000;
  border-bottom: 1px solid #8b0000;
  color:#000000;
}
/*
p.sub_title:after, p.sub_title_en:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;

}
*/
p.sub_title2{
  position:relative;
  font-size:16px;
  line-height:1;
  margin:0 0 10px 5px;
  padding:5px 0 3px 5px;
  border-left: 10px solid #8b0000;
  border-bottom: 1px solid #8b0000;
  color:#000000;
}
/*
p.sub_title2:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #8b0000;
}
*/

/* お知らせ */
.news{
	font-size:14px;
	padding-bottom:5px;
	margin:0 10px;
	line-height:1.5em;
	border-bottom:1px dotted #aaa;
}
.news_l{
	font-size:14px;
	padding-bottom:5px;
	margin:0 10px;
	line-height:1.5em;
}
ol.parentheses{
  padding:15px 10px 15px 30px;
  margin:0;
}
ol.parentheses li{
  list-style-type:none;
  list-style-position:outside;
  counter-increment: cnt;
	text-indent: -1.5em;
}
ol.parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


/* 雑誌 */
p.editor{
	font-size:20px;
	color:#8b0000;
	margin:20px 0 0 5px;
}
p.editor2{
	font-size:18px;
	color:#8b0000;
	margin:20px 0 0 5px;
}


/* 学会について */
.about{
	margin:10px 10px 0 20px;
}
table{
	font-size:14px;
	margin:0 8%;
	padding:0;
	line-height:1.5em;
}
.kaisoku{
	margin:0 10px;
	font-size:14px;
	line-height:1.5em;
}
.kaisoku p, .callfor_en p{
	font-size: 12px;
	margin: 0 0 0 30px;
}
.kaisoku2{
	margin:0 10px;
	font-size:12px;
	line-height:1.5em;
}
.g_link{
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}
.information{
	border:double 5px red;
	padding: 20px;
	margin: 20px 5px;
}
.information > p{
	margin:0 0 20px 0;
}
.information > p:last-child{
	margin: 0;
}
.information > .title{
	font-size:20px;
	font-weight: bold;
	color:red;
	text-align: center;
}

/* h */
h3, h4{
	margin:20px 10px;
}


/* sitemap */
.sitemap, .sitemap2, .sitemap3{
	list-style:none;
}
.sitemap{
	margin:20px 0 0 10px;
	font-size:14px;
	line-height:1.5em;
}
.sitemap2{
	margin:0 30px;
	list-style-type:disc;
	list-style-position:inside;
}
.sitemap3{
	margin:0 20px;
}


/* award, program */
.list_mark{
	margin:20px 0 20px 40px;
	list-style-image:url(images/arrow_p.png);
	font-size:14px;
	line-height:1.5em;
}


/* 総会 */
.sokai{
	margin:0 1% 0 5%;
	font-size:14px;
	line-height:1.5em;
}
.conference{
	margin:0 1% 3% 9%;
}
table.summary{
	font-size:14px;
	margin:0 10px;
	padding:0;
	line-height:1.5em;
}
table.summary td{
	border-bottom:1px solid #cccccc;
}
table.summary td.b_rb{
	border-right:1px solid #cccccc;
}
table.summary td.tc{
	text-align:center;
}
table.summary td.gray{
	background-color:#eeeeee;
}


/* Research notes */
ul.rn{
	margin:15px 30px;
}


.copyright{
	margin-bottom: 20px;
}







/*==================== フッター ====================*/
#footer{
	margin:10px 10px 0 10px;
}
#footer p{
	text-align:right;
	font-size:11px;
}






/*==================== English ====================*/
.trns{
	letter-spacing:0px;
	margin:0 16px;
	font-weight:bold;
	font-size:14px;
}
.n_title2{
	margin:10px 10px 0px 10px;
	font-size:16px;
}
.p2{
	font-size:14px;
	margin:10px;
	line-height:1.5em;
}
ol{
	font-size:14px;
	margin:0 10px 0 35px;
	line-height:1.5em;
}
