@charset "shift_jis";


/*基本設定
---------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 85%;
	line-height: 2;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

input, textarea, select {
	font-size: 1em;
}

form {
	margin: 0;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*全体のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #e60012;
	text-decoration: none;
}


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/bg_header.jpg);
	height: 115px;
	position: relative;
	width: 900px;
	text-align: center;
}

/*h1*/
#header h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#header h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 57px;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 0;
}

#header #add {
	position: absolute;
	top: 0;
	right: 0;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 630px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 50px;
}

/*メイン画像ボックス*/
#mainimg {
	text-align: center;
	background-image: url(../images/main_img_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/*メインコンテンツ内の段落<p>タグ*/
#main p {
	padding: 0.5em 10px 1em;
}

/*h2*/
#main h2.h2bg {
	font-size: 100%;
	color: #000000;
	background-image: url(../images/midashi_base.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}

#main h3 {
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
	color: #654123;
	margin-top: 10px;
	margin-left: 10px;
}

#main h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #336699;
	margin-top: 10px;
	margin-left: 10px;
}

/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	font-size: 90%;
	line-height: 1.5;
	display: inline;
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 50px;
	color: #000000;
}

/*リンク色設定。*/
#side a {
	color: #FF0000;
}

/*h3タグ設定*/
#side h3 {
	color: red;
	background-color: #020202;
	text-align: center;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}

#side img {
	margin-bottom: 5px;
}

/*格子柄のボックス設定*/
.sidebox {
	background-image: url(../images/side_box_bg.gif);
	padding: 5px;
	margin-bottom: 1em;
	color: #FFFFFF;
}

/*サイドメニュー設定*/
ul.sidemenu li {
	line-height: 50px;
	height: 50px;
	margin-bottom: 0.5em;
}

ul.sidemenu a {
	display: block;
	height: 50px;
	width: 180px;
	padding-left: 40px;
	color: #020202;
	/*background-image: url(../images/sidemenu_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	text-decoration: none;
}

ul.sidemenu a:hover {
	/*background-image: url(../images/sidemenu_bg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF !important;
}

#side .banner img {
	width: 100%;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3000B;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}


/*What's New
---------------------------------------------------------------------------*/
#main dl.new {
	width: 610px;
	height: 286px;
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;
	color: #e60012;
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ffffff;
}

.ta1 td, .ta1 th {
	padding: 10px;
}

.ta1 th {
	background-color: #400004;
	width: 150px;
	text-align: center;
}

.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #C3000B;
	color: #FFF;
}


/*
---------------------------------------------------------------------------*/
.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}

.color1 {
	color: #e60012;
}

.look {
	background-color: #3a4b45;
}

.t_grn {
	font-size: 24px;
	color: #009933;
	font-weight: bold;
}

.c_red {
	color: #FF0000;
}

.img_l {
	float: left;
	margin-right: 10px;
}

.img_r {
	float: right;
}

#price table {
	margin-right: auto;
	margin-left: auto;
}

#price td {
	border: 1px solid #333333;
}

#about table {
	margin-right: auto;
	margin-left: auto;
	line-height: 36px;
}

#about tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#form table {
	margin-right: auto;
	margin-left: auto;
	line-height: 36px;
	background-color: #FFFFCC;
}

#form tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.td_left_form {
	padding-right: 10px;
	width: 150px;
	color: #0099CC;
	text-align: right;
	background-color: #FFFFCC;
}

.td_right_form {
	padding-left: 10px;
	color: #0099CC;
	background-color: #CCFFFF;
}

.td_left {
	padding-right: 20px;
	width: 150px;
	color: #0099CC;
	text-align: right;
}

.td_right {
}

#rent a {
	background-color: #FFFFFF;
}