@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
08.index
09.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #f7f4ec url(img/common_body_bg.gif) repeat-x 0 0; /* added */
	line-height: 1;
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #4d4236;
}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#137a98;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/
div#wrapper,
div#main,
header,
nav#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	height: 111px;
}
header#lv2 {
	background: url(img/common_header_bg.gif) no-repeat;
}
header h1 {
	float: right;
	padding-top: 80px;
	color: #9f9282;
	text-align: right;
	line-height: 1.3;
	font-size: 10px;
	font-weight: normal;
}
header div a {
	display: block;
	padding-top: 50px;
	width: 200px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
nav#global {
	margin-bottom: 25px;
	height: 65px;
}
nav#global ul {
	margin: 0 auto;
	width: 650px;
	height: 65px;
	background: url(img/common_g_navi_bg.gif) no-repeat;
}
nav#global ul li { float: left;}
nav#global ul li a {
	position: relative;
	background :url(img/common_g_navi_bg.gif) no-repeat scroll top left;
	display: block;
	width: 130px;
	height: 65px;
	text-indent:-9999px;
}
nav#global ul li a#gn1 {background-position: 0px 0px;}
nav#global ul li a#gn2 {background-position: -130px 0px;}
nav#global ul li a#gn3 {background-position: -260px 0px;}
nav#global ul li a#gn4 {background-position: -390px 0px;}
nav#global ul li a#gn5 {background-position: -520px 0px;}
nav#global ul li a span {
	background: url(img/common_g_navi_bg.gif) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

/* hover */
nav#global ul li a span:hover {cursor: pointer;}
nav#global ul li a#gn1 span {background-position: 0px -65px;}
nav#global ul li a#gn2 span {background-position: -130px -65px;}
nav#global ul li a#gn3 span {background-position: -260px -65px;}
nav#global ul li a#gn4 span {background-position: -390px -65px;}
nav#global ul li a#gn5 span {background-position: -520px -65px;}

/* act */
nav#global ul#on1 li a#gn1 {background-position: 0px -65px;}
nav#global ul#on2 li a#gn2 {background-position: -130px -65px;}
nav#global ul#on3 li a#gn3 {background-position: -260px -65px;}
nav#global ul#on4 li a#gn4 {background-position: -390px -65px;}
nav#global ul#on5 li a#gn5 {background-position: -520px -65px;}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border-top: 1px solid #e6d9c5;
	zoom:1;
}
section.bg {
	background: url(img/common_main_bg.gif) repeat-y 0 0;
}

section#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float: right;
	padding-top: 10px;
	width: 730px;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside#top {
	float: right;
	padding-top: 40px;
	width: 433px;
}

aside#lv2 {
	float: left;
	padding-top: 40px;
	background: #f7f4ec;
	padding-bottom: 10px;
	width: 212px;
}

/* side_bnr
---------------------------------------------------*/
aside#lv2 ul#side_bnr li {
	padding-bottom: 10px;
}



/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	height: 125px;
	background: url(img/common_footer_bg.gif) repeat-x 0 100%;
}
footer div {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 125px;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	float: left;
	margin-top: 22px;
}
footer ul li {
	display: block;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #6c6257;
	font-size: 10px;
}
footer ul li.nb { border: none;}

footer ul a:link,
footer ul a:visited,
footer ul a:hover,
footer ul a:active {
	color: #6c6257;
	text-decoration: none;
}
footer ul a:hover {
	color: #6c6257;
	text-decoration: underline;
}

/* pagetop
--------------------------------------------------------------------*/
footer div div#pagetop {
	clear: both;
	padding-top: 2px;
	background: none;
	width: 1000px;
	height: auto;
}
footer div div#pagetop img {
	float: right;
}
footer div div#pagetop:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* p
--------------------------------------------------------------------*/
footer p {
	float: right;
	padding-top: 23px;
	/padding-top: 15px;
	padding-right: 30px;
	line-height: 1;
	color: #ab9c97;
	text-align: right;
	font-size: 10px;
}



/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ws-n {white-space: nowrap;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}

strong.st {font-weight: bold;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  80%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}

.ml {margin: 20px;}
.ml_t {margin-top: 40px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}

.m_a {margin: 0px auto;}



/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 img {
	display: block;
}

/* aside
----------------------------------------------------------------*/

/* news
----------------------------------------------------------------*/
article#news {
	margin-top: 25px;
	width: 433px;
	height: 155px;
	background: url(img/common_bg_01.gif);
}
article#news div {
	margin-top: 10px;
	width: 433px;
	height: 100px;
	overflow: hidden;
	overflow-y: auto;
}
article#news div table {
	margin-left: 20px;
	width: 400px;
}
article#news div table th,
article#news div table td {
	padding: 5px 0;
	line-height: 1.4;
	font-size: 10px;
}
article#news div table th {
	background: url(img/common_line_02.gif) no-repeat 100% 50%;
	width: 70px;
	color: #5e3f1e;
	font-weight: normal;
}
article#news div table td {
	padding-left: 15px;
	color: #4d4236;
}

/* top_box
----------------------------------------------------------------*/
article#top_box {
	float: left;
	padding-top: 40px;
	margin-bottom: 20px;
	width: 540px;
	line-height: 1.6;
}

article#top_box p {
	padding-bottom: 25px;
}

article#top_box section#tel {
	background: url(img/top_tel.gif) no-repeat 0 0;
	width: 525px;
	height: 80px;
}
article#top_box section#tel h5 {
	padding-left: 20px;
	padding-top: 15px;
	letter-spacing: 1px;
	font-size: 11px;
}
article#top_box section#tel p {
	padding-left: 20px;
	letter-spacing: 1px;
	font-size: 10px;
}


article#top_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
----------------------------------------------------------------*/

/* pagetitle */
div#page_title {
	width: 100%;
	height: 170px;
	background: url(img/common_h2.jpg) no-repeat center;
}
div#page_title h2 {
	padding-top: 47px;
	/padding-top: 37px;
	color: #ffffff;
	text-align: center;
	font-size: 72px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
div#page_title h2 span {
	display: block;
	color: #ffffff;
	letter-spacing: 3px;
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}


/* h3 h4 p
----------------------------------------------------------------*/
article.box h3 {
	margin-bottom: 20px;
	padding-bottom: 13px;
	padding-left: 5px;
	border-bottom: 1px solid #e6d9c5;
	color: #44270f;
	line-height: 1.2;
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}

article.box h4 {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 14px;
	background:url(img/common_h4.gif) repeat-x 0 0;
	height: 26px;
	font-size: 14px;
}

article.box h5 {
	margin-bottom: 15px;
	padding: 2px 10px 0;
	border-left: 3px solid #34220d;
	line-height: 1.2;
	font-size: 14px;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	margin: 30px auto 0;
	width: 730px;
	zoom: 1;
}
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

article.box p {
	padding: 0 5px 25px;
	line-height:1.7;
}
article.box p.pb10 { padding-bottom: 10px;}

article.box p strong {
	color: #2e638d;
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}

article.box iframe {
	padding: 10px;
	background: url(img/common_bg_01.gif);
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	display:inline;
	margin-right: 20px;
}
figure.right {
	display:inline;
	padding-right: 7px;
	margin-left: 33px;
}

figure.border img {
	padding: 1px;
	border: 4px solid #e3e0d9;
}

figure.left figcaption {
	padding-top:5px;
	text-align:center;
	line-height:1.5;
	font-size: 11px;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-bottom: 15px;
	margin-left: 5px;
}
ul.normal li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(img/common_icon_01.gif) no-repeat 0 3px;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal  {
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px 20px 10px 30px;
	border: 1px solid #dedbd4;
}
ol.normal  li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-left: 5px;
}

dl.normal dt {
	margin-bottom: 7px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #aaaaaa;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.table1 {
	margin: 0 auto 15px;
	width: 720px;
	text-align: left;
}
table.table1 th,
table.table1 td {
	padding: 15px 10px;
	border-bottom: 1px dotted #c4b695;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}

table.table1 th {
	width: 130px;
}

table.table1 td ul { margin-left: 20px;}
table.table1 td li {
	list-style-type: disc;
	list-style-position: outside;
}

/*--------------------------------------------------------------------/
	qa
/--------------------------------------------------------------------*/
section.qa_box {
	margin: 15px auto 0;
	padding: 15px 15px 0;
	border: 4px solid #efe9db;
	width: 680px;
	zoom: 1;
}
article.box section.qa_box h4 {
	margin-bottom: 15px;
	padding-left: 40px;
	background: url(img/qa_h4_bg.gif) no-repeat 0 0 !important;
}
article.box section.qa_box p {
	padding-left: 90px;
	background: url(img/qa_a.gif) no-repeat 0 3px;
}


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
table.contact {
	margin: 0 auto 20px;
	width: 720px;
}
table.contact th,
table.contact td {
	padding: 5px 15px;
	border-bottom: 10px solid #f7f4ec;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
table.contact th {
	background: url(img/common_bg_01.gif);
	width: 200px;
}
table.contact td {
	width: auto;
}
table.contact span {
	padding: 0 5px;
	font-size: 11px;
}
table.contact th span {
	background: #b80804;
	color: #ffffff;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }

input,
textarea,
select { margin: 2px 0; padding: 1px; font-size: 12px;}

input.send {
	margin-left: 270px;
	margin-bottom: 40px;
}
strong#error {color:#b80804; font-size: 14px;}


/*--------------------------------------------------------------------/
	common_contact（各ページ下部お問い合わせボックス）
/--------------------------------------------------------------------*/
article#common_contact {
	margin-top: 40px;
	background: url(img/common_contact_bg.gif) no-repeat 0 0;
	width: 730px;
	height: 150px;
}
article#common_contact p {
	padding-top: 67px;
	padding-bottom: 26px;
	color: #44270f;
	line-height: 1.3;
	font-size: 13px;
}
article#common_contact a{
	margin-left: 542px;
}



/*--------------------------------------------------------------------/
	tool
/--------------------------------------------------------------------*/
div.ktI-T2 {
	margin: 30px auto 0;
	width: 730px;
	zoom: 1;
}
div.ktI-T2:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	写真右＋テキスト
/--------------------------------------------------------------------*/
div.ktI-T2 figure{
	float: left;
	width: 243px;
}
div.ktI-T2 figure img {
	display: block;
	margin: 0 auto;
	padding: 1px;
	border: 5px solid #dbd6cc;
}

div.ktI-T2 figcaption {
	padding: 10px 0 0;
	text-align: center;
	font-size: 11px;
}
