@charset "euc-jp";
@import "txt.css";
@import "navi.css";
/* body
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	text-align:left;
	background: #fff url(../images/bg_body.gif) fixed repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3 ";
	color:#000;
	letter-spacing:0.1em;
	font-size: small;
}
input, select, button {
	padding:3px;
	font-size:small;
	color:#000;
	border: 1px solid #CDCDCF;
	background: #EDEDEF url(../images/bg_form_input.jpg) repeat-x;
}
textarea {
	padding:3px;
	font-size:small;
	color:#000;
	border: 1px solid #CDCDCF;
	background: #e9e8ed url(../images/bg_form_textarea.jpg) repeat-x;
}
img {
	border:0px;
}
hr {
	width:100%;
	border-bottom:1px #999 solid;
	clear:both;
}
a:link, #menu01 ul li a:hover, #menu01 ul li a:visited {
	color:#06f;
}
a:visited {
	color:#090;
}
a:hover {
	color:#f60;
}
table {
	width:500px;
	border:1px #666 solid;
	border-collapse:collapse;
}
td, th {
	/*	vertical-align:top;*/
	border:1px #ccc solid;
	padding:5px;
	color:#000;
	font-weight:normal;
	font-size:small;
	letter-spacing:0.1em;
}
caption {
	height:30px;
	background:url(../images/ttl_02.gif) left top no-repeat;
	padding:4px;
	margin-bottom:3px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:left;
	text-indent:1em;
	color:#c00;
}
thead th {
	color:#633;
	font-weight:bold;
	background:#cf9;
	letter-spacing:1em;
	text-align:center;
}
tbody th {
	font-weight:normal;
	background:#ffffc;
}
em {
	min-width:100px;
	max-width:200px;
	float:left;
	letter-spacing:0.3em;
	text-align:right;
	margin-right:1em;
	color:#006;
	font-style:normal;
}
address {
	clear:both;
	display:block;
	width:auto;
	margin:2em 10px 0 10px;
	padding:3px;
	font-size:x-small;
	font-style:normal;
	text-align:center;
	background:#009;
	color:#fff;
}
#wrap {
	position:absolute;
	background:#fff;
	width:860px;
	margin:0 50%;
	top:0;
	left:-440px;
	padding:10px 0;
	border-left:13px #666 solid;
	border-right:13px #666 solid;
}
#mainPhoto {
	position:relative;
	width:auto;
	height:175px;
	margin:10px 20px 10px 0;
	background:url(../images/img_txt.gif) right top no-repeat;
	padding:0;
}
/* リスト
----------------------------------------------- */

ol {
	margin:0;
	padding:0;
	list-style-position:inside;
}
ol li {
	font-size:110%;
	font-weight:bold;
	margin:2em 0 10px 0;
	color:#039;
	letter-spacing:0.2em;
}
ol li ul li {
	margin:0;
	font-weight:normal;
	color:#000;
	letter-spacing:0.1em;
	font-size:small;
	list-style-image:url(../images/ico_02.gif);
	list-style-position:outside;
}
ul.organization, ul.garbage {
	margin:1em 0;
	padding:0;
}
.organization li, .garbage li {
	list-style-image:url(../images/ico_02.gif);
	list-style-position:inside;
	margin:1.5em 0;
}
.organization li strong, .garbage li strong {
	font-size:110%;
	color:#33f;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-right:1em;
}
/* メインコンテンツ
----------------------------------------------- */
#topicPath {
	clear:both;
	width:auto;
	display:block;
	text-align:right;
	font-size:x-small;
	/*	background:#ddd;*/
	color:#999;
	padding:0 1em;
	font-weight:normal;
}
#contents {
	float:left;
	width:510px;
	line-height:1.5em;
	letter-spacing:0.1em;
	margin:10px;
	text-align:justify;
	padding:0;
}
.date {
	font-size:x-small;
	line-height:1.5em;
}
#topics iframe {
	width:496px;
	height:150px;
	border:2px #6cf solid;
	margin:0;
	padding:0;
}
#inquiry {
	display:block;
	width:auto;
	margin:3em 0 0 0;
	padding:5px;
	text-align:center;
	background:#060;
	color:#fff;
	border:3px #000 solid;
	font-weight:bold;
}
#inquiry strong {
	font-size:250%;
	color:#ff0;
	letter-spacing:0.3em;
}
.mainTxt:first-letter {
	font-size:260%;
	line-height:100%;
	color:#003;
	font-weight:bold;
	float:left;
}
/* その他
----------------------------------------------- */
.new {
	background:url(../images/ico_new.gif) no-repeat center right;
	padding-right:30px;
}
ul.note {
	margin-left:1em;
}
.note {
	width:93%;
	line-height:2em;
	padding:5px;
	background:#fff;
}
.note li {
	font-size:100%;
	border-bottom:1px #666 dashed;
	list-style-type:square;
	list-style-position:inside;
}
/*h3 img {
	margin-right:10px;
}*/

.name {
	font-size:medium;
	font-weight:bold;
	text-align:center;
	letter-spacing:1em;
}
td#name {
	writing-mode: tb-rl;
	font-weight:bold;
	font-size:110%;
	letter-spacing:0.8em;
	width:20px;
	background:#ffc;
	text-align:center;
}
.rt {
	text-align:right;
}
/* ヘッダー・ヘッダー内ナビ
----------------------------------------------- */
#header {
	position:relative;
	width:auto;
	height:35px;
	margin:10px;
	font-size:x-small;
	letter-spacing:0.2em;
	border-bottom:6px #009 solid;
}
#subNavi {
	float:right;
	min-width:150px;
	max-width:450px;/*	background:#6cf url(../images/bar_subnavi.gif) repeat-x;*/
}
ul#subNavi {
	list-style-type:none;
}
ul#subNavi li {
	display:inline;
	margin:0 1em;
}
#subNavi a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#subNavi a:hover, #subNavi a:visited {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
/* ボタン
----------------------------------------------- */
a#btn_hallUse {
	margin:5px;
	display:block;
	width:310px;
	height:40px;
	border:1px #666 solid;
	background:url(../images/btn_01.gif) no-repeat;
	background-position:0 0;
	text-indent:-100em;
}
a:hover#btn_hallUse {
	background-position:0 -40px;
	border-top:1px #666 solid;
}
/* before after擬似要素
----------------------------------------------- */
#navi:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
/* お知らせなど　　更新：2009.11.14
----------------------------------------------- */
#option {
	width:290px;
	margin:5px;
	padding:0;
	float:right;
}
.opt_txt {
	width:auto;
	padding:8px;
	line-height:1.5em;
	background:#fff;
	border:#ccc 1px solid;
}
.opt_title {
	margin:5px;
	font-weight:bold;
}
#opt_01 {
	width:auto;
	margin-bottom:10px;
	padding:2px;
	background:#EBFCCE;
	border:#8CA85A 1px solid;
}
#opt_02 {
	width:auto;
	margin-bottom:10px;
	padding:2px;
	background:#FAFCC7;
	border:#9C9F44 1px solid;
}
#opt_03 {
	width:auto;
	margin-bottom:10px;
	padding:2px;
	background:#E1CBF7;
	border:#6A35A0 1px solid;
}
#opt_01 strong, #opt_02 strong, #opt_03 strong {
	font-size:medium;
	color:#f33;
}
