@charset "UTF-8";



body {
	color: #000000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;	/*全体の背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	background-color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
}
img1 {
	border: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000000;	/*リンクテキストの色*/
}
a:hover {
	color: #D50000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 940px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	height: 100%;
}

/*ヘッダー（ロゴが入っている最上段のブロック）
---------------------------------------------------------------------------*/
#header {
	height: 170px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;	/*ヘッダー背景画像の読み込み*/
	background-repeat: no-repeat;
	background-image: url("../images/header_bg_11_01.gif");
}
/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 12px;	/*行間*/
	position: absolute;
	color: #FFF;	/*文字色*/
	width: 100%;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 50px;	/*ヘッダーブロックに対して上から50pxの位置に配置*/
	text-align: center;	/*文字をセンタリング*/
}
#header h1 a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
}
#header h1 a:hover {
	color: #bdbdbd;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*メインメニ
---------------------------------------------------------------------------*/
#menu {
	position: absolute;
	height: 51px;
	width: 100%;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	left: 0px; 	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	list-style-type: none;
}

#menu ul{
}

#menu ul li{
    list-style: none;
    float: left;
    height: 51px;
    text-indent: -9999px;
    overflow: hidden;
}

#menu ul li a{
    display: block;
    height: 51px;
}

#menu ul li.menu1 a{
	width: 90px;
	background-image: url(../images/m_01.gif);
}
#menu ul li.menu2 a{
	width: 170px;
	background-image: url(../images/m_02.gif);
}
#menu ul li.menu3 a{
	width: 170px;
	background-image: url(../images/m_03.gif);
}
#menu ul li.menu4 a{
	width: 170px;
	background-image: url(../images/m_04.gif);
}
#menu ul li.menu5 a{
    width: 170px;
    background: url(../images/m_05.gif);
}
#menu ul li.menu6 a{
    width: 170px;
    background: url(../images/m_06.gif);
}
#menu ul li a:hover{
    background-position: 0 -51px;
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 930px;
	background-color: #FFF;
	box-shadow:0px 0px 10px 5px #bdbdbd;
	-moz-box-shadow:0px 0px 10px 5px #bdbdbd;
	-webkit-box-shadow:0px 0px 10px 5px #bdbdbd;
	border-radius: 8px;
	-webkit-radius: 8px;
	-webkit-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 100%;
	margin-right: 5.5px;
	margin-left: auto;
	padding-bottom: 10px;
	float: right;
	padding-top: 8px;
    behavior: url(css/PIE.htc);
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 350px;
	width: 914px;
	margin-left: 8px;
	background-color: #FFF;
	}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*左側に回り込みさせる*/
	width: 660px;	/*左から、上、右、下、左への余白*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #FFF;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 640px;
	line-height: 42px;
	height: 51px;
	overflow: hidden;	/*ボックスから飛び出た文字を非表示にする設定*/
	padding-left: 20px;	/*文字の左側への余白*/
	background: url(../images/h2bg.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 20px 1em;	/*左から、上、左右、下への余白*/
}

#contact_privacy {
	width: 600px;
	background-color: rgb(230,230,230);
	border: 1px solid rgb(102,102,102);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#gmap {
	height: 400px;
	width: 100%;
    margin-left: 10px;
	margin-bottom: 30px;
	color: rgb(0,0,0);
	margin-top: 20px;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*右側に回り込みさせる*/
	width: 240px;	/*左から、上、右、下、左への余白*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 8px;
	background-color: #FFF;
	height: 100%;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 10px;	/*文字の上側への余白*/
	padding-bottom: 10px;	/*文字の下側への余白*/
	color: #FFFFFF;		/*文字色*/
	background: #000;	/*背景色*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	border-right: 2px solid #000;	/*右側の線幅、線種、色*/
	border-bottom: 2px solid #000;	/*下側の線幅、線種、色*/
	border-left: 2px solid #000;	/*左側の線幅、線種、色*/
	display: block;
	width: 226px;
	padding: 2px 0px 2px 10px;
	background-color: #ff1a00;
}
#sub ul.submenu li a:hover {
	color: #D50000;	/*マウスオン時の文字色*/
	background-color: #FFF;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 100px;	/*ボックスの高さ*/
	width: 620px;
	padding-left: 20px;
}
#main .new dl {
	clear: left;
	width: 600px;
	border-bottom: 1px solid #999;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 500px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	width: 100%;	/*背景画像の読み込み＆リピートしない＆上部に配置*/
	padding-top: 20px;
	padding-bottom: 15px;
	clear: both;
	color: #FFF;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	color: #FFF;
}
#footer a:hover {
	color: #D50000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 2px solid #000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 397px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	color: #FFF;		/*文字色*/
	background: #666;	/*背景色*/
}
.ta1 th a {
	color: #FFF;	/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色*/
	color: #000;		/*文字色*/
	background-color: #ff1a00;
}
.ta2 {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th {
	border: 2px solid #000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta2 td {
	width: 250px;
	padding: 10px;
	vertical-align: top;
}
.ta2 th {
	width: 370px;
	text-align: center;
	color: #000;
}
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*背景色*/
	color: #000;		/*文字色*/
	background-color: #ff1a00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*メインコンテンツ用　車ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .box1 {
	padding: 9px;	/*ボックス内の余白*/
	float: left;	/*ボックスを左へ回り込み*/
	width: 130px;	/*ボックスの幅*/
	height: 200px;	/*ボックスの高さ*/
	border: 2px solid #000;	/*枠線の幅、線種、色*/
	overflow: hidden;	/*飛び出た文字を非表示にする設定*/
	margin-left: 10px;	/*ボックス同士の隙間*/
	margin-bottom: 10px;	/*ボックスの下の隙間*/
	display: inline;
	background: #D43119;
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 11px;	/*文字サイズ*/
	color: #FFFF00;		/*文字色*/
}
#main .box1 h3 a {
	color: #FFFF00;	/*h3タグにリンク設定をした場合の文字色*/
}
/*p段落タグ*/
#main .box1 p {
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	padding: 0px;
}
/*オススメマーク設定*/
#main .box1.osusume{
	background: #D43119 url(../images/icon_osusume.gif) no-repeat right bottom;	/*背景画像の読み込み＆右下に配置*/
}

/*サブコンテンツ用　車ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box1 {
	padding: 5px;	/*ボックス内の余白*/
	width: 226px;	/*ボックスの幅*/
	overflow: hidden;	/*簡易clearfix*/
	border-bottom: 2px solid #000;	/*下側の枠線の幅、線種、色*/
	border-right: 2px solid #000;	/*右側の枠線の幅、線種、色*/
	border-left: 2px solid #000;	/*背景色*/
	background-color: #FF1a00;
}
/*サムネイル画像設定*/
#sub .box1 p.img {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0px;	/*余白のリセット*/
}
/*h4見出しタグ*/
#sub .box1 h4 {
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	color: #FFFF00;		/*文字色*/
	font-size: 11px;	/*文字サイズ*/
}
#sub .box1 h4 a {
	color: #FFFF00;	/*h3タグにリンク設定をした場合の文字色*/
}
/*p段落タグ*/
#sub .box1 p.text {
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	padding: 0px;
	font-size: 10px;	/*文字サイズ*/
}
/*オススメマーク設定*/
#sub .box1.osusume {
	background-color: #ff1a00;
	background-image: url(../images/icon_osusume.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}

.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #D70000;
}
p.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
	text-align: center;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.bld {
	font-weight: bold;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.last {
	text-align: right;
}

.red_big {
	font-size: 15px;
	color: #ff1a00;
}
.blue_13 {
	font-size: 13px;
	color: #0000EE;
}
.midori_13 {
	font-size: 13px;
	color: #207300;
}
.red_13 {
	font-size: 13px;
	color: #ff1a00;
}
/*その他
---------------------------------------------------------------------------*/

dl.img2 div {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 10px;
}

dl.img2 img {
	border: 1px solid #bbb;
	width: 310px;
	height: 233px;
}

dl.img2 dd {
 text-align: center;
 margin-left: 0;
 margin-top: 2px;
}

#title_img {
	padding-left: 7px;
	padding-bottom: 20px;
}

#shibu_img {
	padding-left: 7px;
	padding-bottom: 20px;
}

.t_box1 {
	width: 630px;
	border: thin solid rgb(170,170,170);
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.t_box2 {
	width: 630px;
	min-height: 200px;
	border: thin solid rgb(170,170,170);
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.t_box3 {
	width: 630px;
	min-height: 200px;
	border: thin solid rgb(170,170,170);
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.t_box4 {
	width: 630px;
	min-height: 200px;
	border: thin solid rgb(170,170,170);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.t_box1 img{
	float: left;
	padding-right: 10px;
}
.t_box2 img {
	float: left;
	padding-right: 10px;
}

.t_box3 img{
	float: right;
	padding-left: 10px;
	padding-top: 30px;
}
.t_box4 img{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.down {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.disc {
	list-style-type:disc;
	margin-left: 10px;
}

#sitemap a {
	font-size: 150%;
	color: #0000FF;
	text-decoration: underline;
}

.fb-like {
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}
