@charset "utf-8";

/*
===== CONTENTS ==============================
    1: universal reset
    2: body and base setting
        : general params
        : acronyms and abbreviations styles
    3: link setting
		4: others setting
		10: リンクindex.htmlでの使用class
		12: 幹事一覧index.htmlでの使用class
		16: 会員マップindex.htmlでの使用class
=============================================
*/

/*
===== 1: universal reset =====
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting =====
*/

body {
	text-align:center;/* box centering */
	font-family: "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 766px;
	background-image: url(/images/container_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 766px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 180px;
	text-align: left;
}

#navi {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 766px;
	text-align: left;
	clear: both;
}

#left_navi {
	background-image: url(/images/left_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 222px;
	float: left;
	text-align: left;
}

#main_content {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 544px;
	float: left;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 766px;
	background-image: url(/images/footer_photo.jpg);
	background-repeat: no-repeat;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	font-size:1em;
	padding: 0;/* margin&padding reset */
	display: block;
	margin: 0px;
}

li {
	list-style: none;
}/* link do not want a dot */

/* acronyms and abbreviations styles
-------------------------------------*/
acronym {
	cursor:help;
}

abbr {
	cursor:help;
}

/*
===== 3: link setting =====
*/

a:link {
	color:#595959;
	text-decoration:none;
}

a:visited {
	color:#595959;
	text-decoration:none;
}

a:hover {
	color:#0089B6;
	text-decoration:underline;
}

a:active {
	color:#0089B6;
	text-decoration:underline;
}

/*
===== 4: others setting =====
*/

.logo{
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 180px;
	position: relative;
	top: 60px;
	left: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.jmog {
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 269px;
	position: relative;
	left: 266px;
	top: 73px;
}

.navi_left {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 218px;
	background-image: url(/images/search_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

.navi_right {
	height: 40px;
	width: 548px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.contents_here {
	padding: 0px;
	height: 11px;
	width: 115px;
	margin: 0px;
	position: relative;
	left: 23px;
	top: 16px;
}

.login_btm {
	padding: 0px;
	height: 21px;
	width: 54px;
	margin: 0px;
	position: relative;
	left: 145px;
}

/* ヘッダーメニュー ご挨拶　*/
.greeting {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.greeting a{
	display         : block;
	height          : 40px;
	width           : 92px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.greeting a:link{
	background: url(/images/greeting01.jpg) no-repeat;
}

.greeting a:visited{
	background: url(/images/greeting01.jpg) no-repeat;
}

.greeting a:hover{
	background: url(/images/greeting02.jpg) no-repeat;
}

/* ヘッダーメニュー 沿革・会則　*/
.history_rule {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.history_rule a{
	display         : block;
	height          : 40px;
	width           : 89px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.history_rule a:link{
	background: url(/images/history_rule01.jpg) no-repeat;
}

.history_rule a:visited{
	background: url(/images/history_rule01.jpg) no-repeat;
}

.history_rule a:hover{
	background: url(/images/history_rule02.jpg) no-repeat;
}

/* ヘッダーメニュー 幹事一覧　*/
.manager {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.manager a{
	display         : block;
	height          : 40px;
	width           : 93px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.manager a:link{
	background: url(/images/manager01.jpg) no-repeat;
}

.manager a:visited{
	background: url(/images/manager01.jpg) no-repeat;
}

.manager a:hover{
	background: url(/images/manager02.jpg) no-repeat;
}

/* ヘッダーメニュー 会員マップ　*/
.member_map {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.member_map a{
	display         : block;
	height          : 40px;
	width           : 92px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.member_map a:link{
	background: url(/images/member_map01.jpg) no-repeat;
}

.member_map a:visited{
	background: url(/images/member_map01.jpg) no-repeat;
}

.member_map a:hover{
	background: url(/images/member_map02.jpg) no-repeat;
}

/* ヘッダーメニュー 病気について　*/
.about_sickness {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.about_sickness a{
	display         : block;
	height          : 40px;
	width           : 92px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.about_sickness a:link{
	background: url(/images/about_sickness01.jpg) no-repeat;
}

.about_sickness a:visited{
	background: url(/images/about_sickness01.jpg) no-repeat;
}

.about_sickness a:hover{
	background: url(/images/about_sickness02.jpg) no-repeat;
}

/* ヘッダーメニュー リンク　*/
.outside {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.outside a{
	display         : block;
	height          : 40px;
	width           : 90px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.outside a:link{
	background: url(/images/link01.jpg) no-repeat;
}

.outside a:visited{
	background: url(/images/link01.jpg) no-repeat;
}

.outside a:hover{
	background: url(/images/link02.jpg) no-repeat;
}

.left_menu01_out {
	padding: 0px;
	width: 192px;
	margin-top: 29px;
	margin-left: 22px;
	height: 32px;
}

.left_menu01_in {
	padding: 0px;
	height: 12px;
	margin-bottom: 10px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left_menu02_out {
	padding: 0px;
	height: 32px;
	width: 192px;
	margin-top: 10px;
	margin-left: 22px;
}

.left_menu02_in {
	padding: 0px;
	height: 12px;
	margin-bottom: 10px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left_line {
	padding: 0px;
	height: 1px;
	width: 222px;
	text-align: center;
	margin-top: 27px;
	margin-bottom: 14px;
}

.treatment_society {
	padding: 0px;
	height: 14px;
	width: 137px;
	margin-left: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.treatment_society_txt {
	padding: 0px;
	width: 180px;
	margin-left: 22px;
	font-size: 0.8em;
	color: #595959;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 261px;
	text-align: left;
}

.content01 {
	padding: 0px;
	width: 215px;
	margin-top: 34px;
	margin-left: 24px;
	margin-bottom: 13px;
}

.content01 p {
	font-size: 0.8em;
	color: #595959;
	margin-top: 8px;
	line-height: 1.3em;
}

.doctor_photograph {
	padding: 0px;
	float: left;
	height: 108px;
	width: 99px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.and_more {
	padding: 0px;
	height: 7px;
	width: 63px;
	margin-top: 14px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dotted_line01 {
	padding: 0px;
	height: 1px;
	width: 228px;
	margin-left: 22px;
}

.content02 {
	padding: 0px;
	height: 63px;
	width: 226px;
	margin-top: 27px;
	margin-left: 17px;
	margin-bottom: 10px;
}

.dotted_line02 {
	padding: 0px;
	height: 318px;
	width: 1px;
	float: left;
	margin-top: 35px;
}

.content_right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 282px;
}

.content03 {
	padding: 0px;
	margin-top: 34px;
	margin-left: 28px;
	width: 215px;
	margin-bottom: 15px;
}

.content03 p {
	font-size: 0.8em;
	color: #595959;
}

.content03 h2 {
	font-size:1em;
	color: #595959;
	padding: 0;/* margin&padding reset */
	display: block;
	margin: 14px 0px 0px;
}

.content04 {
	padding: 0px;
	margin-top: 15px;
	margin-left: 28px;
	width: 215px;
	margin-bottom: 10px;
}

.content04 p {
	font-size: 0.8em;
	color: #595959;
	padding: 0px;
	margin-top: 13px;
}

.footer_menu {
	padding: 0px;
	width: 519px;
	margin: 0px;
	position: relative;
	left: 243px;
	top: 16px;
}

.footer_menu p {
	font-size: 0.8em;
	color: #595959;
}


/* ヘッダーメニュー 会議録　*/
.conference {
	padding: 0px;
	margin: 0px;
	float: left;
}
.conference a{
	display         : block;
	height          : 40px;
	width           : 131px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.conference a:link{
	background: url(/member/images/conference01.jpg) no-repeat;
}

.conference a:visited{
	background: url(/member/images/conference01.jpg) no-repeat;
}

.conference a:hover{
	background: url(/member/images/conference02.jpg) no-repeat;
}

/* ヘッダーメニュー 業績　～論文　*/
.thesis {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.thesis a{
	display         : block;
	height          : 40px;
	width           : 141px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.thesis a:link{
	background: url(/member/images/thesis01.jpg) no-repeat;
}

.thesis a:visited{
	background: url(/member/images/thesis01.jpg) no-repeat;
}

.thesis a:hover{
	background: url(/member/images/thesis02.jpg) no-repeat;
}

/* ヘッダーメニュー 業績　～学会発表　*/
.acp {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.acp a{
	display         : block;
	height          : 40px;
	width           : 142px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.acp a:link{
	background: url(/member/images/acp01.jpg) no-repeat;
}

.acp a:visited{
	background: url(/member/images/acp01.jpg) no-repeat;
}

.acp a:hover{
	background: url(/member/images/acp02.jpg) no-repeat;
}

/* ヘッダーメニュー 現在の研究　*/
.present_research {
	padding         : 0px;
	margin: 0px;
	float: left;
}
.present_research a{
	display         : block;
	height          : 40px;
	width           : 134px;
	text-indent    : -9999px;
	text-decoration : none;
	margin: 0px;
	padding: 0px;
}

.present_research a:link{
	background: url(/member/images/present_research01.jpg) no-repeat;
}

.present_research a:visited{
	background: url(/member/images/present_research01.jpg) no-repeat;
}

.present_research a:hover{
	background: url(/member/images/present_research02.jpg) no-repeat;
}

.member_content01 {
	padding: 0px;
	margin-top: 34px;
	margin-left: 28px;
	width: 485px;
	margin-bottom: 10px;
}

.member_content01 p {
	font-size: 0.8em;
	color: #595959;
}

.member_content01 h2 {
	font-size:1em;
	color: #595959;
	padding: 0;/* margin&padding reset */
	display: block;
	margin: 14px 0px 0px;
}

.member_content02 {
	padding: 0px;
	margin-top: 10px;
	margin-left: 28px;
	width: 485px;
	margin-bottom: 10px;
}

.member_content02 p {
	font-size: 0.8em;
	color: #595959;
	padding: 0px;
	margin-top: 13px;
}

.dotted_line {
	padding: 0px;
	height: 1px;
	width: 508px;
	margin-left: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.title {
	padding: 0px;
	height: 37px;
	width: 529px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.read01 {
	padding: 0px;
	margin-left: 22px;
	margin-top: 13px;
	margin-bottom: 10px;
	width: 500px;
}

.read01 h2 {
	color: #595959;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

.read01 p {
	float: right;
	margin: 0px;
	padding: 0px;
}

.read02 {
	padding							: 0px;
	margin-left					: 22px;
	margin-top					: 13px;
	margin-bottom				: 10px;
	width								: 515px;
}

.read02 h2 {
	color								: #595959;
	width								: 400px;
	margin							: 0px;
	padding							: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.read02 p {
	margin							: 20px 0px 0px;
	padding							: 0px;
	font-size						: 0.8em;
	color								: #595959;
		font-family: Arial, Helvetica, sans-serif;
}
.read03 {
	padding: 0px;
	margin-left: 22px;
	margin-bottom: 10px;
	width: 515px;
}

.read03 p {
	padding: 0px;
	font-size: 0.8em;
	color: #595959;
	margin: 0px;
}

.read04 {
	padding: 0px;
	margin-left: 22px;
	margin-bottom: 10px;
	width: 515px;
}

.read04 p {
	padding: 0px;
	font-size: 0.8em;
	color: #595959;
	margin-bottom: 10px;
	margin-top: 10px;
}

.read05 {
	padding							: 0px;
	margin-left					: 22px;
	margin-bottom				: 10px;
	width								: 515px;
}

.read05 p {
	padding: 0px;
	font-size: 0.8em;
	color: #595959;
	margin-bottom: 10px;
	margin-top: 10px;
}

.read06 {
	padding							: 0px;
	margin-left					: 22px;
	margin-bottom				: 10px;
	width								: 515px;
	text-align: right;
}

.read06 p {
	padding: 0px;
	font-size: 0.8em;
	color: #595959;
	margin-bottom: 10px;
	margin-top: 10px;
}

.time_right {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 0.8em;
	color: #595959;
}

.pager {
	padding: 0px;
	margin-right: 7px;
	margin-left: 22px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pager h2 {
	float: left;
	font-size: small;
	color: #595959;
}

.pager p {
	font-size: 0.8em;
	color: #595959;
	margin: 0px;
	padding: 0px;
}

.yabetetuo {
	padding: 0px;
	height: 13px;
	width: 108px;
	margin-top: 4px;
	border: none;
}

.greeting_content {
	padding: 0px;
	width: 500px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.greeting_content p {
	font-size: 0.8em;
	color: #595959;
	margin-top: 8px;
	line-height: 1.3em;
}

.img_setting {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table {
	margin: 10px 0px 0px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
}

table th {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table tr th.manager_title {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 130px;
}

table tr td.manager {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 155px;
}

table tr th.problem_title {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 300px;
}

table tr th.researcher_title {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 80px;
}

table tr th.adviser_title {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 80px;
}

table tr th.beginning_day_title {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 50px;
}

table tr td.problem {
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	color: #595959;
	width: 300px;
}

table tr td.researcher {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 80px;
}

table tr td.adviser {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 80px;
}

table tr td.beginning_day {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 50px;
}

.questionnaire {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.slide {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
/*
===== 10: リンクindex.htmlでの使用class =====
*/
.link_box01 {
	padding							: 0px;
	margin-left					: 22px;
	margin-bottom				: 10px;
	width								: 515px;
}

.link_box01 p {
	padding							: 0px;
	font-size						: 0.8em;
	color								: #595959;
	margin							: 0px;
}

.link_box02 {
	padding							: 0px;
	margin-left					: 22px;
	margin-bottom				: 10px;
	width								: 515px;
}

.link_box02 p {
	padding							: 0px;
	color								: #595959;
	margin-bottom				: 10px;
	margin-top					: 10px;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
}
/*
===== 10: リンクindex.htmlでの使用class ここまで =====
*/

/*
===== 12: 幹事一覧index.htmlでの使用class =====
*/
table tr th.manager_title {
	margin							: 0px;
	padding							: 5px;
	text-align					: center;
	font-size						: 0.8em;
	color								: #595959;
	width								: 155px;
}

table tr td.manager_content {
	margin							: 0px;
	padding							: 5px;
	text-align					: center;
	font-size						: 0.8em;
	color								: #595959;
}
/*
===== 12: 幹事一覧index.htmlでの使用class ここまで =====
*/

/*
===== 16: 会員マップindex.htmlでの使用class =====
*/
.map {
	padding							: 0px;
	margin-top					: 10px;
	margin-left					: 20px;
	width								: 515px;
}

.map p {
	font-size						: 0.8em;
	color								: #595959;
	padding							: 0px;
	margin-top					: 10px;
	margin-right				: 0px;
	margin-bottom				: 0px;
	margin-left					: 0px;
	clear								: both;
}

.map_left {
	margin							: 0px;
	padding							: 0px;
	float								: left;
	height							: 445px;
	width								: 294px;
}

.map_right {
	margin							: 0px;
	padding							: 0px;
	float								: left;
	height							: 445px;
	width								: 221px;
}

#hokkaido {
	position: relative;
	top: -350px;
	left: 400px;
	width: 105px;
	height: 23px;
	visibility: hidden;
	display: block;
}

#aomori {
	position: relative;
	top: -350px;
	left: 400px;
	width: 118px;
	height: 32px;
	visibility: hidden;
	display: block;
}

#akita {
	position: relative;
	top: -350px;
	left: 400px;
	width: 119px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#miyagi {
	position: relative;
	top: -350px;
	left: 400px;
	width: 116px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#niigata {
	position: relative;
	top: -350px;
	left: 400px;
	width: 291px;
	height: 60px;
	visibility: hidden;
	display: block;
}

#tochigi {
	position: relative;
	top: 168px;
	left: 338px;
	width: 160px;
	height: 88px;
	visibility: hidden;
	display: block;
}

#gunma {
	position: relative;
	top: 181px;
	left: 344px;
	width: 129px;
	height: 24px;
	visibility: hidden;
	display: block;
}

#tokyo {
	position: relative;
	top: 72px;
	left: 324px;
	width: 284px;
	height: 240px;
	visibility: hidden;
	display: block;
}

#Yamanashi {
	position: relative;
	top: 224px;
	left: 331px;
	width: 126px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#bouei {
	position: relative;
	top: 210px;
	left: 343px;
	width: 133px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#kanagawa {
	position: relative;
	top: 76px;
	left: 323px;
	width: 159px;
	height: 228px;
	visibility: hidden;
	display: block;
}

#chiba {
	position: relative;
	top: 146px;
	left: 337px;
	width: 200px;
	height: 44px;
	visibility: hidden;
	display: block;
}

#nagaoka {
	position: relative;
	top: 222px;
	left: 342px;
	width: 144px;
	height: 44px;
	visibility: hidden;
	display: block;
}

#azumi {
	position: relative;
	top: 257px;
	left: 335px;
	width: 105px;
	height: 32px;
	visibility: hidden;
	display: block;
}

#nagoya {
	position: relative;
	top: 121px;
	left: 349px;
	width: 277px;
	height: 100px;
	visibility: hidden;
	display: block;
}

#gifu {
	position: relative;
	top: 179px;
	left: 333px;
	width: 200px;
	height: 60px;
	visibility: hidden;
	display: block;
}

#mie {
	position: relative;
	top: 186px;
	left: 354px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#ishikawa {
	position: relative;
	top: 199px;
	left: 355px;
	width: 108px;
	visibility: hidden;
	display: block;
}

#Toyama {
	position: relative;
	top: 207px;
	left: 323px;
	width: 201px;
	visibility: hidden;
	display: block;
}

#fukui {
	position: relative;
	top: 206px;
	left: 365px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#shiga {
	position: relative;
	top: 228px;
	left: 357px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#kyouto {
	position: relative;
	top: 215px;
	left: 331px;
	width: 105px;
	height: 44px;
	visibility: hidden;
	display: block;
}

#osaka {
	position: relative;
	top: 71px;
	left: 319px;
	width: 200px;
	height: 213px;
	visibility: hidden;
	display: block;
}

#nara {
	position: relative;
	top: 239px;
	left: 364px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#hyougo {
	position: relative;
	top: 255px;
	left: 366px;
	width: 105px;
	height: 44px;
	visibility: hidden;
	display: block;
}

#wakayama {
	position: relative;
	top: 271px;
	left: 323px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#tottori {
	position: relative;
	top: 219px;
	left: 323px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#okayama {
	position: relative;
	top: 236px;
	left: 325px;
	width: 105px;
	height: 44px;
	visibility: hidden;
	display: block;
}

#Hiroshima {
	position: relative;
	top: 239px;
	left: 322px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#yamaguti {
	position: relative;
	top: 272px;
	left: 321px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#ehime {
	position: relative;
	top: 131px;
	left: 332px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#Kouchi {
	position: relative;
	top: 242px;
	left: 329px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#kyusyu {
	position: relative;
	top: 213px;
	left: 327px;
	width: 105px;
	height: 72px;
	visibility: hidden;
	display: block;
}

#saga {
	position: relative;
	top: 222px;
	left: 323px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#nagasaki {
	position: relative;
	top: 259px;
	left: 324px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#kumadai {
	position: relative;
	top: 281px;
	left: 324px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#ooita {
	position: relative;
	top: 300px;
	left: 323px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#miyazaki {
	position: relative;
	top: 332px;
	left: 322px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

#ryukyus {
	position: relative;
	top: 289px;
	left: 457px;
	width: 105px;
	height: 22px;
	visibility: hidden;
	display: block;
}

/*
===== 16: 会員マップindex.htmlでの使用class ここまで =====
*/

form {
	margin: 0px;
	padding: 0px;
}
.applybg {
	padding							: 0px;
	margin-left					: 22px;
	margin-top					: 13px;
	margin-bottom				: 10px;
	width								: 515px;
	background-image: url(/apply/images/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 250px;
}
.applybg h2 {

	color								: #595959;
	width								: 400px;
	margin							: 0px;
	padding							: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.applybg p {

	margin							: 20px 0px 0px;
	padding							: 0px;
	font-size						: 0.8em;
	color								: #595959;
		font-family: Arial, Helvetica, sans-serif;
}
table tr th.manager_title2 {

	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	width: 205px;
}

