@charset "utf-8";

/*　common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h2{
	font-size:20px;
	font-weight:bold;
	color:#05459B;
	background:url(../images/h2Border.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:3px;
}
h2 div{
	padding-left:7px;
	border-left:5px #0854BE solid;
	
}
h2 div img{
	border-right:10px #fff solid;
}

h3 {
    /*background:url(../images/icon.Square.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;*/
    padding-left: 17px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height:1.5em;
    color: #000000;
    border-bottom: dotted 1px #bbbbbb;
    margin-bottom: 20px;
}
h4 {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebnrBB{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px #CCC solid;
}
.linkTo {
	margin-bottom:20px;
}
.linkTo p{
	background:url(../images/icon.Arrow.Top.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:14px;
	float:right;
}
.linkTo a:link,
.linkTo a:visited{
	color:#000;
	text-decoration:underline;
	
}
.linkTo a:hover{
	color:#000;
	text-decoration:none;
}


/*　contents  */
#contents{
	width:936px;
	margin:0 auto 20px;
	font-size:14px;
}
#contents #panLink{
	margin-top:10px;
	margin-bottom:10px;
}
#contents #contL{
	width:230px;
	float:left;
	background:url(../images/side.Bg.Bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#contents #contL #blockLink li{
	font-size:13px;
	background:url(../images/bg.Side.Navi.gif);
	background-position:left 200px;
	background-repeat:no-repeat;
}
#contents #contL #blockLink a{
	width:194px;
	height:28px;
	display:block;
	vertical-align:middle;
	padding:10px 0 0 32px;
	margin-left:2px;
}
#contents #contL #blockLink  a:link,
#contents #contL #blockLink  a:visited{
	color:#05459B;
	text-decoration:none;
}
#contents #contL #blockLink  a:hover{
	color:#05459B;
	text-decoration:none;
	/*background:url(../images/icon.Arrow.Right.Side.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	padding-left:10px;*/
}

#contents #txtLink{
	width:226px;
	margin-left:2px;
}
#contents #txtLink li{
	
}
#contents #txtLink li a{
	display:block;
	padding:10px 0 10px 53px;
}
#contents #txtLink li a:link,
#contents #txtLink li a:visited{
	color:#05459A;
	text-decoration:none;
	background:#F2F2F2;
}
#contents #txtLink li a:hover{
	color:#05459A;
	text-decoration:none;
	background:#CCCCCC;
}

#contents #contR{
	width:680px;
	float:right;
}
#contents #contR h2{
	margin-bottom:25px;
}

#contents #contR .text{
	line-height:1.5em;
}
#contents .tCont{
	margin-left: 15px;
    width: 655px;
}

#contents #contR .center{
	text-align:center;
}

#contents #contR .large{
	font-size:16px;
}

#contents #contOne ul,
#contents #contR ul {
	margin-bottom:36px;
}

#contents #contOne ul.disc li,
#contents #contR ul.disc li {
	margin-left:30px;
	margin-right:10px;
	margin-bottom:10px;
	list-style-type:disc;
}

#contents #contOne ul li.disc,
#contents #contR ul li.disc {
	margin-left:30px;
	margin-right:10px;
	list-style-type:disc;
}

#contents #contOne ol,
#contents #contR ol {
	margin-left:30px;
}

#contents #contOne ol li,
#contents #contR ol li {
	margin-right:10px;
	margin-bottom:10px;
	list-style-type:decimal;
}

#contents #contOne ul li,
#contents #contR ul li{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#contents #contOne ul dl dt,
#contents #contR ul dl dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}

#contents .tableArea{
	width:655px;
	margin-left:15px;
}
#contents .tableArea dl{
	border-bottom:1px #000 dotted;
	padding-bottom:15px;
	margin-bottom:20px;
}
#contents .tableArea dl dt{
	width:130px;
	float:left;
	color:#999;
	font-weight:bold;
}
#contents .tableArea dl dd{
	width:525px;
	float:left;
	color:#333;
}

#contents .tableAreaNoLine{
	width:655px;
	margin-left:15px;
}
#contents .tableAreaNoLine dl.qaTitle{
	border-bottom:1px #666666 solid;
	padding-bottom:6px;
	margin-bottom:25px;
	padding-left:10px;
}
#contents .tableAreaNoLine dl.qaTitle dt{
	width:50px;
	float:left;
	font-size:22px;
	color:#39A5DF;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','MS P明朝','MS PMincho', serif;
}
#contents .tableAreaNoLine dl.qaTitle dd{
	width:580px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding-top:5px;
}
#contents .tableAreaNoLine dl.qaCont{
	margin-bottom:30px;
	padding-left:60px;
}
#contents .tableAreaNoLine dl.qaCont dt{
	width:70px;
	float:left;
	color:#0753BE;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','MS P明朝','MS PMincho', serif;
	font-weight:bold;
}
#contents .tableAreaNoLine dl.qaCont dd{
	width:525px;
	float:left;
	border-bottom:1px #AAAAAA dotted;
	padding-bottom:13px;
	margin-bottom:23px;
}

#contents .block2L{
	width:340px;
	float:left;
}
#contents .block2L dl dt{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin-bottom:17px;
}
#contents .block2L dl dd{
	color:#333;
	line-height:1.5em;
}
#contents .block2R{
	width:275px;
	float:right;
}

#contents .W265{
	width:265px;
}
#contents .W350{
	width:350px;
}

#contactCont{
	width:655px;
	border:1px #D9D9D9 solid;
	background:#FAFAFA;
	text-align:center;
	padding:35px 0;
}
#contactCont span{
	background:url(../images/icon.Arrow.RightS.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:14px;
	padding-right:3px;
}
#contactCont a:link,
#contactCont a:visited{
	color:#000;
	text-decoration:underline;
}
#contactCont a:hover{
	color:#000;
	text-decoration:none;
}

#contOne{
	width:671px;
	margin:0 auto;
}
#contOne h2{
	margin-bottom:30px;
}
#contOne #privacy ul li{
	margin-bottom:36px;
}
#contOne #privacy ul dl dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}

/*　top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents_top{
	width:936px;
	margin:0 auto 0;
	font-size:12px;
}
#mainImg{
	position:relative;
	margin-bottom:20px;
}
#mainImg #bntMainA{
	position:absolute;
	left:13px;
	top:182px;
}
#mainImg #bntMainB{
	position:absolute;
	right:10px;
	top:182px;
}
#contents_top #contLeft{
	width:660px;
	float:left;
}
#contents_top #contLeft dl{
	border-bottom:1px dotted #135192;
	padding-bottom:10px;
	margin-bottom:15px;
}
#contents_top #contLeft dl dt{
	width:113px;
	float:left;
	color:#666;
	padding-left:5px;
}
#contents_top #contLeft dl dd{
	width:507px;
	float:right;
	color:#135192;
	background:url(../images/icon.Arrow.Right.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	font-size:14px;
}
#contents_top #contLeft dl dd a:link,
#contents_top #contLeft dl dd a:visited{
	color:#135192;
	text-decoration:underline;
	
}
#contents_top #contLeft dl dd a:hover{
	color:#135192;
	text-decoration:none;
}


#contents_top #contRight{
	width:256px;
	float:right;
}

/*　company
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
p.comment{
	background:url(../images/bg_comment.gif) repeat 0 0;
	line-height:30px;
	margin:0 0 30px;
}

.image{
	margin:20px 0 20px 30px;
}

.image2{
	margin:0px 0 40px 20px;
}

.image3{
	margin:20px 0 0 0;
	text-align: center;
}

p.link a{
	color:#05459B;
	background:url(../images/icon.Arrow.Right.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	font-size:14px;
}
p.link a:link,
p.link a:visited{
	color:#05459B;
	text-decoration:underline;
	
}
p.link a:hover{
	color:#05459B;
	text-decoration:none;
}

li.link{
	color:#05459B;
	background:url(../images/icon.Arrow.Right.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	font-size:14px;
	font-weight:bold;
}
li.link a:link,
li.link a:visited{
	color:#05459B;
	text-decoration:underline;

}
li.link a:hover{
	color:#05459B;
	text-decoration:none;
}

/*　お問い合わせ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fIntro {
	width:600px;
	margin:0px auto 30px;
}
#fIntro .fIntroSub {
    background-color: #999;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 0;
    text-indent: 30px;
}
#fIntro .fIntroCont {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 20px 30px;
}
.form {
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    width: 580px;
}
.form th {
    background-color: #F8F2D8;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 8px 10px;
    text-align: right;
    vertical-align: top;
    width: 180px;
}

.form td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 8px 10px;
    vertical-align: top;
    width: 400px;
}
.form td span,
.form th span{color:#999;}
.import{
	color:#F00;
}
.fAgree {
    background-color: #F7F6F2;
    border: 2px solid #E7E5DC;
    margin: 20px auto 20px;
    padding: 6px;
    text-align: center;
	width:600px;
}
.fBt {
    text-align: center;
	width:600px;
	margin:0 auto 0;
}
.privacy {
    border: 1px solid #CCCCCC;
    color: #000000;
    height: 150px;
    margin: 40px auto 20px;
    overflow: auto;
    padding: 10px 15px;
	width:600px;
}
.privacy .unit {
    padding: 0 0 1.0em 20px;
}
#globalsign {
    margin: 0 auto;
    width: 115px;
}

/*　SITE TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#topContentsArea{
width:940px;
margin:20px auto auto;
color:#333;
font-family: Verdana, Meiryo, sans-serif;
}

#topContentsArea h1{
text-align:center;
margin-bottom:40px;
}

#topContentsArea p.lastChild{
margin-bottom:30px;
}

#topContentsArea .center{
text-align:center;
margin:0 auto;
}

#topContentsArea div.boxFloat{
width:820px;
margin:0 auto 50px auto;
overflow:hidden;
}
#topContentsArea div.boxFloatLastChild{
margin-bottom:80px !important;
}
#topContentsArea div.boxFloat div.boxLeft{
float:left;
width:634px;
}
#topContentsArea div.boxFloat div.boxRight{
float:right;
width:162px;
margin-left:24px;
}
#topContentsArea div.boxFloat dl{
font-size:16px;
font-weight:normal;
overflow:hidden;
}
#topContentsArea div.boxFloat dl dt{
float:left;
width:89px;
margin-right:30px;
}
#topContentsArea div.boxFloat dl dd{
overflow:hidden;
}
#topContentsArea div.boxFloat dl dd div.borderBox{
background:url(../images/top_box-body.gif) no-repeat left bottom;
margin:12px 0 10px 0;
overflow:hidden;
}
#topContentsArea div.boxFloat dl dd div.borderBoxInner{
background:url(../images/top_box-head.gif) no-repeat left top;
overflow:hidden;
}
#topContentsArea div.boxFloat dl dd div.borderBox ul{
float:left;
overflow:hidden;
padding:15px 30px 12px 15px;
font-size:12px;
width:262px;
line-height:1.6;
background:url(../images/top_box-body_arrow.gif) no-repeat right;
}
#topContentsArea div.boxFloat dl dd div.borderBox ul li{
background:url(../images/top_icon-list.gif) no-repeat left 5px;
padding-left:13px;

}
#topContentsArea div.boxFloat dl dd div.borderBox div.case{
float:left;
padding:12px;
font-size:15px;
line-height:1.4;
width:176px;
margin-left:8px;
}

#topContentsArea div.boxFloat dl dd p{
line-height:2.1;
background:url(../images/top_bg_border.gif) repeat left top;
margin-top:-8px;
}
#topContentsArea div.boxFloat dl dd span.arrow{
clear:both;
display:block;
background:url(../images/top_icon-arrow.gif) no-repeat left 3px;
padding-left:16px;
margin-top:10px;
}
#topContentsArea div.boxFloat dl dd span.color-red{color:#B62A2D;}
#topContentsArea div.boxFloat dl dd span.arrow a{
color:#B62A2D;
text-decoration:underline;}
#topContentsArea div.boxFloat dl dd span.arrow a:hover{
text-decoration:none;}

#topContentsArea dl.merit{
margin:0 100px 0 110px;
font-size:18px;
font-weight:normal;
line-height:1.6;
width:730px;
clear:both;
overflow:hidden;
}

#topContentsArea dl.merit dt{
margin:0 20px 20px 0;
width:93px;
float:left;
}

#topContentsArea dl.merit dd{
overflow:hidden;
margin-bottom:20px;
font-family:;
}
#topContentsArea dl.merit dd span{
font-size:14px;
display:block;
margin-top:10px;
}

