@charset "utf-8";
/* CSS Document */
/* 共通設定 */
body {
	background-color: #CCC;
	text-align : justify;
	text-justify : inter-ideograph;
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	text-indent: 1em;
}
.right {
	text-align: right;
}
/* 一番外側の枠 */
div#container {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	display: inline;
	top: 17px;
}
/* 本文の領域 */
div#main {
	width: 750px;
	position: relative;
	left: 50px;
	line-height: 1.5em;
}
div#main a {
	color: #09F;
	text-decoration: none;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #09F;
	border-left-color: #FFF;
}
div#main a:hover {
	color: #09F;
	text-decoration: none;
	border-style: dashed;
	border-color: #09F;
}
div#main hr {
	width: 700px;
	position: relative;
	left: 25px;
}
/* フッター */
#footer {
	clear:both;
	width: 800px;
	position: relative;
	left: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
}
#footer_text {
	font-size: 10pt;
	width: 750px;
	left: 50px;
	text-align: right;
	padding: 10px 0px;
}
/* ヘッダー */
/* タイトル */
*html div#header { /* for IE6 */
	width: 823px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-left: 11px;
	margin-top: -15px;
	height: 300px;
	float: none;
	position: absolute;
	top: 0px;
}
div#header {
	width: 823px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: -15px;
	height: 300px;
	float: none;
	position: absolute;
	top: 0px;
}
/* タイトル用の枠 */
div#header_space {
	width: 823px;
	height: 300px;
}
/* 戻る用の枠 */
.midashi_modoru {
	float: none;
	position: absolute;
	left: 76px;
	top: 42px;
	width: 24px;
	height: 17px;
}
/* メニュー */
div#menu_container {
	width: 749px;
	margin-left: -385px;
	left: 50%;
	display:block;
	position:relative;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:749px;
	top: 180px;
}
/* メニューボタンの左右に15pxずつ間を空ける */
#drop_down_menu li {
	float:left;
	padding-left: 1px;
	padding-right: 1px;
	cursor:pointer;
	width: 105px;
}
#drop_down_menu li a {
	text-decoration: none;
	display: block;
	width: 105px;
	height: 35px;
}
/* メニュー：TOPに戻る */
#drop_down_menu li a.TOP {
	background:url(../img/menu_TOP.gif) no-repeat;
}
#drop_down_menu li a.TOP:hover {
	background:url(../img/menu_TOP_2.gif) no-repeat;
}
/* メニュー：本会について */
#drop_down_menu li a.honkai {
	background:url(../img/menu_honkai.gif) no-repeat;
}
#drop_down_menu li a.honkai:hover {
	background:url(../img/menu_honkai_2.gif) no-repeat;
}
/* メニュー：事業計画 */
#drop_down_menu li a.jigyou {
	background:url(../img/menu_jigyou.gif) no-repeat;
}
#drop_down_menu li a.jigyou:hover {
	background:url(../img/menu_jigyou_2.gif) no-repeat;
}
/* メニュー：ニュースレター */
#drop_down_menu li a.newsletter {
	background:url(../img/menu_newsletter.gif) no-repeat;
}
#drop_down_menu li a.newsletter:hover {
	background:url(../img/menu_newsletter_2.gif) no-repeat;
}
/* メニュー：入会について */
#drop_down_menu li a.nyuukai {
	background:url(../img/menu_nyuukai.gif) no-repeat;
}
#drop_down_menu li a.nyuukai:hover {
	background:url(../img/menu_nyuukai_2.gif) no-repeat;
}
/* メニュー：リンク */
#drop_down_menu li a.link {
	background:url(../img/menu_link.gif) no-repeat;
}
#drop_down_menu li a.link:hover {
	background: url(../img/menu_link_2.gif) no-repeat;
}
/* メニュー：お問合わせ */
#drop_down_menu li a.toiawase {
	background:url(../img/menu_toiawase.gif) no-repeat;
}
#drop_down_menu li a.toiawase:hover {
	background: url(../img/menu_toiawase_2.gif) no-repeat;
}
/* メニューの項目の設定 */
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:0px;
	background-color: #333;
	color: #FFF;
	width: 105px;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
	width: 105px;
	padding: 0px;
}
#drop_down_menu li ul li a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	font-size: 16px;
	padding-top: 5px;
	height: 25px;
}
#drop_down_menu li ul li a:HOVER {
	background:#CCCCCC;
	color:#333333;
}
/* トップページ */
.top_info {
	/*float: left;*/
	width: 750px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.top_info_left {
	float: left;
	width: 330px;
}
.top_info_right {
	float: right;
	width: 409px;
}
.top_mokuteki {
	float: none;
	width: 330px;
	text-align : justify;
	text-justify : inter-ideograph;
	margin: 10px 0px;
}
.top_mokuteki_image {
	float: none;
	position: absolute;
	left: 339px;
	top: 8px;
	width: 409px;
}
/* 最新情報のリストスタイル */
.saisinnjyouhou_waku {
	clear: both;
}
ul.saisinnjyouhou {
	list-style-position: outside;
	list-style-image: url("../img/list.jpg");
}
ul.saisinnjyouhou li {
	padding-bottom: 15px;
}
/* イベント予定 */
.event_waku {
	clear: both;
}
.yotei_odd {
	background-color: #E6F5FD;
}
.yotei_even {
	background-color: #CDEBFA;
}
/* イベント予定の見出し */
.yotei_midashi {
	color: #FFF;
	background-color: #003591;
	text-align: center;
}
.announce {
	border: 2px dashed #F6C;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 100px;
	padding: 5px;
	color: #000;
}
/* 本会の目的 */
.mokkuteki_zukei {
	text-align: center;
	left: 489px;
	top: 40px;
}
/* 会長挨拶，校長挨拶 */
.aisatu_waku {
	float: left;
	width: 550px;
	text-align : justify;
	text-justify : inter-ideograph;
}
/* 会長挨拶，校長挨拶の写真 */
.aisatu_syashin {
	float: right;
}
/* 特別会員リスト用スタイル */
.tokubetsu_odd {
	background-color: #CFF0CA;
}
.tokubetsu_even {
	background-color: #69B661;
}
/* 法人会員リスト用スタイル */
.houjin_odd {
	background-color: #FDEEFC;
}
.houjin_even {
	background-color: #F5B6C9;
}
/* 事業計画 */
.jigyou_odd {
	background-color: #E6F5FD;
}
.jigyou_even {
	background-color: #CDEBFA;
}
/* 実施事業 */
.jissizumi {
	float: left;
	width: 750px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.jissizumi h2 {
	border-bottom-width: 2px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}
.jissizumi_text {
	float: left;
	width: 530px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.jissizumi_text h3 {
	border-left-width: 10px;
	border-left-style:solid;
	border-left-color:#009C61;
	border-bottom-width: 2px;
	border-bottom-style:solid;
	border-bottom-color:#009C61;
}
.jissizumi_photo {
	float: right;
	width: 200px;
}
.jissizumi_syasin {
	float: none;
	position:absolute;
	left: 576px;
}
/* 入会についての連絡先 */
.renraku {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-bottom-color: #0CF;
	border-left-color: #0CF;
	width: 600px;
	float: none;
	padding: 5px;
	text-align: center;
	margin-left: -300px;
	display:block;
	position:relative;
	left: 350px;
}
/* ニュースレター用のリストスタイル */
.news_list {
	list-style-position: outside;
	list-style-image: url("../img/list.jpg");
}
/* メールアドレスのリンク用スタイル */
.mail {
	color: #09F;
	text-decoration: none;
	border-color:#FFF;
	border-width: 1px;
	border:solid;
}
/* 問い合わせ先スタイル */
ul.toiawase {
	list-style: none;
}
ul.toiawase li {
	padding-bottom: 10px;
}
.mail:hover {
	border-color:#09F;
	border: dashed;
}
.mail:active {
	color: #FFF;
	background-color:#09F;
}
.mail_footer {
	color: #000;
	text-decoration: none;
	border:none;
}
.mail_footer:hover {
	color: #FFF;
	background-color:#09F;
}
.mail_footer:active {
	color: #FFF;
	background-color:#09F;
}
