@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #2E2000 url(../images/bg.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆左右中央・上部に配置*/
}
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;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 970px;	/*コンテナー幅*/
	background: #000;	/*背景色*/
	padding: 10px;		/*ブロック内の余白*/
	border: 1px solid #c99300;	/*枠線の幅、線種、色*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 992px;	/*ヘッダーの幅*/
	height: 100px;	/*ヘッダーの高さ*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;			/*文字サイズ*/
	line-height: 20px;			/*行間*/
	font-weight: normal;		/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	text-align: right;			/*右よせ*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/

}
/*電話番号画像設定*/
#header #tel {
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 2px;
}
ul#menu li.last {
	margin-right: 0;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 710px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	width: 690px;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	overflow: hidden;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	background: #1C1C1C url(../images/bg1.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	border-bottom: 3px solid #74E32B;	/*下線の線の幅、線種、色*/
	line-height: 40px;
	padding-left: 10px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のbox1設定
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #956800;	/*背景色*/
	padding: 7px;			/*ボックス内の余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	display: block;
	width: 235px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	border-bottom: 1px solid #454545;	/*下線の幅、線種、色*/
	background: #000;	/*背景色*/
}
#sub .box1 ul.submenu li a {
	width: 221px;
}
#sub ul.submenu li a:hover {
	color: #FF0014;			/*マウスオン時の文字色*/
	background: #FFFFFF;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せるスタイル。全部表示させておきたいならこの行と下のheightの行を削除。*/
	height: 140px;
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #454545;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	font-size: 11px;	/*文字サイズ*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 300px;
	width: 970px;
	margin-bottom: 10px;
}
#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;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCAC00;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 467px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #2E2000;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #B78D00;	/*背景色*/
}

/*service.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 1em;
	border: 3px double #CCAC00;	/*ボックスの線幅、線種、色*/
	width: 684px;
	background: #0a0a0a url(../images/bg2.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
#main .box1 p {
	padding: 0px;
}
/*写真*/
#main .box1 p.img {
	float: left;	/*画像を左に回り込み*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	color: #CFB000;		/*文字色*/
	padding-left: 5px;
	border-left: 4px solid #CFB000;	/*左側の線の幅、線種、色*/
}
#main .box1 h3 a {
	color: #FF0014;
}
/*説明文用の段落タグ*/
#main .box1 p.text {
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333333;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FF0014;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
