@charset "utf-8";

/* for Reset
==================================================================================*/
html,
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address,
caption,
cite, code, dfn,
em, strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
p,dt,dd{text-align:justify;text-justify:distribute;}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* to preserve line-height and selector appearance */
hr {
	display: none;
	clear: both;
}
sub {
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}
img {
	vertical-align: bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#666666;
}

/* for All
==================================================================================*/
body {
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #525252;
	background-color:#F0740F;
	font-size: 12px;
	line-height:1.5em;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}
.mt0 {
	margin-top:0!important;
}
.mt10 {
	margin-top:10px!important;
}
.mt15 {
	margin-top:15px!important;
}
.mt25 {
	margin-top:25px!important;
}
.pb0 {
	padding-bottom:0!important;
}
.pb55 {
	padding-bottom:55px!important;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
.notes {
	color:#CC0000;
	font-size:18px;
	padding:0 5px;
}

/* share */
.share {
	clear:both;
	padding:10px 0px 0px 0px;
	margin:0px;
	width:240px;
}

.share li {
	float:left;
	padding:0 5px 2px 5px;
}


/*  HeadContainer
==================================================================================*/
/* HeadContainer */
#HeadContainer {
	clear:both;
	min-width: 940px;
	width:100%;
	background:#FFFFFF url(../images/hd_bg001.gif) repeat-x;
}

/* Header */
#Header {
	clear:both;
	width:940px;
	margin:0 auto;
	padding:7px 0 10px 0;
}

#Header h1 {
	clear:both;
	width:210px;
	height:53px;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

#Header h1 {
	display:block;
	width:210px;
	height:53px;
}

/* GlobalNavi */
#GlobalNavi {
	clear:both;
	width:940px;

}
#GlobalNavi li {
	float:left;
}


/*  MainContainer
==================================================================================*/
/* MainContainer */
#MainContainer {
	clear:both;
	min-width: 940px;
	width:100%;
	background-color:#FFFFFF;
}

/* Contents */
#Contents {
	clear:both;
	width:940px;
	margin:0 auto;
}
#Contents h3 {
	clear:both;
	background:#E9E9E9 url(../images/com_bg001.gif) no-repeat right top;
}

#Contents h4 {
	clear:both;
	margin-top:30px;
	padding-bottom:3px;
	color:#2483BE;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF url(../images/com_bg003.gif) repeat-x left bottom;
}

#Contents h5 {
	position:relative;
	clear:both;
	width:630px;
	margin-top:20px;
	font-weight:bold;
	color:#000000;
}
#Contents h5 span {
	position:absolute;
	top:0;
	right:0;
	font-weight:normal;
}


/*  TopMain
==================================================================================*/
/* TopMain */
#TopMain {
	position:relative;
	width:940px;
	height:190px;
}

.home #TopMain {
	height:350px;
}

#TopMain ul {
	position:absolute;
	right:25px;
	bottom:23px;
}

#TopMain ul li {
	padding-top:10px;
}

#TopMain p {
	position:absolute;
	left:50px;
	bottom:23px;
}


/*  BotMain
==================================================================================*/
/* BotMain */
#BotMain {
	clear:both;
	width:940px;
	overflow: hidden;
	padding:20px 0 0 0;
}

#BotMain h2 {
	clear:both;
	padding-bottom:10px;
}

/*  Main
==================================================================================*/
/* Main */
#Main {
	float:left;
	width:630px;
}

/* section */
.section {
	clear:both;
	padding:30px 0 0 0;
}
#Main .section {
	clear:both;
	padding:80px 0 0 0;
}


/*  Side
==================================================================================*/
/* Side */
#Side {
	width:270px;
	padding:0;
	float: right;
	margin:0px 0px 0px 30px;
}

#Side ol li span {
	color:#33CCFF;
}

#Side ul.btn {
	clear:both;
	padding:10px 0;
}
#Side ul.btn li {
	padding-bottom:10px;
}

#scroll {
	position: relative;
	}



/*  Contact
==================================================================================*/
/* Contact */
#Contact {
	clear:both;
	padding:30px 0 0 0;
}
#Contact a {
	color:#F0760E;
}


/*  FootContainer
==================================================================================*/
/* FootContainer */
#FootContainer {
	clear:both;
	min-width: 940px;
	width:100%;
	background:#F0740F url(../images/ft_bg001.gif) repeat-x;
}

/* Footer */
#Footer {
	clear: both;
	width:940px;
	margin:0 auto;
	padding:85px 0 25px 0;
	text-align:right;
	color:#FFFFFF;
}


/*  for /index.html
==================================================================================*/
/* threeCol01 */
.threeCol01 { 
	clear:both;
	width:960px;
	height:280px;
	margin-right:-20px;
	padding:20px 0 10px 0;
}
.threeCol01 dl {
	position:relative;
	float:left;
	width:300px;
	height:120px;
	padding:0 20px 10px 0;
}
.threeCol01 dd {
	position:absolute;
	top:80px;
	left:15px;
	width:270px;
	font-size:11px;
	line-height:135%;
}

/* threeCol02 */
.threeCol02 { 
	clear:both;
	width:930px;
	padding:15px 0 0 10px;
}
.threeCol02 li {
	float:left;
	width:300px;
	padding:0 10px 0 0;
}

/* twoCol01 */
.twoCol01 { 
	clear:both;
}
.twoCol01 .colL {
	float:left;
	width:620px;
}
.twoCol01 .colR {
	float:right;
	width:300px;
	padding-right:10px;
	_padding:0px;
}

.twoCol01 .colL dl {
	clear:both;
	width:570px;
	padding:0 10px;
}
.twoCol01 .colL dt {
	float:left;
	width:80px;
	padding:7px 0 8px 0;
	color:#F0760F;
}
.twoCol01 .colL dd {
	display:block;
	padding:7px 0 8px 0;
	background:url(../images/com_bg003.gif) repeat-x left bottom;
}

/* twoCol02 */
.twoCol02 {
	position:relative;
	clear:both;
	width:940px;
	height:240px;
	margin:18px 0 32px 0;
	background:url(../images/com_bg004.gif) repeat-y left top;
}
.twoCol02 .colL {
	float:left;
	width:255px;
	padding:0 35px;
}
.twoCol02 .colR {
	float:left;
	width:250px;
	padding:0 20px;
}

.twoCol02 .colR dl {
	clear:both;
	padding:10px 0;
	
}
.twoCol02 .colR dt {
	float:left;
	width:63px;
	
}
.twoCol02 .colR dd {
	float:right;
	width:187px;
	
}

.twoCol02 ul {
	position:absolute;
	top:0;
	right:10px;
	width:270px;
}
.twoCol02 ul li {
	padding-bottom:5px;
}

img.bannerOlddmainTop {
	padding-bottom: 17px;
	}
#info{
	padding:20px;
}


/*  for /service.html
==================================================================================*/
/* twoCol03 */
.twoCol03 { 
	clear:both;
	width:620px;
	height:180px;
	margin-top:35px;
	padding:10px 0 0 10px;
	background:url(../images/com_bg007.gif) no-repeat 0 0;
}
.twoCol03-b { 
	clear:both;
	width:620px;
	height:98px;
	margin-top:35px;
	padding:10px 0 0 10px;
	background:url(../images/com_bg007_b.gif) no-repeat 0 0;
}
.twoCol03 li {
	position:relative;
	float:left;
	width:300px;
	height:80px;
	padding:0 10px 10px 0;
}
.twoCol03-b li {
	position:relative;
	float:left;
	width:300px;
	height:80px;
	padding:0 10px 10px 0;
}

.twoCol03 li.last {
	width:610px;
}
.twoCol03-b li.three {
	width:199px;
	padding:0 5px 10px 0;
}
.twoCol03 li span {
	position:absolute;
	top:50px;
	left:72px;
	color:#FFFFFF;
	font-size:11px;
}
.twoCol03-b li span {
	position:absolute;
	top:50px;
	left:72px;
	color:#FFFFFF;
	font-size:11px;
}

/* feeDown */
.feeDown {
	position:relative;
	width:630px;
}
.feeDown p {
	margin-top:10px;
	width:400px;
	text-align:center;
}
.feeDown .leadBox {
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#2483BE;
}
.feeDown p.box {
	width:396px;
	padding:10px 0;
	border:2px solid #71C3E7;
	color:#2483BE;
	background-color:#EDF8FC;
}
.feeDown ul.box {
	width:305px;
	margin-top:10px;
	padding:10px 0 10px 91px;
	border:2px solid #71C3E7;
	color:#2483BE;
	background-color:#EDF8FC;
}
.feeDown p.down {
	position:absolute;
	right:0;
	bottom:0;
	width:190px;
	margin-top:0;
}

/* lineBox */
.lineBox {
	clear:both;
	width:628px;
	margin-top:40px;
	padding:1px;
	background:url(../images/com_bg006.gif) repeat;
}
.lineBox p {
	width:570px;
	padding:14px 29px;
	background:#FFFFFF;
}

.lineBox ul {
	width:586px;
	padding:16px 21px;
	font-size:10px;
	background:#FFFFFF;
}
.lineBox ul li {
	padding-left:10px;
	background:url(../images/com_ic005.gif) no-repeat 0 0.55em;
}
*html .lineBox ul li {
	background:url(../images/com_ic005.gif) no-repeat 0 0.6em;
}

/* twoCol04 */
.twoCol04 {
	clear:both;
	padding:10px 0 0 0;
}
.twoCol04 .colL {
	float:left;
	width:234px;
	padding-top:30px;
}
.twoCol04 .colR {
	float:right;
	width:360px;
}

.twoCol04 .colR ul {
	clear:both;
	padding-top:5px;
}

.twoCol04 .colR ul li {
	padding-left:18px;
	background:url(../images/com_ic004.gif) no-repeat 6px 0.55em;
}

/* twoCol05 */
.twoCol05 {
	clear:both;
	width:630px;
	padding:10px 0 0 0;
}
.twoCol05 dt {
	float:left;
	clear:both;
	width:210px;
}
.twoCol05 dd {
	float:left;
	width:410px;
	height:50px;
	padding:5px 0 0 10px;
}

/* twoCol05-b */
.twoCol05-b {
	clear:both;
	width:385px;
	margin: 0 auto;
	padding:10px 0 0;
}
.twoCol05-b dt {
	float:left;
	clear:both;
	width:385px;
}

/* table */
table {
	clear:both;
	width:630px;
	margin:5px 0;
	border-top:1px solid #E9E9E9;
	background:url(../images/com_bg005.gif) repeat-y;
}
table.b {
	clear:both;
	width:630px;
	margin:5px 0;
	border-top:1px solid #E9E9E9;
	background:url(../images/com_bg005_b.gif) repeat-y;
}
table th,
table td{
	width:126px;
	padding:6px 0;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
}
table.b th {
	width: 126px;
	padding:6px 0;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	}
table.b td {
	width: 253px;
	padding:6px 0;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	}
table th.vl01{
	padding:0;
}
table td.vl01,
table.b th.vl01{
	padding:0;
	color:#F0760E;
}

table .vl01 span{
	display:block;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/*  for /faq.html
==================================================================================*/
#Contents .faq  {
	clear:both;
	padding-bottom:70px;
}
#Contents .faq h3 {
	clear:both;
	margin-top:30px;
	padding-bottom:3px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF url(../images/com_bg008.gif) repeat-x left bottom;
}

#Contents .faq dl {
	clear:both;
	padding:0 0 20px 20px;
}

#Contents .faq dt {
	clear:both;
	margin:15px 0 5px 0;
	padding-left:25px;
	color:#F0760E;
	font-weight:bold;
	background:url(../images/com_ic002.gif) no-repeat 0 0;
}

#Contents .faq dd {
	clear:both;
	padding-left:25px;
	background:url(../images/com_ic003.gif) no-repeat 0 0;
}


/*  for /glossary.html
==================================================================================*/
#Contents .faq ul {
	clear:both;
	width:600px;
	padding:15px 10px 15px 20px;
}

#Contents .faq li {
	float:left;
	width:200px;
}

#Contents .faq ul.innerNavi {
	clear:both;
	width:610px;
	margin-top:20px;
	padding:7px 9px;
	border:1px solid #E9E9E9;
	text-align:center;
}

#Contents .faq ul.innerNavi li {
	float:none;
	display:inline;
	width:auto;
	margin:0 3px;
}
#Contents .faq p {
	margin-top:15px;
}

/*  extra
==================================================================================*/
/* clearfix */
#GlobalNavi:after,
#Contents:after,
.threeCol01:after,
.threeCol02:after,
.twoCol01:after,
.twoCol02:after,
.twoCol02 .colR dl:after,
.twoCol04:after,
.twoCol05:after,
#BotMain:after,
#Contents .faq ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
#GlobalNavi,
#Contents,
.threeCol01,
.threeCol02,
.twoCol01,
.twoCol02,
.twoCol02 .colR dl,
.twoCol04,
.twoCol05,
#BotMain,
#Contents .faq ul {
	zoom: 1;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.singleplan{
	text-align:center;
	padding-bottom:20px;
}