﻿/*　■■■ 共通 ■■■　*/
/* リセット補足 */
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#000000;
}
a:hover {
	color:#FF0000;
}
figure {
	margin:0;
}
ul {
	list-style: none;
}
.clear {
	clear:both;
}
/* レイアウト */
.mb7 {
	margin-bottom:7px;
}
.mb14 {
	margin-bottom:14px;
}
.mb24 {
	margin-bottom:24px;
}
.mb34 {
	margin-bottom:34px;
}
.ml03 {
	margin-left:0.3em;
}
.ml04 {
	margin-left:0.4em;
}
.ml05 {
	margin-left:0.5em;
}
.ml06 {
	margin-left:0.6em;
}
.ml08 {
	margin-left:0.8em;
}
.ml10 {
	margin-left:1em;
}
.ml13 {
	margin-left:1.3em;
}
.ml20 {
	margin-left:2em;
}
.ml30 {
	margin-left:3em;
}
.ml40 {
	margin-left:4em;
}
.lh120 {
	line-height:120%;
}
.lh130 {
	line-height:130%;
}
.fleft {
	float:left;
}
/* フォントサイズ */
.s200 {
	font-size:200%;
}
.s160 {
	font-size:160%;
}
.s130 {
	font-size:130%;
}
.s120 {
	font-size:120%;
}
.s110 {
	font-size:110%;
}
.s90 {
	font-size:90%;
}
.s85 {
	font-size:85%;
}
.s80 {
	font-size:80%;
}
.s70 {
	font-size:70%;
}
/* フォントカラー */
.red {
	color:#FFFF00;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0000FF;
}
.navy {
	color:#000066;
}
.glay {
	color:#CCCCCC;
}

.green {
	color:#009900;
}
.orange {
	color: #FF3300;
}

/* デコレーション */
.bold {
	font-weight: bold;
}
.normal {
	font-weight:normal;
}
.under {
	text-decoration: underline;
}
.img_border {
	padding:1px;
	border:solid 1px #666;
	background-color: #fff;
}
/* 字下げ */
.kome1 {
	text-indent: 1em;
}
.kome10 {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom:7px;
}
.kome13 {
	margin-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom:7px;
}
.kome20 {
	margin-left: 2em;
	text-indent: -2em;
	margin-bottom:7px;
}
/* スクロール */
.toTop {
	clear:both;
	color: #FFFFFF;
	height: 50px;
}
/* ページトップへ */
.page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	padding: 18px 0 0 8px;
	width:50px;
	height:40px;
	background:#000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 20px;
	border-radius: 30px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-decoration:none;
}
.page-top:link, .page-top:visited {
	color:#FFFFFF;
}
.page-top:hover {
	background:#999999;
	color:#FF0000;
}
/*　■■■ ページ枠組み ■■■　*/
/* ベース */
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 83%;
	line-height:165%;
	background-image:url(../img/back/back02.png);
}
/* 背景イメージ（横） */
#sec01 {
	background-image:url(../img/back/back01.png);
	background-repeat:repeat-x;
}
/* 全体 */
#sec02 {
	margin:0 auto;
	width:850px;
	text-align:left;
	background-color:#fff;
	box-shadow:0 0 30px #000000;
}
/*　■■■ ヘッダー ■■■　*/
#title {
	width:850px;
	height:146px;
	background-image:url(../img/back/title.png);
	background-repeat:no-repeat;
}
#title h1 {
	padding:10px 0 0 155px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:200%;
	color:#333333;
	text-shadow:1px 1px 10px #FFFFFF;
	letter-spacing:-1.5px;
	line-height:115%;
	clear:both;
}
#title h1 span {
	letter-spacing:0;
	font-size:75%;
}
#title h1 span.cn {
	font-size:65%;
	line-height:110%;
}
#title .kirikae {
	padding:15px 0 0 650px;
}
#title .kirikae li {
	margin:0 4px 0 0;
	padding:3px auto;
	width:80px;
	border:solid 1px #999999;
	border-radius:7px;
	background-color:#FFCC66;
	text-align:center;
	color:#666666;
	float:left;
}
#title .kirikae a:hover li {
	background-color:#FFFFCC;
	color:#CC0000;
}
/*　■■■ ナビゲーションボタン ■■■　*/
/* 縦(vertical)並び */
#navi{
	margin:2px 0 30px;
	width:231px;
	box-shadow:1px 1px 10px #000000;
}
#navi li {
	padding:0;
	width:231px;
	height:51px;
	background-image:url(../img/back/navi_no.png);
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
}
#navi a:hover li {
	background-image:url(../img/back/navi_ov.png);
	background-repeat:no-repeat;
	color:#CC0000;
}
#navi li p {
	padding:13px 0 0 60px;
	font-size:110%;
}
#navi li p.s {
	padding:10px 0 0 60px;
	font-size:105%;
	line-height:110%;
}
/*　■■■ コンテンツ ■■■　*/
/* 左コンテンツ */
#sec_left {
	width: 260px;
	min-height:800px;
	padding: 0;
	float: left;
/*	border-right:solid 1px #ccc;*/
}
/* 右コンテンツ */
#sec_right {
	width: 590px;
	padding:0;
	float: right;
}
/* コンテンツ共通 */
.atcl00 {
	margin: 0 0 24px 15px;
	width: 95%;
}
.atcl01 {
	margin: 0 0 24px 15px;
	width: 90%;
}
.atcl_indextop {
	margin:30px 0 24px 15px;
	width: 80%;
	line-height:160%;
	font-size:120%;
}
.atcl_temp {
	padding:0 0 0 20px;
}
.atcl_side {
	width: 185px;
	margin: 0 10px 24px 15px;
}
.atcl_side li {
	margin:0 0 5px;
}
/*　■ リスト ■　*/
/* About Usで使用中 */
.list01 dt {
	margin:15px 0 5px;
	font-weight:bold;
}
.list01 dd {
	margin:0 0 0 20px;
}
/* Exchangesで使用中 */
.list02 li {
	margin:0 0 20px 18px;
	text-indent:-18px;
}
/* linkで使用中 */
.list03 li {
	margin:0;
	padding:0 0 14px 20px;
	background-image:url(../img/triangle.png);
	background-repeat:no-repeat;
	line-height:120%;
	color:#000000;
}
.list03 li a:link, .list03 li a:visited {
	color:#000000;
}
.list03 li a:hover {
	color:#FF0000;
}
/* Contactsで使用中 */
.list04 dt {
	margin:15px 0 4px;
	font-weight:bold;
}
.list04 dd {
}

/*　■■■ フッター ■■■　*/
/* フッターに画像を使用しないで、コピーライトはテキスト */
#footer {
	clear:both;
	width: 100%;
	height: 44px;
	margin:44px 0 0;
	padding:14px 0;
	background-color:#222222;
}
#footer .copy {
	margin: 5px auto auto -10px;
	font-size: 9px;
	color:#fff;
	text-align: right;
	width: 850px;
}
#footer a:visited {
	color:#FFF;
}
#footer a:link {
	color:#FFF;
}
#footer a:hover {
	color:#F00;
}
/*　■■■ バーや見出し ■■■　*/
.bar {
	margin: 30px 0 15px 0;
	width:567px;
	height:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#FFFFFF;
	background-image:url(../img/back/bar01.png);
	background-repeat:no-repeat;
	box-shadow:1px 1px 3px #666666;
}
.bar p {
	padding:10px 0 0 35px;
}
.mida01 {
	margin:30px 0 25px;
	width:95%;
	border-bottom:solid 1px #666666;
}
.mida01 p {
	padding:0 0 5px;
	width:240px;
	border-bottom:solid 2.5px #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#333333;
}
.mida02 {
	margin:20px 0 15px;
	padding:5px 10px;
	width:90%;
	border-bottom:solid 1px #999999;
	border-left:solid 5px #006600;
	font-weight:bold;
	color:#333333;
}
/* PDFダウンロード */
ul.pdf {
	margin:7px 0 0 0;
	clear:both;
}
ul.pdf li {
	margin:0 5px 0 0;
	width:190px;
	height:45px;
	border:solid 1px #999999;
	border-radius:10px;
	float:left;
	text-indent:0;/* list02との併用対策 */
}
ul.pdf li .mark {
	margin:10px 10px 5px 10px;
	padding:3px 0;
	width:50px;
	border-radius:7px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	float:left;
}
ul.pdf li .mark2 {
	margin:10px 0 0 0;
	font-size:110%;
	color:#333333;
	line-height:95%;
}
ul.pdf li .mark2 span {
	font-size:70%;
}
ul.pdf li .mark3 {
	margin:10px 0 0 0;
	font-size:90%;
	color:#333333;
	line-height:105%;
}
ul.pdf li .mark3 span {
	font-size:70%;
}
ul.pdf a:hover li {
	background-color:#CCCCCC;
}
ul.pdf a:hover li .mark2 {
	color:#FF3300;
}
ul.pdf a:hover li .mark2 span {
	color:#333333;
}
ul.pdf a:hover li .mark3 {
	color:#FF3300;
}
ul.pdf a:hover li .mark3 span {
	color:#333333;
}
/* 汎用ダウンロードボタン */
.btn_dl {
	clear:both;
	margin:10px 0 0 0;
	padding: 10px;
	width: 300px;
	border: solid 1px #999999;
	border-radius: 5px;
	text-align: center;
	font-size: 110%;
}
.btn_dl:hover {
	background: #CCCCCC;
}
.btn_dl a {
	display: block;
}
.btn_dl a:link, .btn_dl a:visited {
	color: #000000;
}
.btn_dl a:hover {
	color: #FF0000;
}
.btn_dl span {
	font-size: 85%;
}
/* 斜体 */
.book {
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	color: #006600;
}
/*　■■■ トップページ（index.html） ■■■　*/
/* 準備中 */
.const {
	margin:40px 0 0 30px;
	font-size:200%;
	color:#999;
	line-height:240%;
}
.const span {
	margin-left:40px;
	font-size:240%;
}
/* 更新情報 */
#news dl {
	margin:12px 0 0;
	padding:14px 7px;
	width:94%;
	height:150px;
	overflow:auto;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#news dt {
	margin:0 0 8px;
	padding:0 0 0 0;
	width: 10em;
	float: left;
	background-image:url(../img/etc/point_red.png);
	background-repeat:no-repeat;
	font-size:100%;
}
#news dd {
	margin:0 1em 12px 12em;
	padding:0 0 3px;
	border-bottom:dotted 1px #CCC;
}
/* 学会事務局 */
dl.address {
	margin:7px 0 0;
}
dl.address dt {
	margin:0 0 7px;
	line-height:120%;
	font-weight:bold;
}
dl.address dd {
	line-height:120%;
}
dl.address a:visited {
	color:#000;
}
dl.address a:link {
	color:#000;
}
dl.address a:hover {
	color:#f00;
}
/* facebookバナー */
.fb {
	padding:5px 0;
	width:194px;
	height:40px;
	text-align:center;
	border:solid 1px #999999;
}
.fb a:hover {
	opacity:0.7;
}
/*　■■■ Useful Links ■■■　*/
