@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(後方互換モード)向け */
	background: url('../img/bg_header.jpg') repeat-x;
}

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;
}

/* 回り込み画像の設定 */

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 10px 10px 5px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 10px 0 5px 10px;
}

ul.gallery {
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 1em 0 0.5em 1em;
}

/*ナビゲーションの設定*/

/* 見出しの設定 */

.logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#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 {

}

/* メニューの設定 */

#menu {
	float: left;
	width: 140px;
	height: 352px;
	background: url("../img/sprite_menu.jpg") no-repeat;
	margin: 15px 0 15px 10px;
}

#menu ul {
	width: 140px;
}

#menu li, #menu a {
	height: 44px;
	display: block;
}

#menu li {
	float: left;
	list-style: none;
	display: inline;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}

/* menu liのfloatはIEのメニュー対策 */

#menu li.top a,
#menu li.profile a,
#menu li.about a ,
#menu li.access a ,
#menu li.works a ,
#menu li.expense a ,
#menu li.contact a ,
#menu li.link a {
	background: 0px 0px;
	width: 140px;
	height: 44px;
}

#menu li.top a:hover {
	background:url("../img/sprite_menu.jpg") -140px 0px no-repeat;
}

#menu li.profile a:hover {
	background:url("../img/sprite_menu.jpg") -140px -44px no-repeat;
}

#menu li.about a:hover {
	background:url("../img/sprite_menu.jpg") -140px -88px no-repeat;
}

#menu li.access a:hover {
	background:url("../img/sprite_menu.jpg") -140px -132px no-repeat;
}

#menu li.works a:hover {
	background:url("../img/sprite_menu.jpg") -140px -176px no-repeat;
}

#menu li.expense a:hover {
	background:url("../img/sprite_menu.jpg") -140px -220px no-repeat;
}

#menu li.contact a:hover {
	background:url("../img/sprite_menu.jpg") -140px -264px no-repeat;
}

#menu li.link a:hover {
	background:url("../img/sprite_menu.jpg") -140px -308px no-repeat;
}

.f_menu {
	padding-top: 2em;
	overflow: hidden; /* はみ出したものは隠す */
	_height: 1.5em; /* IE6用。祖先要素に幅や高さが指定していれば必要ないので，今回のサンプルではなくても問題なし。*/
}

.f_menu ul {
	margin-left: -1px; /* 一番左のボーダー幅と同じ値の負のマージン */
}

.f_menu li {
	padding: 0 10px;
	display: inline; /* 横並びにさせる */
	border-left: 1px solid #c0a1a5; /* 区切り線 */
}


/* 本文のテキストレイアウト設定 */

p {
	text-align: left;
}

#main p, #footer p {
	padding: 0.5em 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.indent {
	text-indent: 1em;
}

.boxtext {
	margin: 0 0.5em;
	line-height: 1.5;
}

.st {
	font-weight: bold;
}

.red {
	color: #cc0000;
}

.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.list, ol.list {
	padding: 5px 0 5px 25px;
}

ul.list li, ol.list li {
	margin: 0 0 5px 0;
}

ul.about li {
	list-style: none;
	margin: 15px 0 10px 0;
	font-weight: bold;
}

/* 画面レイアウトの設定 */

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
    width: 900px;
	height: 220px;
}

#side {
	float: left;
	width: 180px;
	margin: 0 25px 20px 0;
}

#main {
	float: left;
	width: 695px;
	margin: 20px 0;
	display: inline;
	text-align: left;
}

#map {
	float: right;
	width: 320px;
	height: 200px;
	margin-left: 10px;
}

#footer_bg {
	clear: both;
	background-color: #f0eade;
}

#footer {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	color: #605145;
	background-color: #f0eade;
}

/* インラインフレーム */

.inline {
	display: block;
	width: 520px;
	height: 50px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: left;
	line-height: 1.5;
}

/*ラインの設定*/

hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-width:1px 0px 0px 0px;
	border-color: #E3E3E3;
	border-style: solid;
	overflow: hidden;
}

/* 定義リストの設定 */

dl {
	margin: 20px 0 10px;
}

dt {
	float: left;
	width: 12.5em;
	padding-right: 8px;
	text-align: right;
	border-right: 3px solid #cccccc;
	font-weight: bold;
}

dd {
	margin-left: 14em;
	border-bottom: 0.8em solid #ffffff;
}

/* フォームの設定 */

.form {

	margin: 1em 0;
	padding: 1em 0;
}

.form label {
	font-weight: bold;
}

.form table tr {
	height: 3em;
}

.form table th {
	width: 9em;
	text-align: center;
}

input.button1, input.button3 {
	margin: 1em 0;
	width: 10em;
}

.form table {
	width: 100%;
}

textarea {
	width: 99%;
	height: 10em;
}

/* テーブルの設定 */

table {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cca;
	empty-cells: show;
	line-height: 1.6;
}

table th {
	width: 8em;
	background-color:#F2E7B6;
	border-bottom: 1px solid #cca;
	border-right: 1px solid #cca;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
}

table td {
	background-color: #fff;
	border-bottom: 1px solid #cca;
	border-right: 1px solid #cca;
	padding:8px 5px 8px 10px;
}

table.price {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cca;
	empty-cells: show;
	line-height: 1.6;
}

table.price td {
	background-color: #fff;
	border-bottom: 1px solid #cca;
	border-right: 1px solid #cca;
	padding:8px 5px 8px 10px;
}

