@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 {
	line-height: 1;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #3b3b3b;
}
body#top { background:url(img/bg.gif) top center repeat-x;}
body#lv2 { background:url(img/bg_lv2.gif) top center no-repeat;}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#0d9fc8;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/

section#main,
header {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	position:relative;
	background: url(img/bg_header.gif) no-repeat;
	height:100px;
}
header h1 {
	float: left;
	padding-left:0px;
	padding-top:15px;
	color: #aaaaaa;
	line-height: 1.2;
	font-size: 10px;
	font-weight: normal;
}
header div#logo a {
	position:absolute;
	top:34px;
	left:5px;
	width: 321px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
}
header div#h_contact{
	position:absolute;
	top:60px;
	right:0px;
	width:205px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}

header div#h_company{
	position:absolute;
	top:56px;
	left:337px;
	width:82px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

header div#h_sitemap{
	position:absolute;
	top:56px;
	left:419px;
	width:99px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
/* Basic code - don't modify */
 
ul#navigation{
	display: block;
	margin:0 auto 0;
	padding: 0;
	position: relative;
}
ul#navigation li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#navigation a{display: block;}
ul#navigation ul{
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding:0;
}
* html #navigation ul{ line-height: 0;} /* IE6 "fix" */
ul#navigation ul a{zoom: 1;} /* IE6/7 fix */
ul#navigation ul li{float: none;}
ul#navigation ul ul{top: 0;}
    
/* Essentials - configure this */

ul#navigation ul{width: 157px;}

/* Everything else is theming */

ul#navigation{
	height: 69px;
	width:960px;
}
ul#navigation *:hover{background-color: none;}
ul#navigation a{
	color: white;
	line-height: 1;
}
ul#navigation li#gn1,
ul#navigation li#gn2,
ul#navigation li#gn3,
ul#navigation li#gn4{
	margin:0;
	padding:0;
}
ul#navigation li#gn1{width:240px; left:0;}
ul#navigation li#gn2{width:240px; left:0;}
ul#navigation li#gn3{width:240px;left:0;}
ul#navigation li#gn4{width:240px;left:0;}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	zoom:1;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float:left;
	width: 690px;
}
div#contents img { display: block;}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float: right;
	width: 240px;
}
aside img { display: block;}


div#area{
	background:url(img/bg_area.gif) no-repeat;
	width:240px;
	height:182px;
	margin-bottom:15px;
}
div#area p{
	font-size:10px;
	padding:50px 0px 0px 15px;
	line-height:1.5;
}
div#s_company{
	padding:10px;
	margin-bottom:15px;
	border:solid 2px #6fe0ff;
	margin-top:3px; 
}
div#s_company div#c_bt{
	width:167px;
	height:36px;
	margin:10px auto;
}
div#s_company p{
	font-size:10px;
	line-height:1.8;
}

/* side_bnr
---------------------------------------------------*/
aside ul#side_bnr{
	margin-bottom:15px;
}

aside ul#side_bnr li {
	width: 240px;
	margin-bottom:5px;
}
aside ul#side_bnr02 li {
	width: 240px;
	margin-bottom:15px;
}

/* aised_navi
---------------------------------------------------*/
article#aside_navi {
	margin-bottom: 15px;
	width: 220px;
}
article#aside_navi li a:link,
article#aside_navi li a:visited {
	display: block;
	padding: 10px 10px 8px 25px;
	border-left: 1px solid #1964b5;
	border-right: 1px solid #1964b5;
	border-bottom: 1px solid #1964b5;
	background:#51a6ff url(img/common_icon_05.gif) no-repeat 10px 12px;
	font-size: 12px;
	text-decoration: none;
	color: #0c3c7d;
}
article#aside_navi li a:hover {
	color: #fff;
}

/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	background: url(img/bg_footer.gif) repeat;
}
footer div#footer {
	clear:both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 139px;
	background:url(img/f_logo.gif) right 20px no-repeat;
}

/* list
--------------------------------------------------------------------*/
footer ul.item {
	float: left;
	margin-top: 20px;
	margin-right: 40px;
}
footer ul.item li {
	font-size:10px;
	display: block;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(img/common_icon_01.gif) no-repeat left 0px;
	text-align: left;
}
footer ul.item li.se {
	font-size:10px;
	display: block;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(img/common_icon_02.png) no-repeat left center;
	text-align: left;
}

footer ul.item a:link,
footer ul.item a:visited,
footer ul.item a:hover,
footer ul.item a:active {
	color: #4c4e48;
	text-decoration: none;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active{
	color:#4c4e48;
}
footer a:hover,
footer ul.item a:hover {
	color: #0d9fc8;
	text-decoration: underline;
}
footer p {
	position:absolute;
	bottom:40px;
	right:0px;
	line-height: 1.5;
	text-align: left;
	font-size: 10px;
	color:#fff;
}
footer a.link {
	position:absolute;
	bottom:10px;
	right:0px;
	line-height: 1.5;
	text-align: right;
	font-size: 10px;
}

/* pagetop
--------------------------------------------------------------------*/
footer div#footer div#pagetop {
	position:absolute;
	top:-25px;
	right:15px;
	width: 112px;
	height: 19px;
}


/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	display: block;
	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;}
.ws-n {white-space: nowrap;}
span.at{ font-size:16px; color:#2f8ede; font-weight:bold; line-height:2.0; }
span.at02{ font-size:25px; color:#ec6363; font-weight:bold; line-height:1.8; }
span.at03{ font-size:18px; font-weight:bold; line-height:1.8; }
span.at04{ font-size:14px; color:#ec6363; font-weight:bold; line-height:0;}


/* 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: 20px;}
.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;}
.ml15 {margin-left:15px; margin-bottom:15px;}

.mt-40{ margin-top:-40px;}
.mt-50{ margin-top:-50px;}
.mt-60{ margin-top:-60px;}

.mr20{ margin-right:20px;}

.m_a {margin: 0px auto;}
.mb8{ margin-bottom:8px;}
.mb0{ margin-bottom:0px!important;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.common_m{ margin:0 auto 15px;}

.border{ border: solid 2px #CCCCCC;}

/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 {
	margin:0 auto 30px;
	width: 960px;
	height:443px;
}
div#lv2_h2 {
	margin:0 auto 10px;
	width: 960;
	height:313px;
}
div#top_h2 img{
	margin:0 auto;
}

ul#cg{
	width:690px;
	margin-bottom:20px;
}
ul#cg li {
	float: left;
	margin-bottom:10px;
	height: 93px;
}
ul#cg li#cg01 { width: 340px; margin-right:10px; background:url(img/top_banner_01.gif) no-repeat;}
ul#cg li#cg02 { width: 340px; background:url(img/top_banner_02.gif) no-repeat;}
ul#cg li#cg03 { width: 340px; margin-right:10px; background:url(img/top_banner_03.gif) no-repeat;}
ul#cg li#cg04 { width: 340px; background:url(img/top_banner_04.gif) no-repeat;}
ul#cg li#cg05 { width: 340px; margin-right:10px; background:url(img/top_banner_05.gif) no-repeat;}
ul#cg li#cg06 { width: 340px; background:url(img/top_banner_06.gif) no-repeat;}

ul#cg li p{
	padding:58px 80px 0px 20px;
	line-height:1.6;
}
ul#cg li a {
	width:340px;
	height:93px;
	display:block;
	text-decoration:none;
	font-size:12px;
	color: #3d3d3d;}
ul#cg li a:hover {
	text-decoration:none;
	background-color:#FFF;
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
}
ul#cg:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#bg_yomoyama{
	clear:both;
	width:690px;
	height:353px;
	background:url(img/bg_yomoyama.gif) no-repeat;
}
div#bg_yomoyama p{
	padding:90px 30px 0;
	line-height:2.0;
}

div#bg_yomoyama img.right{
	float:right;
	margin:90px 20px 15px 15px;
	padding:3px;
	background:#fff;
	border: dotted 1px #16bff6;
}
div#bg_yomoyama img{
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
----------------------------------------------------------------*/
/* pagetitle */
div#page_title {
	margin:0 auto 15px;
	width: 960px;
	height: 313px;
	background: url(img/bg_h2_02.jpg) center no-repeat;
}
div#page_title h2 {
	padding:110px 0 0 20px;
	text-align:left;
	color: #fff;
	font-size:45px;
	font-weight:bold;
	line-height:0.8;
	text-shadow: 1px 1px 3px #076d99;
}
div#page_title h2 span{
	text-align:right;
	color: #fff;
	font-size: 12px;
	font-weight:normal;
	font-family:メイリオ,Meiryo;
}
div.pane{
	border:solid 2px #dff3ff;
	padding:10px;
	margin-bottom:20px;
	background-color:#f5fbff;
}
div.pane:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* page_navi
----------------------------------------------------------------*/
ul#page_navi {
	text-align:left;
	margin:0 auto 10px;
	width: 960px;
	font-size: 10px;
}
ul#page_navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#page_navi li {
	display:  inline;
}

/* h3 h4 p
----------------------------------------------------------------*/
h3.normal {
	margin-bottom: 15px;
	padding-top:20px;
	padding-left: 20px;
	background:url(img/bg_h3.gif) no-repeat 0 0;
	height: 38px;
	color:#fff;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
}
h3.flow {
	margin-bottom: 15px;
	padding-top:17px;
	padding-left: 25px;
	background:url(img/bg_h3_flow.gif) no-repeat 0 0;
	height: 38px;
	color:#fff;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}
h3.normal span{
	color:#f46618;
}
article.box h4 {
	clear: both;
	margin-bottom: 15px;
	color:#000;
	padding:13px 0 11px 19px;
	border:solid 1px #ededed;
	font-size: 15px;
	font-weight:bold;
	background:#fff url(img/bg_h4.gif) no-repeat 6px 6px;
}
article.box h4.normal {
	clear: both;
	margin-bottom: 15px;
	padding:7px 0 5px 15px;
	color: #fff;
	background-color: #fea700;
	font-size: 16px;
	font-weight:normal;
}
article.box h4 span{
	color: #fff;
	padding-right:15px;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
}
article.box h5 {
	clear: both;
	margin-bottom: 15px;
	padding:7px 0 5px 15px;
	font-size: 12px;
	font-weight:bold;
	border-bottom:dotted 1px #666666;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	margin-bottom: 20px;
	width: 690px;
	zoom: 1;
}
article.box2 {
	margin-bottom: 20px;
	margin-top: -20px;
	width: 690px;
	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,
article.boxbottom p {
	padding: 0 10px 15px;
	line-height:1.9;
}
article.box p strong,
article.boxbottom p strong {
	color: #e94b4b;
}
article.box iframe,
article.boxbottom iframe {
	padding: 7px;
	border: 3px solid #e8e8e8;
	background:#fff;
	margin-left:5px;
}
small{
	font-size:10px;
	margin:10px 0 20px 10px;
	line-height:1.8;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.right{
	float:right;
	margin:0px 10px 15px 20px;
}
figure.right img{
	border: dotted 2px #16bff6;
	padding:3px;
	background:#fff;
}
figure.left{
	float:left;
	margin:0px 0px 15px 10px;
}
figure.left img{
	border: solid 3px #e6e6e6;
	padding:0px;
}


figure.left02{
	clear:both;
	float:left;
	margin:0px 20px 15px 10px;
}
figure.left02 img{
	border: dotted 2px #16bff6;
	padding:3px;
	background:#fff;
}

figure.left02 figcaption{
	clear:none;
	padding:10px 0 0;
	font-size:10px;
	text-align:center;
}
figure.left02 figcaption strong{
	font-size:14px;
	font-weight:bold;
}






figure.left_3 {
	float:left;
	display:inline;
	margin:0px 0px 15px 0px;
}
figure.right_3 {
	float:right;
	display:inline;
	margin:0px 0px 15px 0px;
}
figure.left_3 img,
figure.right_3 img{
	border: solid 5px #e9e9e9;
}
figure.left_3 figcaption,
figure.right_3 figcaption {
	padding-top: 7px;
	text-align:center;
	line-height:1.5;
	font-size: 12px;
}

figure.left figcaption {
	padding-top: 7px;
	text-align:center;
	line-height:1.5;
	font-size: 11px;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 12px;
	margin-bottom:15px;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/common_icon_04.png) no-repeat 0 2px;
	line-height: 1.5;
}
ul.list01 {
	margin-left: 12px;
}
ul.list01 li {
	width:300px;
	float:left;
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/common_icon_04.gif) no-repeat 0 5px;
	line-height: 1.5;
}
ul.flow{
	margin-bottom:15px;
	width:380px;
}
ul.flow li.at{
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
ul.flow li {
	margin-bottom: 3px;
	padding-bottom:5px;
	line-height: 1.8;
	border-bottom: dotted 1px #333333;
}


/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	padding:10px 10px 0;
}

dl.normal dt {
	margin-bottom: 5px;
	color: #0aa4d6;
	font-size: 13px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-left: 5px;
	line-height: 1.8;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/

table.table1 {
	margin: 0 auto 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 678px;
	text-align: left;
}
table.table1 th,
table.table1 td {
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	line-height: 1.5;
}

table.table1 th {
	background:#68d3ff;
	color:#031b90;
	width: 140px;
	font-weight:normal;
}
table.table1 td {
	background-color:#dff3ff;
}

table.table2 {
	float:right;
	margin: 0 10px 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 420px;
	text-align: left;
}
table.table2 caption{
	text-align:left;
	padding:10px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#7ed909;
}
table.table2 th,
table.table2 td {
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	line-height: 1.5;
}

table.table2 th {
	background:#bee434 url(img/bg_th.gif) repeat;
	color:#5d740b;
	width: 80px;
	font-weight:normal;
}
table.table2 td {
	background-color:#f7ffda;
}


table.table3 {
	margin: 0 auto 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 678px;
	text-align: left;
	background-color:#f5fbff;
}
table.table3 th,
table.table3 td {
	padding: 20px 20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	line-height: 1.5;
}

table.table3 th {
	background:#bee434 url(img/bg_th.gif) repeat;
	color:#5d740b;
	width: 150px;
	font-weight:bold;
	font-size:20px;
	border:solid 3px #dff3ff;
}
table.table3 td {
	background:;
	font-weight:bold;
	font-size:45px;
	color:#c60a0a;
	border:solid 3px #dff3ff;
	text-shadow: 1px 1px 3px #ff4500;
	
}
table.table3 td span{
	font-weight:bold;
	font-size:14px;
}

table.table3 td span.at04{
	font-weight:bold;
	font-size:12px;
	text-shadow:none;
}


/*--------------------------------------------------------------------/
	flow
/--------------------------------------------------------------------*/

div.flow{
	background:#f6fcff;
	padding:15px;
	border: dotted 2px #ededed;
	margin:0 auto 10px;
	width:656px;
}
div.flow:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.flow div.center02{
	margin-top:10px;
	margin-left:10px;
	width:350px;
	text-align:center;
	padding:15px;
	background:;
}
div.flow figure.right{
	float:right;
	margin:-40px 10px 0px 20px;
}
div.flow figure.right img{
	border: dotted 2px #16bff6;
	padding:2px;
	background:#fff;
}

div.flow p{
	line-height:1.8;
	padding:0px 10px;
}
div.flow_y{
	width:57px;
	height:44px;
	margin:0px auto 10px;
}

/*--------------------------------------------------------------------/
	qa
/--------------------------------------------------------------------*/
article.box.faq h4 {
	width:652px;
	height:26px;	
	margin-left:auto;
	margin-right:auto;
	padding-left:38px;
	background:url(img/faq_h4.gif) no-repeat;
	padding-top:13px;
	padding-bottom:0px;
	margin-bottom:10px;
}
article.box.faq p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	padding:18px 40px 18px 20px;
	background:#f7ffda url(img/faq_p.gif) no-repeat bottom right;
	border-bottom:solid 1px #a3c81e;
	color:#682319;
}
article.box.faq p.none {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background:none;
	border-bottom:none;
	color:#797979;
	padding: 0 20px 15px;
	line-height:1.8;
}


/*--------------------------------------------------------------------/
	sitemap
/--------------------------------------------------------------------*/
ul#sitemap{margin:20px 5px 15px 5px;}
ul#sitemap li{
	border-bottom: dotted 1px #00CCFF;
	font-size:14px;
	font-weight:bold;
}
ul#sitemap li a{
	display:block;
	padding:15px 10px 15px 45px;
	width:625px;
	background:url(img/sitemap_bg_li.png) no-repeat 15px 12px;
}
ul#sitemap a:link   {text-decoration: none;}
ul#sitemap a:visited{text-decoration: none;}
ul#sitemap a:hover  {text-decoration: underline;}
ul#sitemap li a:hover {
	background:#edf8ff url(img/sitemap_bg_li.png) no-repeat 15px 12px;
	text-decoration: none;
	color: #0b9ccb;
	text-decoration: underline;
	width:625px;
}



/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
div#contact_bt{ margin-bottom:20px;}
div#contact_bt02{ width:670px; margin:0 auto;}
table.table1 span {
	padding: 0 5px;
	font-size: 11px;
}
table.table1 b{
	color:#FF6600;
}
table.table1 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:15px;
}
strong#error {color:#fb190e;}

/*--------------------------------------------------------------------/
	common_contact（各ページ下部お問い合わせボックス）
/--------------------------------------------------------------------*/
article#common_contact {
	margin-top: 25px;
}

/*--------------------------------------------------------------------/
	back
/--------------------------------------------------------------------*/
div#back {
	margin-bottom: 30px;
}
div#back a:link,
div#back a:visited {
	padding: 3px 15px 2px 20px;
	background: #333;
	background: -moz-linear-gradient(top,  #333 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333 0%,#000 100%); /* IE10+ */
	background: linear-gradient(top,  #333 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #000;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}





article#move{
	position:relative;
	clear:both;
	background:url(img/bg_move.jpg) no-repeat;
	width:690px;
	height:300px;
	margin-bottom:25px
}
article#move iframe{
	position: absolute;
	top:88px;
	left:10px;
	width:330px;
	height:190px;
}
article#move p{
	position:absolute;
	top:88px;
	left:360px;
	right:15px;
	line-height:1.8;
}
article#move div#bt{
	position:absolute;
	bottom:20px;
	left:10px;
	width:249px;
	height:29px;
	
}