/* ================================================================================= */
/* 全ページ共通CSS                                                                   */
/* ================================================================================= */
/* 全体構造                                                                          */
/* --------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:Arial;
	color:#555555;
	padding:0;
	margin:0;
	text-align:center;
	font-size:84%;
	background:url(../img/back.gif) top center;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#993399;
	text-decoration:none;
}

a:hover {
	color: #0000FF;
	background:#CCE9F5;
	text-decoration:underline;
}

a:active {
	color:#0000FF;
	text-decoration:underline;
}

h1, h2, h3, h4, p, dl, dt, dd, li, ul, ol, div, map, area, hr, img, span {
	margin:0;
	padding:0;
}

form, input, select, textarea, button, text {
	margin:0;
	padding:0;
}

strong {
	color:#333333;
}

img {
	vertical-align:middle;
	border:0;
}

a img {
	border:none;
	color:#FFFFFF;
	background:transparent;
	outline:none;
}

p {
	line-height:150%;
}


/* --------------------------------------------------------------------------------- */
/* ヘッダー                                                                          */
/* --------------------------------------------------------------------------------- */
#header {
	width:860px;
	float:left;
	background:url(../img/header_line.gif) bottom left no-repeat;
}

#header #logo {
	float:left;
	margin:20px 0 0 20px;
}

#header #h_img {
	float:right;
	margin-bottom:3px;
}


/* --------------------------------------------------------------------------------- */
/* ボディー（基本構成）                                                              */
/* --------------------------------------------------------------------------------- */
#wrapper {
	width:860px;
	text-align:left;
	margin:0 auto 0 auto;
}

#main {
	clear:both;
	width:860px;
	margin:15px 0 30px 0;
	float:left;
	display:inline;
	background:url(../img/main_back.gif) top left;
}

#main #corner {
	width:220px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	display:inline;
}

#main #contents {
	width:560px;
	margin-left:20px;
	margin-right:20px;
	float:right;
	display:inline;
}


/* --------------------------------------------------------------------------------- */
/* フッター                                                                          */
/* --------------------------------------------------------------------------------- */
#footer {
	clear:both;
	width:860px;
}

/* メニュー部分 */
#footer #f_menu {
	background:url(../img/footer_back01.gif) top left;
	padding:10px 20px 10px 20px;
	color:#FFFFFF;
}

#footer #f_menu a:link {
	color:#FFFFFF;
}
#footer #f_menu a:visited {
	color:#FFFFFF;
}
#footer #f_menu a:hover {
	color:#FFFFFF;
	background:none;
	text-decoration:underline;
}
#footer #f_menu a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/* 署名部分 */
#footer #f_address {
	background:url(../img/footer_back02.gif) top left;
	padding:10px 20px 10px 20px;
}

#footer address {
	color:#FFFFFF;
	font-style:normal;
	line-height:150%;
}

#footer address strong {
	color:#FFFFFF;
}


/* --------------------------------------------------------------------------------- */
/* ボディー　コーナー                                                                */
/* --------------------------------------------------------------------------------- */
/* メニュー ------------------------------------------------------------------------ */
#menu {
	clear:both;
	list-style:none;
	width:220px;
}

#menu li {
	height:31px;
	display:block;
	text-indent:-9999px;
}

#menu li a {
	height:31px;
	display:block;
	text-decoration:none;
	outline:none;
}

#menu #mn_top a {
	background:url(../img/menu.gif) no-repeat 0 0;
}
#menu #mn_top a:hover {
	background:url(../img/menu.gif) no-repeat -220px 0;
}

#menu #mn_abstract a {
	background:url(../img/menu.gif) no-repeat 0 -31px;
}
#menu #mn_abstract a:hover {
	background:url(../img/menu.gif) no-repeat -220px -31px;
}

#menu #mn_organization a {
	background:url(../img/menu.gif) no-repeat 0 -62px;
}
#menu #mn_organization a:hover {
	background:url(../img/menu.gif) no-repeat -220px -62px;
}

#menu #mn_cmembers a {
	background:url(../img/menu.gif) no-repeat 0 -93px;
}
#menu #mn_cmembers a:hover {
	background:url(../img/menu.gif) no-repeat -220px -93px;
}

#menu #mn_journal a {
	background:url(../img/menu.gif) no-repeat 0 -124px;
}
#menu #mn_journal a:hover {
	background:url(../img/menu.gif) no-repeat -220px -124px;
}


/* コンテンツメニュー -------------------------------------------------------------- */
#menu .cm_menu {
	width:220px;
	background:#EAEAEA;
	list-style:none;
	text-indent:0;
	display:inline;
}

#menu .cm_menu a {
	width:195px;
	padding:7px 10px 7px 15px;
	height:auto;
}

#menu .cm_menu img {
	margin-right:7px;
	margin-bottom:2px;
}

#menu .cm_menu a:link {
	color:#333333;
}

#menu .cm_menu a:visited {
	color:#333333;
}

#menu .cm_menu a:hover {
	color:#000000;
	background:#DADADA;
	text-decoration:underline;
}

#menu .cm_menu a:active {
	color:#333333;
	text-decoration:underline;
}


/* その他のメニュー ---------------------------------------------------------------- */
#other_menu {
	clear:both;
	list-style:none;
	width:220px;
	margin-top:10px;
}

#other_menu li a {
	display:block;
	padding:3px 0 3px 0;
}

#other_menu li img {
	margin-right:7px;
	margin-bottom:2px;
}


/* ピックアップ部分 ---------------------------------------------------------------- */
#corner .pickup {
	width:190px;
	padding:15px;
	margin-top:20px;
	background:url(../img/cm_pickup_back.gif) top left;
	border-bottom:solid 1px #CCCCCC;
}

#corner .pickup_tit {
	font-size:110%;
	color:#333333;
	margin-bottom:10px;
}

#corner .pickup ul {
	margin-top:10px;
}

#corner .pickup li {
	list-style:none;
	line-height:120%;
}

#corner .pickup li img {
	margin-right:7px;
	margin-bottom:2px;
}


/* --------------------------------------------------------------------------------- */
/* 汎用的に使用するパーツ                                                            */
/* --------------------------------------------------------------------------------- */
/* hover時に透明度を設定（独自にhoverさせる場合は別途指定）*/
#main a:hover img {
	filter:alpha(opacity:80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* 三角リストイメージ */
.tri01 {
	margin-right:7px;
}

/* まわりこみ */
.left {
	float:left;
}

.right {
	float:right;
}

/* 余白 */
.pad10 {
	padding-left:10px;
	padding-right:10px;
}

.pad101 {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

/* 赤字 */
.red {
	color:#FF0000;
}


/* 小文字 */
.fts {
	font-size:80%;
	margin-right:3px;
	margin-left:3px;
}

/* ページタイトル */
h1 {
	margin-bottom:15px;
}

/* タイトル */
.tit {
	clear:both;
	width:530px;
	padding:6px 7px 4px 23px;
	margin-bottom:20px;
	background:url(../img/tit_back.gif) top left;
	border-bottom:solid 1px #CCCCCC;
	font-size:110%;
	color:#000000;
}

/* サブタイトル */
.subtit {
	clear:both;
	width:540px;
	margin:0 10px 15px 10px;
	padding-bottom:5px;
	border-bottom:solid 2px #CCCCCC;
	font-size:110%;
	color:#000000;
}

/* ぱんくずリスト */
#panlist {
	text-align:right;
	margin-right:20px;
	font-size:80%;
	margin-bottom:15px;
}

/* ニュースリスト */
.newslist {
	clear:both;
	margin:auto 10px auto 10px;
}

.newslist li {
	list-style:none;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:140%;
}

.newslist li img {
	margin-right:7px;
	margin-bottom:2px;
}

/* NEWマーク */
.newdisp {
	margin-left:5px;
	color:#FF0000;
	font-size:70%;
	font-weight:bold;
	letter-spacing:2px;
}

/* ページの先頭へ戻る */
/**/
.pgtop {
	clear:both;
	margin:0;
	padding:15px 0 15px 0;
	text-align:right;
}

.pgtop img {
	margin-right:7px;
	margin-bottom:2px;
}

/* 番号 */
#contents ol {
	padding:0 0 0 10px;
	margin:10px 0 0 20px;
	line-height:150%;
}

#contents ol li {
	margin-bottom:10px;
}

/* PDFダウンロード */
#pdfdl {
	float:left;
	display:inline;
	width:540px;
	padding:10px;
	border:solid 1px #CCCCCC;
}

#pdfdl .right {
	width:418px;
	display:inline;
	font-size:80%;
	line-height:170%;
}

#pdfdl .left {
	display:inline;
}


/* --------------------------------------------------------------------------------- */
/* テーブル指定（汎用的な設定のみ・詳細は各CSSにて）                                 */
/* --------------------------------------------------------------------------------- */
/* タイプ1：行の下に線があるタイプ ------------------------------------------------- */
.tbl01 {
	clear:both;
	width:540px;
	margin:0 10px 0 10px;
	border:none;
}

.tbl01 td , .tbl01 th {
	vertical-align:top;
	line-height:150%;
	border-bottom:dotted 1px #CCCCCC;
}

.tbl01 th {
	font-weight:normal;
}

/* タイプ2：表タイプ --------------------------------------------------------------- */
.tbl02 {
	clear:both;
	width:540px;
	margin:0 10px 0 10px;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

.tbl02 td , .tbl02 th {
	line-height:150%;
	vertical-align:top;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

.tbl02 th {
	font-weight:normal;
	background:#F2F2CE;
}

.tbl02 .titline {
	width:100%;
	background:#DFDFDF;
}







