@charset "utf-8";
/* CSS Document */

html{scroll-behavior: smooth;}

/*本体*/
html {
	background:#EEEEEE;
	/*background:url(../img/bbg.jpg) top left repeat;*/
	
}
body {
	text-align:center;
	/*font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
}
a {
	color:#2a548c;
	text-decoration:underline;
}
a:visited {
	color:#2a548c;
	text-decoration:underline;
}
a:hover {
	color:#dd0000;
	text-decoration:none;
}
a:active {
	color:#2a548c;
	text-decoration:none;
}

/*HEADER*/
#header {
	margin:0 -10px 2px -10px;
	width:920px;
	border-bottom:1px solid #ccc;
	padding-bottom:1px;
	/*background:#0B2950;*/
}
#header .logo {
	padding-top:40px;
	margin:0 10px 5px 10px;
	width:200px;
}

/*FOOTER*/
#footer {
	width:900px;
	margin:0 -10px;
	padding:10px;
	border-top:1px solid #fff;
	background:#042A4E;
	color:#FFF;
	text-align:center;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer a:active {
	color:#fff;
	text-decoration:none;
}

/*H1,H2,H3*/
h1{
	background:#E8E8E8;
	padding:5px 0 5px 10px;
	margin:0;
	font-weight:bold;
	
}
h2{
	/*border-left:#A60042 3px solid;
	font-size:110%;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;*/
	background:#E8E8E8;
	padding:5px 0 5px 10px;
	margin:5px 0 25px 0;
	font-weight:bold;

}

h3.subtitle{
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
	border:none;
	padding:0;
}

h3{
	font-weight:bold;
	padding:5px 0 0 10px;
	margin:5px 0;
}

/*PANKUZU*/
#pankuzu{
	background:#EDEDED;
	margin:0 -10px 20px -10px;
	width:920px;
	text-align:center;
}
#pankuzu ul.panlist{
	margin:0 0 0 5px;
}
#pankuzu ul.panlist li{
	float:left;
	margin:0 15px 0 0px;

}

#pankuzu_f{
	background:#EDEDED;
	margin:0 -10px 0px -10px;
	width:920px;
}
#pankuzu_f ul.panlist{
	margin:0 0 0 5px;
		list-style:none;
		padding-left:105px;

}
#pankuzu_f ul.panlist li{
	float:left;
		padding:0 0 0 20px;

	margin:0 20px 0 0px;
	background-image:url(../img/icon.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
}




/*CONTENTS*/
#wrapper {
	margin:0 auto;
	padding:0 10px 0 10px;
	border-top:3px solid #042A4E;
	border-bottom:5px solid #042A4E;
	width:900px;
	text-align:left;
	line-height:150%;
	background:#fff;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
#continer {
padding:15px 20px 30px 20px; 
width:860px;
border-bottom:1px solid #ddd;
}
#continer #contents {
padding:0 0 10px 0; 
}

/*LIST*/
ul.listnum{
	margin:0 0 10px 0;
	_margin:-5px 0 10px 0;
	padding:0 0 0 8px;
	list-style:none;
	text-align:left;
	clear:both;
}
ul.listnum li{
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	background-image: url(../img/icon.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	line-height:1.6em;
	text-align:left;
}
ol.listdum{
	margin:0 0 10px 1.2em;
	padding:0 0 0 8px;
	list-style: decimal;
}
ol.listdum li{
margin-bottom:5px;
margin-left:10px;
}

/*TABLE*/
table.gift {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:20px 0;
}
table.gift th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background:#EEEEEE;
	font-weight: bold;
	line-height: 120%;
	color:#000000;
	text-align: center;
}
table.gift td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	/*background:url(../image/blue_bg.jpg) repeat top left;*/
	color:#000000;
}
table.gift strong{
	color: #930;
}
table.gift caption{
	border-left:#726A5A 3px solid;
	padding:0 0 0 5px;
	font-weight:bold;
}

table.gifter {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:0;
}
table.gifter th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background:#EEEEEE;
	font-weight: bold;
	line-height: 120%;
	color:#000000;
	text-align: center;
}
table.gifter td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	/*background:url(../image/blue_bg.jpg) repeat top left;*/
	color:#000000;
	width:100px;
}

table.former{
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:0;
}
table.former th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background:#EEEEEE;
	font-weight: bold;
	line-height: 120%;
	color:#000000;
	text-align: center;
	width:150px;
}
table.former td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	/*background:url(../image/blue_bg.jpg) repeat top left;*/
	color:#000000;
}



table.fee {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:20px 0;
}
table.fee th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background:#EEEEEE;
	font-weight: bold;
	line-height: 120%;
	color:#000000;
	text-align: center;
}
table.fee td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	/*background:url(../image/blue_bg.jpg) repeat top left;*/
	background:#FFF;
	text-align:center;
	color:#000000;
}


/*LINK*/
.top_link{
	text-align:right;
	margin:10px;
}

/*FONT STYLE*/
strong{
	font-weight:bold;
	color:#CC0000;
}

/*navi*/
#globalnavi_main {
	margin: 0;
	padding: 0;
	/*width: ***;*/
  height: 51px;
}
#globalnavi_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalnavi_main li{
  text-indent: -9999px;
  float:left;
  width: 184px;
  margin: 0;
  padding: 0 ;
}
#globalnavi_main a {
	display: block;
	width: 100%;
	height: 51px;
	background-image: url(../img/gnavi.jpg);
	background-repeat: no-repeat;
}
#menu1 a {
	background-position: 0 0;
}
#menu2 a {
	background-position: -184px 0;
}
#menu3 a {
	background-position: -368px 0;
}
#menu4 a {
	background-position: -552px 0;
}
#menu5 a {
	background-position: -736px 0;
}
#globalnavi_main a:hover {
	background-image: url(../img/gnavi.jpg);
	background-repeat: no-repeat;
}
#menu1 a:hover {
	background-position: 0 -51px;
}
#menu2 a:hover {
	background-position: -184px -51px;
}
#menu3 a:hover {
	background-position: -368px -51px;
}
#menu4 a:hover {
	background-position: -552px -51px;
}
#menu5 a:hover {
	background-position: -736px -51px;
}
#panku {
	background:#EDEDED;
	margin:0 -10px 20px -10px;
	width:920px;
}
#panku ul.panlist {
	margin:0 0 0 5px;
}
#panku ul.panlist li {
	float:left;
	margin:0 10px 0 0px;
}

dl.nrm{
	margin:0 0 10px 0;
}
dl.nrm dt {
  float: left;
  margin: 0 0 0.8em;
  width: 10.5em;
  border-left: solid 3px #003366;
  padding-left: 5px;
  color: #000;
}
dl.nrm dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

dl.arrange{
	margin:0 0 10px 0;
}
dl.arrange dt{
  float: left;
  margin: 0 0 0.8em;
  width: 18.5em;
  color: #000;
  border:none;
  padding:0;
}
dl.arrange dd{
  margin-left: 19em;
}

#contents p.sep{
	margin-bottom:15px;
}

.atten{
	border:#999999 1px solid;
	padding:10px;
	margin:10px 0;
	color:#990000;
}
#company{
/*	text-align:center;*/
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:#CCC 1px solid;
}
#company .small{
	font-size:0.8em;
}
#company h5{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}

#company h6{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}


#company .contact{
	font-size:1.2em;
	font-weight:bold;
}

/*privacy*/
table.privacy_table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-weight:normal;
	width:100%;
}

table.privacy_table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.privacy_table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
.privacy_p{
	text-align:left;
	font-weight:bold;
	color:#333333;
}
	

#ScrollBox dl.privacy{
	margin:0 0 20px 0;
	padding:0;
	line-height:155%;
	list-style-position:outside;
}
#ScrollBox dl.privacy dt{
	font-weight:bold;
	margin:10px 0;
}
#ScrollBox dl.privacy dd{
	margin:5px 0 0 2em;
}
#ScrollBox dl.privacy li{
	list-style:none;
	margin:5px 0;
}
#JSAlertBox{
text-align:center;
margin:10px 0 20px 0;
padding:20px;
border:2px solid #900000; color:#900000;
}
.OverFlow{
	background-color:#f9f9f9;
	border:1px solid #ddd;
	padding:10px;
	/*margin-top:10px;*/
}
#continer #contents .pattention {
	color: #900;
	text-align:center;
	font-weight:bold;
}


dl.list309 dt {
	float: left;
	margin: 0 0 0.8em;
	width: 16em;
	border-left: solid 4px #CCC;
	padding-left: 5px;
	color: #000;
	font-weight:bold;	
}
dl.list309 dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
	*margin-left: 0em;

}
dl.list309 dt.last {
	float: left;
	margin: 0 0 0.8em;
	width: 16em;
	border-left: solid 4px #CCC;
	padding-left: 5px;
	padding-bottom:4em;
	color: #000;
}
dl.list309 ul{
	margin-left:110px;
	*margin-left:-20px;
	list-style: none;
}
dl.list309 li{
	margin:10px;
}
dl.list309 ul.uchiwake{
	margin-left:142px;
	list-style: circle;
}
dl.list309 ul.uchiwake li{
	margin:5px;
	margin-left:90px;
}
dl.list309 ul.uchiwake li.attention{
	margin:5px;
	margin-left:0;
	list-style:none;
	font-size:86%;
	clear:both;
}

dl.list309 ul.bank{
	margin-left:0px;
	list-style: none;
}
dl.list309 ul.bank li{
	margin:5px;
}

.line_block{
	margin-left:120px;
}
.accomo{
	text-align:right;
}
p.greet{
	margin:0 0 1em 0;
}
.signature{
	text-align:right;
	margin:0 0 20px 0;
}
.up{
	text-align:right;
	margin:10px;
}
.small{
	font-size:0.8em;
}

dl.list309 .ads {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0;
}
dl.list309 .ads th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background:#EEEEEE;
	font-weight: bold;
	line-height: 120%;
	color:#000000;
	text-align: center;
}
dl.list309 table.ads td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	/*background:url(../image/blue_bg.jpg) repeat top left;*/
	color:#000000;
}
dl.list309 table.ads strong{
	color: #930;
}
dl.list309 table.ads caption{
	border-left:#726A5A 3px solid;
	padding:0 0 0 5px;
	font-weight:bold;
}

.terms{
	margin:0 10px 10px;
}

.terms-table{
	border-spacing:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:95%;
	margin-left:10px;
	margin-bottom:10px;
}
.terms-table th,.terms-table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.terms-table th{
	font-weight:bold;
	text-align:center;
	padding:5px;
	background-color:#e6e6e6;

}
.terms-table td{
	padding:5px;
	vertical-align:top;
}

.attention{
	margin:0 0 1em 0;
	color:#ff0000;
	font-weight:bold;
}

.line_block ul {
	margin:0 !important;
}
.line_block ul li{
	margin:0 10px 0 1em;;
	text-indent:-1.2em;
}