body {
	margin: 0px;
	background-color: #FFFFFF;
}

div#main_space {
	width: 700px;
	text-align: left;
}

div#main_space div.main_img {
	border: 1px solid #000099;
}

table#main {
	width: 700px;
	border-collapse: collapse;
	border-colspacing: 0;
	empty-cells: show;
}

div.ind {
	padding-left: 2em;
	line-height: 1.5em;
}

div.line {
	background: url(../images/line.gif) right top;
	height: 4px;
	font-size: 4pt;
}

div.outer {
	border: 1px solid #666699;
}

hr {
	display: none;
	clear: both;
}
a {
	text-decoration: none;
	color: #666699;
	font-weight:bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666699;
}

div.sign {
	text-align: right;
	margin-top: 20px;
}

div.warning {
	background-color: ffcccc;
	border: 1px solid #660000;
	margin-top: 30px;
	font-size: 10pt;
}
div.warning dl {
	margin: 0px;
}
div.warning dt {
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	background-color: #660000;
	padding: 3px 5px;
}
div.warning dd {
	margin-left: 0px;
	margin-top: 5px;
	padding: 3px 2px;
	padding-left: 5px;
}

img#banner {
	border: 1px solid #666699;
}

img#banner_logo {
	border: 1px solid #666699;
}

/***	ヘッダー	*******************************/
#header_logo {
/*	float:left;
*/
}
#isekitokai {
	margin-left: 495px;
}

/***	メニュ	****************************/
ul#menu {
	/*
		文字サイズが最大の場合、メニュと画像の間に隙間が出来るため
		フォントサイズを固定する
	*/
	font-size: 10pt;
}
ul#menu li{
	display: inline;
	float: left;
}
ul#menu li.main_this {
	width: 105px;
	height: 30px;
	font-size: 10pt;
	background: url(../images/menu_this.gif) no-repeat right top;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 1em;
	text-align: right;
}
/*
ul#menu li.main {
	width: 105px;
	height: 35px;
	font-size: 10pt;
	background: url(../images/menu_other.gif) no-repeat right top;
	margin-left: 2px;
	padding-top: 15px;
	padding-right: 1em;
	text-align: right;
}
*/
ul#menu li.main a {
	text-decoration: none;
	color: #000000;
	width: 105px;
	height: 30px;
	font-size: 10pt;
	background: url(../images/menu_other.gif) no-repeat right top;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 1em;
	text-align: right;
}
ul#menu li.main a:hover {
	background: url(../images/menu_this.gif) no-repeat right top;
	color: #FFFFFF;
}

/*	サブメニュ	*/
ul#menu li.sub_top {
	padding-top: 10px;
	padding-left: 3em;
	font-size: 10pt;
}
ul#menu li.sub {
	padding-top: 10px;
	padding-left: 1em;
	font-size: 10pt;
}

/*	bottom */
div.menu_bottom {
/*	clear: both;
*/	border-top: 3px dotted #000099;
	width: 700px;
	padding-top: 10px;
	margin-top: 5px;
	display: inline;
	text-align: center;
}
ul#menu_bottom {
	margin-left: 0px;
}
ul#menu_bottom li{
	list-style: none;
	display: inline;
	font-size: 10pt;
}

/* Left */
ul#menu_left {
	float:left;
	display: inline;
	width: 150px;
	margin: 15px 0px;
	padding-right: 10px;
	margin-right: 15px;
}
ul#menu_left li {
	display: block;
	font-size: 10pt;
	list-style: none;
	line-height: 2em;
}

ul#menu_left li.menu_left a {
	background: url(../images/menu_side.gif) no-repeat right top;
	padding-top: 5px;
	line-height: 30px;
	text-align: right;
	padding-right: 1em;
	margin-left: 0px;
	width: 130px;
	text-decoration: none;
	color: #000000;
}
ul#menu_left li.menu_left a:hover {
	background: url(../images/menu_side_this.gif) no-repeat right top;
	color: #FFFFFF;
}

ul#menu_left li.menu_left_this  {
	background: url(../images/menu_side_this.gif) no-repeat right top;
	padding-top: 5px;
	line-height: 30px;
	text-align: right;
	padding-right: 1em;
	margin-left: 0px;
	width: 130px;
	color: #FFFFFF;
	font-weight: bold;
}

/***	コンテンツ	*************************/

div.page_title {
	font-size: 10pt;
	background: url(../images/page_title.gif) no-repeat right top;
	height: 35px;
	width: 470px;
	padding-top: 5px;
	padding-left: 40px;
/*	color: #000099;
*/	font-weight: bold;

}

div.title {
	width: 300px;
	background-color: #CCCCCC;
	padding-left: 5pt;
	border: 1px solid #000099;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.title_long {
	width: 450px;
	background-color: #CCCCCC;
	padding-left: 5pt;
	border: 1px solid #000099;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.text {
	margin: 15px;
	margin-left: 160px;
	padding-left: 20px;
	line-height: 1.5em;
	border-left: 3px dotted #000099;
}

div.text div.block {
	margin-top: 10px;
	display: block;

}

div.text dt {
	float: left;
	width: 165px;
	background-color: #CCCCCC;
	padding-left: 5pt;
	border: 1px solid #000099;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 10pt;
}

div.text dd {
	margin-left: 145px;
	padding: 1px;
}

div.text_left {
	margin: 15px;
	margin-left: 15px;
	line-height: 1.5em;
}
div.text_left div.block {
	margin-top: 10px;
	display: block;
}

div.contents {
	margin-top: 20px;
}

div.contents select {
	margin-top: 5px;
	width: 120px;
	margin-left: 5px;
}

div.con1 {
	float: left;
}
div.con1 a img {
	border-style:none;
}

div.con2 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px dotted #000099;
	float: left;
}
div.con3 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px dotted #000099;
	float: left;
	width: 260px;
}

div.con_title {
	background: url(../images/con_title.gif) no-repeat left top;
	height: 25px;
	font-size: 12pt;
	padding-top: 5px;
	padding-left: 30px;
}

/***	フッター	***********************/
div.footer {
	clear: both;
}

div.foot1 {
	padding-top: 5px;
	font-size: 12px;
	float: left;
	width: 390px;
	padding-left: 1em;
	margin-top: 5px;
}

div.foot2 {
	margin-top: 5px;
	margin-left: 400px;
	width: 290px;
	border-left: 3px dotted #000099;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

/***	リンク	***************************/
div.more_link {
	font-size: 10pt;
	margin-top: 1em;
	margin-bottom: 5px;
}


