@charset "utf-8";

/*################################################################*/
/*####                                                       #####*/
/*####　共通レイアウト設定                                   #####*/
/*####                                                       #####*/
/*################################################################*/


/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
letter-spacing: normal;
font-weight: normal;
font-style: normal;
font-family: "ＭＳ Ｐゴシック", Osaka,"Arial","ヒラギノ角ゴ Pro W3";
}

/*-----------------------------------------------------------------
背景
-----------------------------------------------------------------*/
body {
	background: url(../img/common/bac_img.png) repeat-x top;
	text-align: left;
	font-size: 100%;
	line-height: 1.7em;
	color: #666666;
}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 { font-weight: normal; font-size: 12px; }
h2 { font-weight: normal; }
h3 { font-size: 100%; }
h4 { font-weight: normal; }
h5 { font-weight: normal; }
h6 { font-weight: normal; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link { color: #000000; }
a:visited { color: #666666; }
a:hover { color: #1c9ee9; }

#footer_link a:link { color: #ffffff; }
#footer_link a:visited { color: #0979ba; }
#footer_link a:hover { color: #0979ba; }

/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.vertical {
	vertical-align: middle;
}

/*-----------------------------------------------------------------
リスト
-----------------------------------------------------------------*/
li {
	list-style: none;
}

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
textarea { font-size: 100%; } /* テキストエリア内文字サイズのブラウザ間での差異をなくす */

#contents_main p {/* テキストの両端揃え */
	text-align: justify;
	text-justify: inter-ideograph;
}
/*
p {
	letter-spacing: 0.1em;
}
*/
.line-hei {
	line-height: 1.4em;
	margin-top: 5px;
}

/*-----------------------------------------------------------------
コンテンツラッパー
-----------------------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	font-size: 75%;
}

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
#header {
	width: 950px;
	position: relative;
	zoom: 1;/*div入子ハック*/
	overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#header:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#header_txst {
	position: absolute;
	color: #FFFFFF;
	top: 3px;
	right: 0;
}
#header_left {
	width: 201px;
	float: left;
}
#header_right {
	width: 350px;
	float: right;
}
#header_navi {
	margin: 50px 0 0 55px;
}
#header_navi li {
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

/*下層ページのヘッダー*/
#header_layer {
	width: 950px;
	margin-bottom: 20px;
	position: relative;
	zoom: 1;/*div入子ハック*/
	overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#header_layer:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#pankuzu {
	padding: 10px 0;
}

/*-----------------------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------------------*/
#global_navi {
	width: 950px;
	height: 81px;
	margin-left: 16px;
}

#global_navi li {
	float: left;
	height: 81px;
	list-style: none;
	text-indent:-9999px;
}

#global_navi a {
	height: 81px;
	display: block;
	overflow: hidden;
}

.navi01 { background:url(../img/common/navi_01.png) no-repeat; width: 160px; }
.navi01 a:hover { background:url(../img/common/navi_01_over.png) no-repeat; }
.navi01_over { background:url(../img/common/navi_01_over.png) no-repeat; width: 160px; }

.navi02 { background:url(../img/common/navi_02.png) no-repeat; width: 235px; }
.navi02 a:hover { background:url(../img/common/navi_02_over.png) no-repeat; }
.navi02_over { background:url(../img/common/navi_02_over.png) no-repeat; width: 235px; }

.navi03 { background:url(../img/common/navi_03.png) no-repeat; width: 160px; }
.navi03 a:hover { background:url(../img/common/navi_03_over.png) no-repeat; }
.navi03_over { background:url(../img/common/navi_03_over.png) no-repeat; width: 160px; }

.navi04 { background:url(../img/common/navi_04.png) no-repeat; width: 178px; }
.navi04 a:hover { background:url(../img/common/navi_04_over.png) no-repeat; }
.navi04_over { background:url(../img/common/navi_04_over.png) no-repeat; width: 178px; }

.navi05 { background:url(../img/common/navi_05.png) no-repeat; width: 180px; }
.navi05 a:hover { background:url(../img/common/navi_05_over.png) no-repeat; }
.navi05_over { background:url(../img/common/navi_05_over.png) no-repeat; width: 180px; }


/*-----------------------------------------------------------------
サブメニュー
-----------------------------------------------------------------*/
#sabu_menu {
	width: 238px;
	font-size: 12px;
}
#sabu_menu li {
	float: left;
	width: 238px;
	height: 45px;
	list-style: none;
	background: url(../img/common/side_menu_02.png) no-repeat;
	margin-bottom: 1px;
	line-height: 45px;
	text-indent: 42px;
}
#sabu_menu a {
	width: 238px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#sabu_menu a:hover {
	width: 238px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: url(../img/common/side_menu_02_over.png) no-repeat;
}
#sabu_menu_bac {
	background-color: #f0f0f0;
	padding: 0 10px 9px;
	margin-bottom: 10px;
	zoom: 1;/*div入子ハック*/
	overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#sabu_menu_bac:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

/*-----------------------------------------------------------------
メインコンテンツ
-----------------------------------------------------------------*/
#flashcontent {
	width: 950px;
	height: 310px;
}
#contents-main {
	width: 950px;
	zoom: 1;/*div入子ハック*/
	/*overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#contents-main:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#contents-main_left {
	float: left;
	width: 662px;
}
#contents-main_rig {
	float: right;
	width: 258px;
}
/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
#footer_bac {
	background-color: #1c9ee9;
	padding: 15px 0;
	font-size: 75%;
}
#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	zoom: 1;/*div入子ハック*/
	overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#footer:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear:both;
}
#footer_left {
	float: left;
	width: 585px;
	color: #FFFFFF;
}
#footer_rig {
	float: right;
	width: 350px;
}
#footer_rig_01 {
	text-align: right;
	margin-top: 52px;
}
.page_top {
	margin: 60px 0 0;
	text-align: right;
}
#footer_link { background-color: #65bff3; padding: 8px 0; color: #FFFFFF; text-align: center; font-size: 75%; }
.footer_font01 {
	color: #FFFFFF;
	font-size: 90%;
	margin-bottom: 3px;
}

/*-----------------------------------------------------------------
マージン・パディング
-----------------------------------------------------------------*/
.magin_t10 {
	margin-top: 10px;
}
.magin_t15 {
	margin-top: 15px;
}
.magin_t08 {
	margin-top: 8px;
}
.magin_t25 {
	margin-top: 25px;
}
.magin_t30 {
	margin-top: 30px;
}
.magin_t40 {
	margin-top: 40px;
}
.magin_b08 {
	margin-bottom: 8px;
}
.magin_b10 {
	margin-bottom: 10px;
}
.magin_b25 {
	margin-bottom: 25px;
}

/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/

/*---お問い合わせのテーブル--------------------------*/
.tab_01 {
	width: 100%;
	margin-bottom: 10px;
}
.tab_01 th {
	padding: 10px;
	border-bottom: 1px #a9a9a9 dotted;
	border-right: 1px #a9a9a9 dotted;
	color: #545453;
	font-weight:normal;
}
.tab_01 td {
	width: 70%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_02 {
	width: 100%;
	margin-bottom: 60px;
}
.tab_02 .td_left {
	width: 50%;
	text-align: right;
	padding: 10px 30px 20px 10px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_02 .td_rig {
	width: 50%;
	padding: 10px 10px 20px 30px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_03 {
	text-align: center;
	margin: 150px 0;
}
.tab_04 {
	border-top: 1px #a9a9a9 dotted;
}
.tab_004 {
	width: 30%;
	border-top: 1px #a9a9a9 dotted;
}
.tab_05 {
	margin-top: 20px;
}
.tab_06 {
	border: 1px #d13369 solid;
	padding: 15px;
	background-color: #ffebf3;
	color: #666666;
	margin: 20px 0;
}
.tab_002 {
	width: 100%;
	text-align: center;
	border-bottom: 1px #a9a9a9 dotted;
	margin-bottom: 60px;
}
.tab_002 td {
	padding: 10px 0 20px;
}

/*---価格表のテーブル--------------------------*/
.tab_07 {
	width: 100%;
	background-color: #acd1f5;
	line-height: 1.5em;
}
.tab_07 th {
	width: 45%;
	color: #ffffff;
	background-color: #3399ff;
	padding: 10px;
	text-align: center;
}
.tab_07 td {
	background-color: #FFFFFF;
	padding: 10px;
}
.tab_07 .td01 {
	text-align: center;
}
.tab_07 .td02 {
	width: 35%;
	text-align: right;
}
.tab_07 .td03 {
	width: 20%;
	text-align: right;
}

/*-----------------------------------------------------------------
フォーム関係
-----------------------------------------------------------------*/
.form01 {
	width: 70px;
	height: 18px;
}
.form02 {
	width: 260px;
	height: 18px;
}
.form03 {
	width: 40px;
	height: 18px;
}
.form04 {
	width: 380px;
	height: 120px;
	font-size: 100%;
	line-height: 2em;
}

/*-----------------------------------------------------------------
プリント用CSS
-----------------------------------------------------------------*/

@media print {
#footer_bac {
	overflow /**/: hidden;
}

}
