﻿@charset "utf-8";

/* --------------------------------------------------------------------

# Qing CSS v1.0  #

Copyright 2008 Qing

-------------------------------------------------------------------- */

* {
padding : 0px;
font-size : 100%;
}

img{
border : none;
margin:0;
padding:0;
}

.clear{
clear : both;
}

.alignL{
text-align:left;
}

.alignR{
text-align:right;
}

.alignC{
text-align:center;
}

.floatL{
float:left;
}

.floatR{
float:right;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/* ---------- LINK ---------- */
a{
color:#697bba;
}

a:hover, a:action{
color:#cc0111;
}

a:visited{
color:#990169;
}

a.noneline{
text-decoration:none;
}

span.hidden{
visibility:hidden;
display:none;
}

/* ---------- FONT-COLOR ---------- */
.txtNormal{
color:#4b4948;
}

.textRed{
color:#e60012;
}

/* ---------- COMMON ---------- */
body{
text-align:center;
padding:0 0 20px 0;
margin:auto;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#4b4948;
letter-spacing:0.1px;
line-height:130%;
background:#eef3fa;
}

/* ---- WRAPPER ---- */
#wrapper{
margin:auto;
text-align:center;
width:880px;
font-size:80%;
background:#FFF;
margin-bottom:30px;
border:1px solid #cfcece;
padding:0 0 30px 0;
}

/* ---- HEADER ---- */
#header{
margin:auto;
padding:0;
border-top:8px solid #30449a;
width:880px;
text-align:left;
}

#header p{
margin:8px 0 3px 30px;
}
h1{
margin:8px 0 3px 30px;
padding:0;
}


/* ---- SUB HEADER ---- */
#subHeader{
margin:auto;
padding:0;
height:44px;
background:url(../image/common/bg_subheader.gif) repeat-x top left;
text-align:left;
font-size:18px;
}

#subHeader p{
margin:0;
padding:0;
position:relative;
}

#subHeader p.floatL{
top:13px;
left:31px;
}

#subHeader p.floatR{
top:6px;
right:34px;
}

#subHeader p span{
font-weight:900;
}

/* -- CONTAINER -- */
#container{
clear:both;
padding:0;
margin:auto;
width:880px;
text-align:left;
margin-top:8px;
}

/* ---- MAIN CONTENTS ---- */
#mainCnt{
width:630px;
float:left;
text-align:left;
position:relative;
left:27px;
}

.box p.boxImg{
margin:0;
padding:0;
}



/*  テキスト関係  */
p.line{
	background-image:url(../image/common/bg_line.png);
	background-repeat:no-repeat;
	padding:6px 0 10px 22px;
	margin:15px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
p.line2{
	background-image:url(../image/common/bg_line2.png);
	background-repeat:no-repeat;
	padding:10px 0 10px 14px;

	margin:15px 0 0 0;
	font-size:14px;

}


p.text1{
	margin-left:10px;
	margin-top:10px;
	width:590px;
}
p.text2{
	margin:0 0 0 32px;
	padding:0;
	width:568px;
}
p.text_title{
	font-weight:bold;
	margin-bottom:0px;
	margin-left:10px;
}
ul.nolist{
	margin:0 0 20px 50px;		
}
ul.nolist li{
	list-style: disc;
}

.blue{
	color:#4553A3;
}
.red{
	color:#E83921;
}
.redb{
	color:#E83921;
	font-weight:bold;
}
.pinku{
	color:#EC6E5E;
	text-decoration:underline;
}

/* ---- SUB CONTENTS ---- */
#subCnt{
float:right;
text-align:left;
position:relative;
right:37px;
width:184px;
}

p.bnr{
margin:0 0 6px 0;
padding:0;
}

/* ---- FOOTER ---- */
div#footer{
margin:auto;
font-size:70%;
}

div#footer p{
margin:0 0 10px 0;
padding:0;
}

div#footer p a,div#footer p a:hover,div#footer p a:visited{
color:#4b4948;
text-decoration:none;
}

/* ---------- LOCATION ---------- */
p#location{
color:#ec6d5e;
font-size:12px;
margin:0 0 0 31px;
padding:0;
}

#location a,#location a:hover,#location a:visited{
color:#4b4948;
text-decoration:none;
}

/*  globalsign  */
div.ssl-base {
	text-align: center;
	background: url(/navi/cs/image/common/ssl_about.png) no-repeat left top;
	margin: 5px auto 0 auto;
	width: 175px;
	height: 135px;
}

div.ssl-base div.ssl-mark {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 115px;
	overflow: hidden; /* float対策 */
}

div#sub-content div.ssl-base div.ssl-mark a {
	margin: 0 auto;
	width: 115px;
	height: 56px;
}

div#subCnt a.pmark-about {
	background: url(/navi/cs/image/common/pmark_about.png) no-repeat left center;
	width: 175px;
	height: 145px;
}



