@charset "UTF-8";
	
/* ========メイン テキスト========= */
.maintext-2 {
	display: block;
	padding-top: 10px;
	margin-bottom: 0px;
}
.maintext {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	border: 2px solid #CCC;
	display: block;
	padding-top: 10px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 680px;
}

/* ========事務局 テキスト========= */
.jimukyoku-1 {
	display: block;
	float: left;
	margin-top: 20px;
	height: 40px;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #000000;
	width: 120px;
}
.jimukyoku-2 {
	margin-top: 20px;
	display: block;
	margin-left: 160px;
	font-size: 12px;
	margin-bottom: 0px;
}
.jimukyoku-3 {
	margin-left: 160px;
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.jimukyoku-3 a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #999999;
}
.jimukyoku-3  a:hover{
	color: #C2D558;
}

/* ========index テキスト========= */
.video {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	width: 660px;
	background-color: #F8FAE3;
	display: block;
	text-align: center;
	padding: 20px;
	border: 2px solid #CCC;
	font-weight: bold;
	margin-bottom: 10px;
	}

/* ========トピックス========= */
div#topics {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	height: 300px;
	width: 680px;
	border: 2px solid #CCC;
	background-image: url(../img/topics_wp.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
	background-position: top;
	}
div#topics .topi1 {
	height: 115px;
	width: 315px;
	margin-left: 20px;
	display: block;
	float: left;
	}
div#topics .topi2 {
	height: 115px;
	width: 315px;
	margin-left: 0px;
	display: block;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	}
div#topics .point {
	display: block;
	height: 140px;
	width: 645px;
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 20px;
	margin-top: 0px;
	background-position: center;
	}


/* ========Information========= */
div#information {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	height: 250px;
	width: 680px;
	border: 2px solid #CCC;
	background-image: url(../img/info.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
	}
div#information h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 20px;
	color: #666;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	}
	
div#information dl.info {
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	overflow: scroll;
	height: 210px;
	margin: 0px;
	}
div#information dl.info dt{
	display: block;
	width: 120px;
	padding-left: 5px;
	float: left;
	font-weight: bold;
	text-align: right;
	}	
div#information dl.info dd{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 150px;
	width: 520px;
	margin-left: 0px;
	}

/* ========テキストH========= */
h1 {
	font-size: 20px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

.tx-1{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #232E73;
	margin-top: 20px;
}
.tx-2{
	font-size: 16px;	
}
.tx-3{
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tx-4{
	font-size: 14px;	
}
.tx-5{
	font-size: 13px;	
	font-weight: bold;
}
.tx-6{
	font-size: 13px;
	margin-left: 20px;
	display: block;
}
.tx-7{
	font-size: 12px;	
	font-weight: bold;
}
.tx-8{
	font-size: 12px;
	line-height: 150%;
	margin-left: 10px;
	display: block;
}
.tx-9{
	font-size: 12px;
	margin-left: 50px;
	line-height: 150%;
	display: block;
	text-align: right;
}
.tx-6r{
	font-size: 13px;
	margin-left: 500px;
	display: block;
	text-align: left;
}
.box-1{
	margin: 0px;
	padding: 0px;
}
.bt{
	display: block;
	height: 40px;
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	background-image: url(../img/but2.jpg);
	background-repeat: no-repeat;
}
.bt a{
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}

/* ========会費========= */
.kaihi{
	font-size: 12px;
	margin-left: 50px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kaihi th{
	padding: 5px;
	width: 160px;
	border: 1px solid #999;
	background-color: #CCC;
}
.kaihi td{
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
}



/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align: right;/* 11px相当 */
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

div#totop a {
	padding:0 0 0 12px;
	background:url("../img/bg_totop.gif") 0 50% no-repeat;
	font-size: 11px;
	font-weight: bold;
}

/* ========挨拶========= */
.gr-1 {
	font-size: 12px;
	display: block;
	width: auto;
	padding-right: 0px;
	margin-left: 500px;
	height: auto;
	line-height: 20px;
}

.gr-2 {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	margin-left: 400px;
}
.gr-3 {
	display: block;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 470px;
	margin-bottom: 10px;
}
.gr-4 {
	font-size: 13px;
	display: block;
	line-height: 25px;
}

.photo {
	height: 250px;
	width: 190px;
	display: block;
}

.sing {
	display: block;
	text-align: right;
}
/* ========評議員========= */
.hyogiin {
	width: 680px;
	border: 1px outset #CCCCCC;
	font-size: 12px;
}
.hyogiin th {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #CCCCCC;
}
.hyogiin td{
	padding: 5px;
	border: 1px outset #999999;
	vertical-align: middle;
}
/* ========学会誌========= */
.jrnl-1{
	width: 200px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
	clear: right;
	float: left;
	height: auto;
}
.jrnl-2{
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
.jrnl-3{
	display: block;
	margin-top: 40px;
	padding-left: 220px;
}
.jrnl-4{
	display: block;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F60;
	color: #FFF;
}
/* ========学会誌========= */
.ki-1{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.ki-2{
	font-size: 12px;
	display: block;
	line-height: 25px;
}
.ki-3{
	font-size: 12px;
	line-height: 25px;
	width: 60px;
	display: block;
	float: left;
	margin-left: 10px;
}
.ki-4{
	font-size: 12px;
	display: block;
	margin-left: 80px;
	line-height: 25px;
}
.ki-5{
	font-size: 12px;
	line-height: 25px;
	width: 670px;
	display: block;
	float: left;
	margin-left: 10px;
}
/* ========学術集会========= */
dl.me{
	font-size: 13px;
	margin-top: 0px;
	line-height: 30px;
}
dl.me dt{
	font-weight: bold;
	text-align: center;
	display: block;
	width: 150px;
	background-color: #6CBFEB;
	float: left;
}
dl.me dd{
	display: block;
	padding-left: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-left: 0px;
}
.me-1{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #202967;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #202967;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.me-1 a{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.me-1 a:hover{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #E76E02;
}
/* ========理事========= */
table.meibo {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	margin: auto;
	padding: 2px;
	height: 36px;
	font-style: normal;
	font-variant: normal;
	vertical-align: middle;
	text-align: justify;
}


/* ========ネットワーク========= */
.network1 {
	width: 680px;
	border: 1px solid #999999;
	font-size: 12px;
}
.network1 a{
	font-size: 12px;
}
.network1 th {
	font-weight: bold;
	text-align: left;
	background-color: #99CCFF;
	font-size: 14px;
	padding: 3px;
}
.network1 td{
	vertical-align: middle;
	padding: 5px;
	border: 1px outset #999999;
	font-weight: normal;
	font-size: 12px;
}
.network2 {
	width: 680px;
	border: 1px solid #666666;
}
.network2 th {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #CCCCCC;
	font-size: 14px;
}
.network2  td{
	vertical-align: middle;
	padding: 5px;
	border: 1px outset #999999;
}
