@charset "utf-8";
/* アピアランス -------- */
body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3","Arial", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #f2f9c0;
	text-align: center;
}


ol, ul {
}



img {
	border:none;
}
ul li img {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
}


iframe {
	border:none;
	overflow:auto;
}

th { text-align:left; }
td { empty-cells:show; }

hr {

}
form{
	margin: 0px;
	padding: 0px;
}

fieldset { border:none; }
label { cursor:default; }
legend { display:none; }

/* タイポグラフィ -------- */
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { font-weight:normal; font-style:normal; }

em, strong { font-weight:bold; font-style:normal; }

a:link {
	color:#023493;
	text-decoration:none;
}
a:visited { color:#5a2680; text-decoration:none; }
a:hover { color:#0066a7; text-decoration:underline; }
a:active { color:#0066a7; text-decoration:none; }
address {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	color: #262626;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 75%;
	line-height: 1.3em;
	clear: both;
	text-align: center;
	width: 950px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*-------------------------
 * フォントサイズ
 * 
--------------------------*/
.txt10b,
.txt10b_Gray
.txt12b,
.txt14b,
.txt14b_Gray_aki,
.txt16b,
.txt18b{
	font-weight:bold;
}
.text_Red {
	color: #FF0033;
}

/* Base_text内はデフォルトで12px */

.Base_text{
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size:75%;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
}
.Base_text .txt10, 
.Base_text .txt10b{
	font-size:83%;
}
.Base_text .txt10_Gray, 
.Base_text .txt10b_Gray{
	font-size:83%;
	color: #686868;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Base_text .txt12, 
.Base_text .txt12b{
	font-size:100%;
}
.Base_text .txt14_Gray_aki,
.Base_text .txt14b_Gray_aki{
	font-size:118%;
	color: #333333;
	line-height: 3em;
}
.Pdf_file {
	float: right;
	font-size: 75%;
	margin: 5px;
	padding: 0px;
	width: 120px;
}

.Base_text .txt14,
.Base_text .txt14b{
	font-size:118%;
}
.Base_text .txt16, 
.Base_text .txt16b{
	font-size:135%;
}
.Base_text .txt18, 
.Base_text .txt18b{
	font-size:152%;
}
.Base_text .txt22, 
.Base_text .txt22b{
	font-size:187%;
}
/*-------------------------
 * ベースボックス
 * 
--------------------------*/

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
#header{
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
	height: 72px;
	background-position: left bottom;

}
#header h1{
	margin-top:6px;
	margin-left:5px;
	width:353px;
	float:left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header .Box_right_h {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	float: right;
	margin: 0px;
	font-size: 12px;
}

#header p {
	margin-top:6px;
	margin-left:5px;
	width:353px;
	float:left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hidden{
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;

}
#container{
	margin: 0px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#sidebar .Banner_box {
	text-align: center;
	margin: 5px;
}
#sidebar .Banner_box img {
	margin-top: 5px;
	margin-bottom: 5px;
}




#sidebar h2 {
	margin: 0px;
	padding: 0px;
}

#content{
	padding: 0px;
	text-align: left;
	width: 720px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
.clear_both {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#content_main {
	padding: 0px;
	text-align: left;
	width: 720px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}




#footer{
	margin: 0px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #f2f9c0;
	padding: 0px;
	background-position: left top;

}
.Box_right {
	float: right;
	font-size: 75%;
	padding: 0px;
	color: #6e6e6e;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li {
	float: left;
	padding-right: 0px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 75%;
	line-height: 1.3em;
	list-style-type: none;
	background-image: url(../images/icon_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer a:link {
	color:a
:hover;
	text-decoration:none;
	color: #452d20;
}
#footer a:visited {
	color:#452d20;
	text-decoration:none;
}
#footer a:hover {
	color:#452d20;
	text-decoration:underline;
}
#footer a:active {
	color:#452d20;
	text-decoration:none;
}


#sitename {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 353px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 10px;
	float: left;

}



.hidden{
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;

}




/*-------------------------
 * ヘッダーパンくず
--------------------------*/
#breadcrumbs{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#breadcrumbs a:link {
	text-decoration:none;
}
#breadcrumbs a:visited {
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#breadcrumbs a:active {
	text-decoration:none;
}





/*-------------------------
 * コンテンツ設定etc
--------------------------*/

/*-------------------------
 * 番号付き数字リスト
--------------------------*/
.Page_top {
	width: 700px;
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: right;
}
.Page_top img {
	margin-left: 2px;
}


/*-------------------------
 * GoogleMap
--------------------------*/
#gmap{
	padding: 0px;
	margin: 10px 10px 30px 10px;
}


