@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background-color: #FFF;
	color: #333;
	-webkit-text-size-adjust: none;
}

a {
	color: #342300;
}

a:hover {
	color: #F00;
}

img {
	border: 0;
}

img {
	max-width:100%;
	height:auto;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.cl {
	clear: both;
}

.imgleft{
	margin: 2%;
	float: left;
}

#container{
	width: 90%;
	margin: auto;
}

#header,#main {
	margin: auto;
	width: 100%;
}

#top {
	position: relative;
	height: 78px;
	width: 100%;
}

#top01 {
	position: absolute;
	left: 0px;
	top: 25px;
	height: 53px;
	width: 53%;
}

#top02 {
	text-align: center;
	position: absolute;
	top: 35px;
	height: 46px;
	width: 18%;
	right: 14%;
}

#top03 {
	text-align: center;
	position: absolute;
	top: 35px;
	height: 46px;
	width: 18%;
	right: -1.8%;
}

/*nav {
	margin-top: 20px;
}

nav ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 20 0 0;
	list-style: none;
}*/

nav li {
	float: left;
	width: 10%;
	display: block;
	height: 40px;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

li#menu06 {
	border-right-style: none;
}

nav a:link,nav a:visited {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

nav a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#pagetop {
	margin-bottom: 50;
	float: right;
	clear: both;
}

#pagetop a {
	display: block;
	min-height: 16px;
	padding: 6px 0 6px 28px;
	background-image: url(images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 90%;
	height: 27px;
	line-height: 27px;
	background: -moz-linear-gradient(top, rgb(213,213,213) 19%, rgb(255,254,255) 50%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, rgb(213,213,213)), color-stop(0.5, rgb(255,254,255)) );
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

/*div#title{
	margin-top: 30px;
	margin-bottom: 30px;
}*/

hgroup {
	background-image: url(images/titleback.jpg);
	background-color: rgba(255,255,255,0.5);
	border-bottom: 5px solid #EBE6DB;
	height: 100px;
	margin: 0 0 0px -10000px;
	padding: 0 10px 0 10000px;
}

hgroup h1,
hgroup h2 {
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	padding: 17px 0 10px 0;
	color: #333;
}

hgroup h2 {
	font-size: 35px;
	margin-left: 200px;
	border-style: none;
	line-height: 100px;
	width: 300px;
}

#sidebar {
	padding: 10px;
	float: none;
	width: 90%;
	margin-top: 10px;
	margin-left: 20px;
}

#sidebar ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}

#sidebar ul li a {
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 190px;
	padding-left: 30px;
	text-align: left;
	line-height: 2em;
}

#sidebar img {
	margin-bottom: 5px;
	margin-top: 5px;
}

#main2 {
	/*float: right;*/
	width: 90%;
	margin: auto;
}

#main2 h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #333333;
	border-top: 3px solid #2284b5;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 20px;
}

#main3 {
	width: 900px;
	margin: 30px;
}
#main3 h2 {
	font-size: 200%;
	background-color: #CCC;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#main3 h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #333333;
	border-top: 3px solid #2284b5;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
}

#main3 h4 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #F60;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}

/*　お知らせ　*/

body.info li#menu01{
	border-bottom: 3px solid #F90;
}

body.info li#menu01 a {
	color: #333;
}

body.info li#menu01 a:hover {
	cursor:default;
	text-decoration: none;
}

table.mscedule {
	width: 100%;
	background-color: #2284B5;
	border-collapse:collapse;
	margin: 10px auto 20px;
}

table.mscedule th {
	background-color: #2284B5;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #2284B5;
	color: #FFF;
	padding: 3px;
}

table.mscedule th.s01 {
	width:20%;
}

table.scedule th.s02 {
	width:60%;
}

table.mscedule th.s03 {
	width:10%;
}

table.mscedule td {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #2284B5;
	font-size: 90%;
	line-height: 1.2;
}
#main3 #kouki {
	width: 95%;
	padding: 10px;
	border: 3px dotted #F60;
	overflow: hidden;
	margin: 0px 10px 20px auto;
}


.mscedule a:link,.mscedule a:visited {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mscedule a:hover{
	color: #2284B5;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.mscedule tr .map a:link,
.mscedule tr .map a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.mscedule tr .map a:hover {
	color: #F60;
	font-weight: normal;
	text-decoration: underline;
}

#moshirase {
	background-color: #FFFFFF;
	/*	width: 600px;*/
	width: 95%;
	margin-top: 20px;
	clear: both;
	margin-bottom: 10px;
	padding-left: 30px;
}

#moshirase li {
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #011F8F;
	padding-bottom: 15px;
}

#moshirase li:last-child {
	margin-bottom: 0;
	border-bottom-style: none;
}

#moshirase a:link,#moshirase a:visited {
	display: inline;
	color: #FF6600;
}

#moshirase a:hover {
	display: inline;
	color: #FFFFFF;
	background-color: #FF6600;
}

#moshirase p {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#main3 #info {
	text-align: right;
}

#sidebar ul li #info img {
	float: left;
	padding-right: 10px;
}

/*　研究会資料　*/

body.kenkyuu li#menu02{
	border-bottom: 3px solid #F90;
}

body.kenkyuu li#menu02 a {
	color: #333;
}

body.kenkyuu li#menu02 a:hover {
	cursor:default;
	text-decoration: none;
}

table.kenkyu {
	width: 90%;
	border-collapse:collapse;
	margin: 10px auto 20px;
}

table.kenkyu th {
	background-color: #CCC;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
	color: #333;
	padding: 3px;
}

table.kenkyu th.s01 {
	width:50%;
}

table.kenkyu th.s02 {
	width:50%;
}

table.kenkyu td {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 90%;
	line-height: 1.2;
}

div.history {
	margin: 10px;
	width: 200px;
	text-align: center;
}

div.history a:link,
div.history a:visited {
	width: 200px;
	text-align: center;
	background-color: #2284b5;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

div.history a:hover {
	width: 200px;
	text-align: center;
	background-color: #F60;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/*　事務局資料等　*/

body.jimukyoku li#menu03{
	border-bottom: 3px solid #F90;
}

body.jimukyoku li#menu03 a {
	color: #333;
}

body.jimukyoku li#menu03 a:hover {
	cursor:default;
	text-decoration: none;
}

/*　収益事業一覧　*/

#main table#syuueki  {
	width: 95%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse:collapse
}

#main #syuueki th {
	background-color: #CCC;
	border: 1px solid #CCC;
	padding: 10px;
}

#main #syuueki td {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}

/*　会員名簿　*/

#main table#meibo  {
	width: 95%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse:collapse
}

#main #meibo th {
	background-color: #CCC;
	border: 1px solid #CCC;
	padding: 10px;
}

#main #meibo td {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}


#main #meibo .tdcenter {
	text-align: center;
}

#kaijyou {
	width: 20%;
}
