@charset "Shift_JIS";

/* 全体の設定 + YUI font css*/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.231 arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */

	line-height: 1.5;
	color: #444;
	text-align: center; /* センタリング Win IE 5-5.5､6(後方互換モード)向け */
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* リンクの設定 */

a:link {
	color: #ff6600;
}

a:visited {
	color: #bb6600;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #cc0000;
}

/* 画像全般の設定 */

img {
	border: none;
	vertical-align: bottom; /* 画像の下にできる隙間をなくす */
}

img.frame {
	border: 1px solid #ddd;
	padding: 5px;
}

/*ナビゲーションの設定*/

/* 見出しの設定 */

.logo {
	text-align: center;
	margin: 0 auto;
}

#main h1 {
	padding: 2em 0 0.5em;
}

h2 {
	font-size: 167%;
	color: #8d7c6e;
	padding: 25px 0 5px;
	font-weight: bold;
}

#main h3 {
	padding: 0.5em 0 0.2em;
	font-size: 131%;
	font-weight: bold;
}

#sub h3 {
	padding: 1em 0 1em;
}

h4 {

}

h5 {

}

h6 {

}

/* 本文のテキストレイアウト設定 */

p {
	text-align: left;
}

#content p, #footer p {
	padding: 0.5em 0;
}

.boxtext {
	margin: 0 0.5em;
	line-height: 1.5;
}

.st {
	font-weight: bold;
}

.red {
	color: #c30000;
}

.blank{
	margin-top: 1.5em;
}

.clear {
	clear: both;
}

blockquote {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 8px;
	border-width: 0 0 0 8px;
	border-color: #666666;
	border-style: solid;
}

.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }

.linemarker {
	background-color:#fff399;
}


/* リストの設定 */

ul {
	padding: 5px 0 0 10px;
	list-style-position: inside;
}

li {
	margin: 0 0 5px 0;
}

/* 画面レイアウトの設定 */

#container {
	text-align: left;
}

#menu {
	padding-bottom: 1em;
}

#content {
	float: left;
}

#map {
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
	height: 300px;
}

#sub {
	padding-top: 1em;
	clear: both;
}

#footer {
	padding: 2em 0 1em;
	margin-bottom: 2em;
	font-size: 85%;
}

/*ボックスの設定*/

/*ラインの設定*/

hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-width:1px 0px 0px 0px;
	border-color: #E3E3E3;
	border-style: solid;
	overflow: hidden;
}
