@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	color: #444;
}

img{ border:0; }

#header,
#waku_waku,
#footer{
	margin:0 auto;
	width:920px;
}

.h1,
.h1_2{
	margin:0;
	padding:0 0 10px 15px;
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
}
.h1{
	background-image:url(img/h1.gif);
	color:#81ac1e;
}
.h1_2{
	background-image:url(img/h1_2.gif);
	color:#c60;
}

#banner h5{
	margin:30px 0 0 0;
	padding:0;
	font-size:14px;
	color:#81ac1e;
}
#banner .top_memo{
	padding:10px;
	white-space:normal;
}
#banner .top_memo a{
	/*
	white-space:nowrap;
	*/
}
#banner p{
	margin:0;
	padding:0;
	font-size:12px;
	text-align:right;

}

.top_title{
	margin:0;
	padding:0 0 5px 0;
	font-size:18px;
	border-bottom:2px dotted #debf6f;
	text-indent:10px;
	background:url(img/top_title_bak.gif) no-repeat top right;
}
.top_title:hover{
	background:url(img/top_title_bak2.gif) no-repeat top right;
}

.top_title a{
	color:#c60;
	text-decoration:none;
	display:block;
	height:25px;
}
.top_kikan{
	margin:10px 0;
	color:#582f00;
	font-weight:bold;
	text-indent:10px;
}
.top_memo{
	padding:0 10px;
	line-height:160%;
}
.kaigyou{
	word-wrap: break-word;
}


#header_waku{
	background-image:url(img/bak_header.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#header{
	background-image:url(img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:240px;
}
#header_title a{
	display:block;
	height:180px;
	text-indent:-10000px;
}
#waku_waku{
	background-image:url(img/waku.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#waku{
	margin:0 auto;
	width:850px;
}


#footer_waku{
	background-image:url(img/bak_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#footer{
	background-image:url(img/footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:52px;
	text-indent:-10000px;
}



/* calendar */
.calen_n a,
.calen_h a{
	color:#FFF;
	text-decoration:none;
}
.calen_n,
.calen_h{
	margin:5px 3px 0 3px;
	padding:5px 4px;
	color:#FFF;
	font-weight:bold;
}
.calen_n{
	background:#eec667;
}
.calen_n:hover,
.calen_h{
	background:#e27b02;
}

.tyouki{
	padding:3px 5px;
	font-size:12px;
	font-weight:normal;
}



.input_ja{
	ime-mode:active;
}
.input_en{
	ime-mode:disabled;
}
.input_suu{
	ime-mode:disabled;
	text-align:right;
	width:50px;
}



/* 標準テーブル---------------------------------------------- */
.tbl{
	margin:0 0 10px 0;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:12px;
}
.tbl th,
.tbl td{
	padding:3px 5px;
	text-align:left;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:150%;
	vertical-align:top;
}
.tbl th{
	white-space:nowrap;
	color:#f09;
	font-weight:normal;
	background:#f5f5f5;
}
.tbl td{
	background:#FFF;
}



