@charset "utf-8";

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

common.css

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

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

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


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-collapse:collapse;
}
hr{
	border-width:0px;
	border-top: none;
	height:2px
}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color: #018beb;
	outline:none;
}

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


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	background: #053896;
	text-align: center;
	font-size: 12px;
	color: #21201c;
}
div#wrapper{
	width: 100%;
	background: url(img/common_bg_wrapper.gif) repeat-x top;
	text-align: left;
}


/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
div#header{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height: 70px;
	background: url(img/common_bg_header.gif) no-repeat;
}
div#header h1{
	float:right;
	padding-top:10px;
	padding-right:15px;
	text-align: right;
	line-height: 1;
	font-size: 10px;
	color:#1f335a;
}
div#header div#logo a{
	float: left;
	display: block;
	margin-top:10px;
	width: 225px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
}


/* primary navigation
--------------------------------------------------------------------*/
div#primary{
	position:absolute;
	top:32px;
	right:0;
	display:inline;
	width:174px;
	height:20px;
	background: url(img/common_bg_primary.gif) no-repeat;
}
div#primary li,
div#primary li a{
	display: inline;
	float: left;
	width: 87px;
	height: 20px;
	outline: none;
	text-indent: -9999px;
}
#pn1 a{background-position: 0 0;}
#pn2 a{background-position: -87px 0;}
div#primary ul li a:hover{background-image: url(img/common_bg_primary_over.gif);}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
div#navigation{
	width:100%;
	height:64px;
	background:url(img/common_bg_navigation.gif) repeat-x bottom;
}
div#navigation ul{
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	height: 64px;
	background: url(img/common_bg_navigation-ul.gif) no-repeat;
}
div#navigation ul li,
div#navigation ul li a{
	display: inline;
	height: 64px;
	outline: none;
	text-indent: -9999px;
}
#gn1 a{
	float: left;
	width:125px;
	background-position: 0 0;
}
#gn2 a{
	float: left;
	width:220px;
	background-position: -125px 0;
}
#gn3 a{
	float: left;
	width:195px;
	background-position: -345px 0;
}
#gn4 a{
	float: left;
	width:150px;
	background-position: -540px 0;
}
#gn5 a{
	float: left;
	width:160px;
	background-position: -690px 0;
}
div#navigation ul li a:hover{background-image: url(img/common_bg_navigation-ul_over.gif);}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main{
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	background:#ffffff;
}
div#inner{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	width:810px;
}
div#inner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#contents{
	float:right;
	margin-top:-20px;
	width:580px;
}
div#sidebar{
	float:left;
	width:210px;
}

/* contents
--------------------------------------------------------------------*/
div#contents a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* box */
div.box{width:580px;}
div.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/* sidebar
--------------------------------------------------------------------*/
div#sidebar a img{margin-bottom:10px;}
div#sidebar a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
div#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 160px;
	background:url(img/common_bg_footer.gif) no-repeat top;
}

/* pagetop */
div#footer a img{
	display: inline;
	float: right;
	margin-top: 11px;
	margin-right: 20px;
}
div#footer a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* list */
div#footer ul{
	float: left;
	margin-top: 30px;
	margin-right: 0;
	padding: 5px 15px 5px 0;
}
div#footer ul.nb{border-right: none;}
div#footer ul li{
	padding-top: 3px;
	padding-left: 25px;
	background: url(img/common_bg_footer-li.gif) no-repeat top left;
	text-align: left;
}
div#footer ul li ul{
	margin-top: -5px;
	margin-left: -25px;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: none;
	background-image: none;
	border-right: none;
}
div#footer ul li ul li{
	padding-left: 25px;
	padding-bottom: 1px;
	background: url(img/common_bg_footer-li-li.gif) no-repeat top left;
	font-weight: normal;
}
div#footer a:link   {text-decoration: none;}
div#footer a:visited{text-decoration: none;}
div#footer a:hover  {text-decoration: underline;}
div#footer a:active {text-decoration: underline;}
div#footer a:link,
div#footer a:visited,
div#footer a:active {color:#f0f1f6;}
div#footer a:hover{color:#ffffff;}
#footer address{
	position: absolute;
	top: 65px;
	right: 13px;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	color:#ffffff;
	line-height: 1.6;
}
#footer p{
	position: absolute;
	top: 105px;
	right: 10px;
	color: #6496f2;
	font-size: 10px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
}


/*--------------------------------------------------------------------/
	07.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.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;}
.inline{display:inline;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
strong{color: #db0b0b;}

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

/* size */
.fs_s{font-size: 80%;}
.fs_m{font-size: 100%;}
.fs_l{font-size: 120%;}

/* 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: 10px;}
.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;}

.m_a{margin:0px auto;}


/* pagetop */
div.pagetop{
	margin-top: 50px;
	height: 10px;
}
div.pagetop img{
	display: inline;
	float: right;
	margin-right: 5px;
}


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

/* main flash */
div#mainfla{
	position:relative;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:370px;
	background:url(img/top_bg_mainfla.gif) no-repeat;
}
div#mainfla div{
	position:absolute;
	top:10px;
	left:10px;
	width:830px;
	height:350px;
}

/* news */
div#news{
	margin-bottom:15px;
	width:210px;
	height:220px;
	background:#ffeded;
	overflow:auto;
}
div#news table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
div#news th{
	padding-top:5px;
	font-size: 11px;
	font-weight:bold;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#88130d;
	text-align:left;
}
div#news td{
	padding-bottom:5px;
	border-bottom:solid 1px #e5cece;
	font-size:10px;
	color:#2a0202;
}

/* tbox */
div#tbox{
	margin-top:20px;
	width:580px;
	height:266px;
	background:url(img/top_bg_tbox.gif) no-repeat;
}
div#tbox div.left{width:335px;}
div#tbox p{padding:15px 5px 15px 10px;}
div#tbox a img{
	display:inline;
	margin-left:10px;
}
div#tbox ul{
	width:245px;
	height:231px;
	background:url(img/top_bg_tbox-ul.gif) no-repeat;	
}
div#tbox ul li{
	outline: none;
	text-indent: -9999px;
}

/* program */
div#program{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:335px;
	height:180px;
	background:url(img/top_bg_program.gif) no-repeat right;
}
div#program img{float:left;}
div#program a img{margin-top:20px;}

/* top bnr */
.tbnr{
	display:inline;
	float:left;
	margin-left:15px;
	padding-top:5px;
}


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

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

/* h2 */
h2 img{
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

/* local navigation */
div#local{
	margin-bottom:15px;
	width:210px;
	height:100px;
	background:url(img/common_bg_local.gif) no-repeat;
}
div#local ul li,
div#local ul li a{
	display: block;
	width: 210px;
	height: 50px;
	outline: none;
	text-indent: -9999px;
}
#ln1 a{background-position: 0 0;}
#ln2 a{background-position: 0 -50px;}
div#local ul li a:hover{background-image: url(img/common_bg_local_over.gif);}

/* topic path */
ul#topic-path{
	margin-bottom: -20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	height: 20px;
	text-align: left;
	font-size: 10px;
	text-align: right;
}
ul#topic-path:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#topic-path li{
	display: inline;
	padding-left: 3px;
	line-height: 16px;
}
ul#topic-path li a{
	padding-right:10px;
	background:url(img/common_tp-arrow.gif) no-repeat right center;
}

/* box */
div.box{width: 580px;}
div.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.box h3{
	margin-top: 30px;
	padding-top:3px;
	padding-bottom:5px;
	background: url(img/common_bg_h3.gif) no-repeat left;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #0a1036;
}
div.box h4{
	clear: both;
	margin-top: 18px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	background: url(img/common_bg_h4.gif);
	border:solid 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height:25px;
}
div.box p{
	padding: 12px 15px 0 15px;
}
.box hr{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border: none;
	background:url(img/common_bg_hr.gif)
}


/* ob bottom btn */
div#obbottom{
	margin-top:25px;
	width:580px;
	height:130px;
	background-image:url(img/ob_bg_obbottom.gif)
}
div#obbottom h3{}
div#obbottom a img{
	display:inline;
	float:left;
	margin-left:22px;
	margin-top:5px;
}


/* open business
--------------------------------------------------------------------*/

/* business */
dl#business{
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:22px;
	background-image:url(img/ob_bg_dl.gif);
	border:solid 1px #c8c7c1;
}
dl#business dt{
	margin-top:10px;
	margin-left:22px;
	padding-top:2px;
	padding-right:15px;
	padding-left:32px;
	font-size:16px;
	font-weight:bold;
	color:#040e23;
	line-height:30px;
}
dl#business dt#no1{background:url(img/ob_bg_dt_01.gif) no-repeat left center;}
dl#business dt#no2{background:url(img/ob_bg_dt_02.gif) no-repeat left center;}
dl#business dt#no3{background:url(img/ob_bg_dt_03.gif) no-repeat left center;}
dl#business dt#no4{background:url(img/ob_bg_dt_04.gif) no-repeat left center;}
dl#business dd{
	margin-left:22px;
	padding:0 20px 0 30px ;
}
dl#business dd em{
	font-weight:bold;
	font-style:normal;
	color:#1ea5ea;
}

/* merit */
dl#merit dt{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding-right:15px;
	padding-left:42px;
	background:url(img/ob_bg_merit-dt.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	color:#be1414;
	line-height:30px;
	border-bottom:dotted 1px #d9d9d8;
}
dl#merit dd{
	padding:10px 18px 5px 18px;
}

/* back up p */
div.box p#bu{
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	padding:15px;
	background-image:url(img/ob_bg_p-bu.gif);
	border:solid 2px #079ce9;
	font-size:15px;
	color:#ffffff;
}


/* flow
--------------------------------------------------------------------*/
dl#flow{
	margin:15px 10px 5px 10px;
	padding-top:5px;
	padding-bottom:22px;
	background-image:url(img/ob_bg_dl.gif);
	border:solid 1px #c8c7c1;
}
dl#flow dt{
	margin-top:10px;
	margin-left:22px;
	padding-top:2px;
	padding-right:15px;
	padding-left:32px;
	font-size:16px;
	font-weight:bold;
	color:#040e23;
	line-height:30px;
}
dl#flow dt#no1{background:url(img/ob_bg_dt_01.gif) no-repeat left center;}
dl#flow dt#no2{background:url(img/ob_bg_dt_02.gif) no-repeat left center;}
dl#flow dt#no3{background:url(img/ob_bg_dt_03.gif) no-repeat left center;}
dl#flow dt#no4{background:url(img/ob_bg_dt_04.gif) no-repeat left center;}
dl#flow dt#no5{background:url(img/ob_bg_dt_05.gif) no-repeat left center;}
dl#flow dd{
	margin-left:20px;
	padding:5px 22px 5px 37px;
	background:url(img/flow_bg_dd.gif) no-repeat bottom left;
}
dl#flow dd.nb{
	padding-bottom:0;
	background:none;
}

img.btn{
	display:inline;
	margin-top:15px;
	margin-left:10px;
}


/* day
--------------------------------------------------------------------*/
div#day{
	margin-top:10px;
	background:url(img/day_bg_day.gif) repeat-y left;
}
div.box div#day h4{
	margin-top:0;
	margin-left:90px;
	padding-top:10px;
	background-image:none;
	border:none;
	color:#040e23;
	font-size:18px;
}
div.box div#day h4 span{
	font-size:14px;
	font-weight:bold;
	color:#c70e0e;
}
div#day img{
	float:right;
	margin-top:-40px;
	margin-left:25px;
	margin-bottom:20px;
	padding:3px;
	background:#ffffff;
	border:solid 1px #e1e1e1;
}
div.box div#day p{
	margin-left:80px;
	padding-right:0;
	padding-bottom:15px;
	border-bottom:solid 1px #e1e1e1;
}
div.box div#day strong{color:#1ea5ea;}
div.box div#day ul{
	margin-top:10px;
	margin-left:80px;
	padding-right:0;
	padding-left:10px;
}
div.box div#day ul li{
	padding-top:5px;
	padding-left:25px;
	padding-right:10px;
	background:url(img/common_bg_li.gif) no-repeat top left;
}
div#diriver01,
div#diriver02,
div#diriver03,
div#diriver04,
div#diriver05,
div#diriver06,
div#diriver07{
	margin-left:15px;
	width:550px;
	padding-bottom:5px;
}
div#diriver01{background:url(img/day_bg_driver01.gif) no-repeat top left;}
div#diriver02{background:url(img/day_bg_driver02.gif) no-repeat top left;}
div#diriver03{background:url(img/day_bg_driver03.gif) no-repeat top left;}
div#diriver04{background:url(img/day_bg_driver04.gif) no-repeat top left;}
div#diriver05{background:url(img/day_bg_driver05.gif) no-repeat top left;}
div#diriver06{background:url(img/day_bg_driver06.gif) no-repeat top left;}
div#diriver07{background:url(img/day_bg_driver07.gif) no-repeat top left;}
div#diriver01:after,
div#diriver02:after,
div#diriver03:after,
div#diriver04:after,
div#diriver05:after,
div#diriver06:after,
div#diriver07:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* faq
--------------------------------------------------------------------*/
div.box p.profile{
	margin:15px 10px -5px 10px;
	padding-bottom:10px;
	background-image:url(img/voice_bg_profile.gif);
	border:double 3px #c0dfee;
}

/* faq
--------------------------------------------------------------------*/
dl#faq{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border-top:solid 1px #e1e1e1;
}
dl#faq dt{
	margin-top:20px;
	padding:5px 10px 15px 40px;
	background:url(img/faq_bg_dt.gif) no-repeat top left;
	font-size:14px;
	color:#053e8b;
}
dl#faq dd{
	padding:5px 10px 20px 40px;
	background:url(img/faq_bg_dd.gif) no-repeat top left;
	border-bottom:solid 1px #e1e1e1;
}


/* policy
--------------------------------------------------------------------*/
div#policy p{line-height:1.8;}
div#policy ul{
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:22px;
	background-image:url(img/ob_bg_dl.gif);
	border:solid 1px #c8c7c1;
}
div#policy ul li{
	margin-top:10px;
	margin-left:22px;
	padding-top:2px;
	padding-right:15px;
	padding-left:32px;
	font-size:16px;
	font-weight:bold;
	color:#040e23;
	line-height:30px;
}
div#policy ul li#no1{background:url(img/ob_bg_dt_01.gif) no-repeat left center;}
div#policy ul li#no2{background:url(img/ob_bg_dt_02.gif) no-repeat left center;}
div#policy ul li#no3{background:url(img/ob_bg_dt_03.gif) no-repeat left center;}
div#policy ul li#no4{background:url(img/ob_bg_dt_04.gif) no-repeat left center;}

div#policy h4 span{font-size:12px;}
div#policy blockquote{
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	background:url(img/policy_blockquote.jpg) no-repeat bottom right;
}
div#policy blockquote h5{
	font-size:18px;
	padding-top:10px;
	padding-left:50px;
	background:url(img/policy_bg_blockquote-h5.gif) no-repeat top left;
	font-weight:bold;
	color:#0a1036;
}
div#policy blockquote p{
	margin-right:180px;
	padding-left:55px;
	padding-top:8px;
	padding-bottom:15px;
	background:url(img/policy_bg_blockquote-p.gif) no-repeat bottom right;
}


/* company contact
--------------------------------------------------------------------*/
table.nml{
	margin-left:auto;
	margin-right:auto;
	width:550px;
}
table.nml th,
table.nml td{
	padding: 10px 15px;
	border-bottom:solid 1px #e1e1e1;
	text-align: left;
	vertical-align:top;
}
table.nml th.nb,
table.nml td.nb{border-bottom:none;}
table.nml th{
	width: 25%;
	background:url(img/voice_bg_profile.gif);
	color:#2662dc;
	border-bottom:solid 1px #ffffff;
}
table.nml td ul{
	margin-top:-5px;
	margin-left:-5px;
}
table.nml td ul li{
	padding-top:5px;
	padding-left:18px;
	padding-right:10px;
	background:url(img/common_bg_td-li.gif) no-repeat top left;
}

/* access */
#access{
	text-align: left;
}
#access iframe{
	margin-left: 12px;
	margin-top: 25px;
	margin-bottom:5px;
	padding: 3px;
	background: #ffffff;
	border: solid 1px #dedede;
	text-align: left;
	width: 550px;
}
#access small{padding-left: 15px;}

/* contact */
div.box table.send{
	margin-left: 20px;
	margin-top: 20px;
	width: 150px;
}
div.box table.send th,
div.box table.send td{
	padding: 0;
	border-bottom: none;
}




