﻿@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
/**
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
*/

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #283FB7;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.gototop {
	text-align:right;
	margin:15px 30px;
}
.gototop a {
	text-decoration:underline;
	color:#283FB7;				
}
.gototop a:hover {
	text-decoration:underline;
	color:#FF0000;				
}
.clear {
	clear: both;
}

body {
	background: #fff url(img/page_bg_p.gif) repeat-x;
	text-align: center;
	font: 12px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	line-height:1.3;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  	position: relative;
}

#wrapper h1 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	padding-top: 8px;
	width: 414px;
	text-align: center;
	background: #162366;
	color: #EEEEEE;
	font: 13px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-weight: normal;
}

#wrapper h1 a {
	font-weight: normal;
	font: 13px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
    color: #EEEEEE;
	text-decoration:none;
}
#top-nav {
    position: absolute;
    top: 15px;
    left: 414px;
    width: 266px;
    height: 269px;
    background: #283fb7 bottom left url(img/header02.jpg) no-repeat;
}
#top-nav ul {
    text-align: center;
    line-height: 32px;
}
#top-nav li {
    display: inline;
    /*font-size: 13px;*/
    color: #FFFFFF;
}
#top-nav a {
    font: 13px  "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#top-nav a:hover {
    text-decoration: underline;
	color:#FF0000;
}

#address {
    background: url(img/address_p.gif) no-repeat;
    position: absolute;
    top: 46px;
    left: 680px;
    width: 48px;
    height: 238px;
}
#header {
    position: absolute;
    top: 89px;
    left: 0px;
    width: 414px;
    height: 195px;
}

/*----------------------------------------- body ------------------------------------------*/
#spacer {
    height: 285px;
}

#body {
    background: url(img/body_bg_s.gif) repeat-y;
    width: 100%;
}

#contents {
    width: 728px;
}

/*
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
    float: left;
    width: 102px;
    height: 32px;
    text-align: center;
    font: bold 13px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	line-height:30px;
    border-left: 1px solid white;    
	border-bottom: 3px solid #162366;
    list-style: none;
}
#nav .bar {
	width:315px;
	height:16px;
	background-color:#283fb7;
	border-bottom: 3px solid #162366;
	padding-top:8px;
	padding-bottom:8px;
}

#nav a {
	display:block;
    color: #ffffff;
    text-decoration: none;
	height:100%;
	background:url(img/bg1_p.gif) repeat -20px 35px;
}

#nav li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}
*/

#visit {
    background: #FFFFFF;
    padding: 15px 40px 14px 36px;
	height:190px;
}
.service_navi a {
	border-left:solid 5px;
	color:#283fb7;
	padding-left:3px;
}
.service_navi a:hover {
	color: #FF0000;
}
#left {
    float: left;
    width: 120px;
}
#left ul {
	margin: 8px 0;
	list-style: none;
}
#left li {
	padding-bottom:8px;
}
#right {
    float: right;
    width: 532px;
}

#visit h2,big2 {
    font: bold 18px "Trebuchet MS", serif, Helvetica;
    padding:8px;
	line-height:1.3;
	letter-spacing:1.5;
}
.big {
	font-size:28px;
}
.big2 {
	font-size:32px;
}
.bigb {
	font-size:26px;
	line-height:0.8;
}
#visit h3 {
    font: 12px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-weight:normal;
	line-height:1.5;
	padding:8px;
}
#visit a {
    text-decoration: none;
}
#visit a:hover {
    text-decoration: underline;
}
#visit img{
	margin:0 auto;
	text-align:center;
}

/*------------------------------------------------- contents ------------------------------------------*/
#subs-p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 22px;
	text-align:center;
}

#subs-p a {
    /* color: #fff; */
}
#subs-p {
    /* color: #fff; */
}

.Exp {
	width:80%;
	margin-left:25px;
	margin-bottom:35px;
	padding:5px;
	text-align:left;
	display:block;
	line-height:1.6;
}

#subs-p h3 {
    font: 16px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
}
#subs-p h4 {
    color: #FFFFFF;
    font: 14px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-weight:bold;
    background-color:#283fb7;
    padding:15px;
    text-align:center;
}
#subs-p h5 {
    font: 13px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-weight:normal;
	color:#464544;
	width:240px;
	font-weight:bold;
	border-left:solid 7px #283fb7;
	border-bottom:dotted 1px #283fb7;
    padding-left:3px;
	margin:15px 0 12px 20px;
	text-align:left;
}

#subs-p .iei {
    color: #FFFFFF;
    font: 13px "Century Gothic", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-weight:bold;
    background-color:#333333;
    padding:4px;
    text-align:center;
    margin-bottom:30px;
}
/*------------------------------------------------- box ------------------------------------------*/

.box01{
	padding-top: 25px;	
	padding-bottom: 20px;
}
.box01-left {
    float: left;
    width: 300px;
	height:240px;
	text-align:left;
	margin:0 auto;
}
.box01-center {
    float: left;
    width: 40px;
	height:240px;
	text-align:center;
	background:url(img/arrow01.gif) no-repeat 50% 50%;
	margin:auto 13px;
}
.box01-right {
    float: right;
    width: 300px;
	height:240px;
	text-align:left;
	margin:0 auto;
	font-weight:bold;
}


.box02{
	padding-bottom: 20px;
	text-align:center;
}
.box02-left {
    float: left;
    width: 300px;
	height:314px;
	text-align:center;
	margin:0 auto;
}
.box02-center {
    float: left;
    width: 40px;
	height:314px;
	text-align:center;
	background:url(img/arrow01.gif) no-repeat 50% 50%;
	margin:auto 13px;
}
.box02-right {
    float: left;
    width: 225px;
	height:314px;
	text-align:left;
	margin:0 34px;
	font-weight:bold;
}
.box03{
	margin-bottom: 20px;
}

.box03-left {
    float: left;
    width: 240px;
	height:330px;
	text-align:center;
	margin:0 auto;
}
.spaceg{
	width:240px;
	height:30px;
	margin:auto;
}

.box03-center {
    float: left;
    width: 40px;
	height:330px;
	text-align:center;
	background:url(img/arrow01.gif) no-repeat 50% 50%;
	margin:auto 13px;
}
.box03-right {
    float: right;
    width: 350px;
	height:263px;
	text-align:center;
	margin:33px auto;
	font-weight:bold;
}

.text-box{
	text-align:left;
	width:640px;
	margin:auto;
	display:block;
}

#text-box{
	text-align:left;
	width:640px;
	height:auto;
	margin:auto;
	border:1px dotted #464544;
}

.text-box-left {
    float: left;
	text-transform:uppercase;
	line-height:1.6;
    width: 320px;
	text-align:left;
	margin:auto;
	padding-bottom:40px;
}
.text_none{
	text-transform:none;
}

.text-box-left a {
	color:#283fb7;	
	text-align:right;
}
.text-box-left a:hover {
	color: #FF0000;
}
.text-box-right {
    float: right;
    width: 240px;
	text-align:left;
	line-height:1.6;
	padding:5px 10px 15px 20px;
	margin:0 20px 20px 0;
	border:1px dotted #bbbbbb;
	/*background-color:#ddefff;*/
}
.text-box-right dt{
	font-weight:bold;
	line-height:1.3;
	padding:10px 0;
}
.text-box-right dd{
	text-indent:20px;
}
.text-box-right .price{
	padding-left:40px;
	font-size:25px;
	font-weight:bold;
	/*padding-bottom:10px;*/
}
.textbold{
	font-weight:bold;
	margin:15px 0;
}
.faq {
	text-align:center;
	margin:20px auto;
}
.whiteb{
	background-color:#FFFFFF;
	/*padding:50px 0;*/
}
.box02-centerb {
    float: left;
    width: 40px;
	height:333px;
	text-align:center;
	background:url(img/arrow02.gif) no-repeat 50% 50%;
	margin:auto 13px;
}
.text-boxb{
	text-align:left;
	font-size:13px;
	line-height:1.7;
	width:600px;
	margin:auto;
	padding-bottom:60px;
}

.text-boxb-right {
    float: right;
	line-height:1.6;
    width: 320px;
	text-align:right;
	padding:30px 0;
}

.text-boxb2-right {
    float: right;
	line-height:1.6;
    width: 240px;
	text-align:left;
	padding:20px 20px;
	/*-moz-border-radius: 20px;
    border: 1px solid #666666;*/
	margin:10px 0 30px 0;
}
.iei-price{

}
/*-----------------------------------------------------------------------------------------------------*/

.red{
	color:#FF0000;
}
.icon01{ 
	padding-top:3px;
	padding-left: 25px;
	padding-bottom: 14px;
 	background: 8px 2px url(img/icon_p.png) no-repeat;
	line-height:1.5;
	font-size:12px;
	font-weight:bold;
}
.icon01_left01{ 
	padding-top:3px;
	padding-left: 25px;
 	background: 8px 2px url(img/icon_p.png) no-repeat;
	line-height:1.5;
	font-size:12px;
	font-weight:bold;
}

.icon_b{ 
	padding-top:3px;
	padding-left: 25px;
	padding-bottom: 14px;
 	background: 8px 2px url(img/icon_b.gif) no-repeat;
	line-height:1.5;
	font: 14px sans-serif,verdana, 'lr oSVbN', Osaka;
	font-weight:bold;
}

#subs-p p {
    text-align: justify;
    margin-top:10px;
}

/*------------------------------------------------------------*/
#f_menu {
	clear: both;
	padding: 10px;
	border-top:solid 1px #999999;
	text-align:left
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #999999;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
	white-space: nowrap;
}

/*-------------------------------------------------------------*/


/** footer **/
#copyright {
    background: #283fb7;
    color: #fff;
    text-align: center;
    font-size: 11px;
    float: right;
    width: 315px;
    padding: 10px 0;
    margin-bottom: 20px;
}
#copyright a {
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#copyright p {
    margin: 0;
    padding: 0;
}
#access {
	position:absolute;
	text-indent: -9999px;
}