@charset "utf-8";
/****************************************************
  Server_construction
****************************************************/

/*==================================
  BASIC
==================================*/
html {
	margin: 0 auto;
	padding: 0;
	font: 13px/1.55 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', sans-serif;
}
body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	text-align: center;
	border-top: 3px solid #272F89;
	min-width: 1080px;
}
/*==================================
  RESET
==================================*/
* {
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
p {
	line-height: 1.6;
}
hr {
	display: none;
}
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
.clear {
	zoom: 100%;
}
.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*==================================
  LINX
==================================*/
a {
	color: #06f;
	text-decoration: underline;
}
a:link {
	color: #06f;
	text-decoration: underline;
}
a:visited {
	color: #06f;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/*==================================
  Header_Layout
==================================*/

div#header {
	background: url(../img/header.jpg) top center no-repeat;
	height: 65px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
div#header {
	width: 900px;
	margin: 0 auto;
}
#logo {
	margin: 10px;
	float: left;
}
#hPatrs {
	width: 544px;
	float: right;
	position: relative;
	top: 8px;
	right: 0;
}
#hPatrs li {
	float: left;
	list-style: none;
	margin: 0 5px;
}

#hPatrs li.mark01 {
	margin-right:10px;
}


/*==================================
  mainImg_Layout
==================================*/


#mainImg {
	background: url(../img/main_bg01.jpg) 0 0 repeat-x;
	height: 250px;
}
#mainImgInr {
	margin: 0 auto;
	width: 1080px;
}
h1 {
	font-size: 0;
	line-height: 0;
	text-indent: -99999em;
	position: absolute;
	overflow: hidden;
	display: none;
}
#point {
	background: url(../img/main_bg02.jpg) 0 0 repeat-x;
	height: 270px;
}
#pointInr {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
#point li {
	float: left;
	display: block;
}
/*==================================
  Main_Layout
==================================*/
#contents {
	width: 900px;
	margin: 50px auto 0;
}
div#contents h2 {
	margin-bottom: 25px;
}
div#privilege-box {
}
table#tableA {
	width: 900px;
	border-collapse: collapse;
	border: 1px solid #0661AF;
	margin-bottom: 60px;
}
table#tableA th, table#tableA td {
	border: 1px solid #0661AF;
	padding: 15px 0 15px 15px;
	text-align: left;
	font-weight: normal;
}
table#tableA td.ttl {
	background: #0560AF;
}
table#tableA th.typeA {
	text-align: center;
	background: #99CCE6;
	padding:2px;
	width: 250px;
	font-size: 16px;
}
table#tableA .typeB {
	background: #C4E1F0;
}
table#tableA tr.typeB02 th {
	background: #C4E1F0;
	padding: 4px 0 3px;
}
table#tableB {
	width: 900px;
	border-collapse: collapse;
	margin-top: 50px;
	border: 1px solid #FF9900;
}
table#tableB th, table#tableB td {
	border: 1px solid #FF9900;
	padding: 10px 3px;
	text-align: center;
	font-weight: normal;
}
table#tableB .ttl {
	background: #F48202;
}
table#tableB th.typeA  {
	text-align: center;
	background: #FFA824;
	white-space: nowrap;
	padding:2px;
}
table#tableB .typeB {
	background: #FFCD80;
	white-space: nowrap;
}
table#tableB tr.typeB02 th {
	background: #FFCD80;
	padding: 4px 0 3px;
}
table strong {
	color: #CC0000;
	font-weight: normal;
}
.unit {
	text-align: right;
}
.note {
	margin:0px 15px 60px;
	font-size: 93%;
}
.note li {
	list-style: none;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.caution li {
	list-style: none;
}
#step-box {
	overflow: hidden;
	margin-bottom: 60px;
}
#step-box li {
	list-style: none;
	float: left;
	display: block;
	width: 303px;
}
#step-box li.last {
	width: 271px;
}
#step-box li dd {
	padding: 10px 30px 10px 10px;
	font-size:93%;
}
#box {
	border: 2px solid #CCCCCC;
	padding: 20px 30px;
	font-size:93%;
	margin-bottom:80px;
}

#box h3 {
	margin-bottom: 10px;
}
#box dl {
	padding-top: 5px;
}
#box dl dt {
	background: #fc0;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 8px;
}
#box dl dd {
	padding: 8px 8px 15px;
}
#box dl dd ul {
	padding-left: 15px;
}
#box dl dd ul li {
	line-height: 1.4;
	margin-bottom: 5px;
}
#box dl dd ul li ul.alfa {
	list-style: lower-alpha;
	padding-top: 3px;
}
#box dl dd p {
	padding-top: 3px;
}

#btn {
	text-align:center;
	margin-bottom:90px;
}

.small {
	font-size: 12px;
	text-align: center;
}

/*==================================
  Footer_Layout
==================================*/
div#footer {
	background: url(../img/back_footer.jpg) top repeat-x;
	padding: 6px 0 15px;
	text-align: center;
}
div#footer dl {
	width: 900px;
	margin: 0 auto;
}
div#footer dl dt {
	width: 153px;
	float: right;
}
div#footer dl dd {
	padding-top: 6px;
}
