@import url("reset.css");





/*===== Base =====================================*/

body {
	height:100%;
	font-size: 85%;
	line-height: 150%;
	color: #535557;
	background-color: #EDECE9;
	}
	
body,p,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

th{
	font-weight: normal;
	}
	
a{
	color: #535557;
	text-decoration: none;
	}
	
a:hover{
	color: #E60012;
	}
	
a:visited, a:active, a:focus{
	}
	
p{

	}




/*===== Basic Layout =====================================*/

	
#page {
	width: 860px;
	margin: 0px auto;
	border: 1px solid #999;
	background-color: #FFF;

	}
	
* html body {
	height:100%;
	}

	

	
	
/*===== Header =====================================*/


#header {
	height: 160px;
	margin-right: 35px;
	margin-left: 35px;
	
	}
	
h1 {
	color: #715567;
	margin-bottom: 8px;
	font-size: 12px;
	margin-top: 15px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	}
	
.logo {
	float: left;
	margin-top: 55px;
	}
.site {
	float: right;
	margin-top: 20px;
}
.site address {
	font-size: 77%;
	margin-top: 5px;
	margin-bottom: 5px;
}








/*===== Primary Contents =====================================*/


#primaryarea {
	width: 535px;
	float: right;
	margin-right: 35px;
	margin-bottom: 50px;

	}
	
#primaryarea h3 {
	font-weight: normal;
	color: #EA6DA4;
	font-size: 122%;
	line-height: 130%;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EA6DA4;
	margin-bottom: 8px;
}
#page #primaryarea h3.noline {
	border-bottom-style: none;
}
#page #primaryarea h3.orange {
	color: #F29600;
	border-bottom-color: #F29600;
}


#primaryarea h4 {
	font-weight: bold;
	color: #EA6DA4;
}
#primaryarea h5 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 25px;
	font-size: 100%;
	background-color: #F0F0F0;
	padding-left: 10px;
}


#primaryarea h2 {
	font-size: 144%;
	line-height: 100%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #535557;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
#primaryarea h2 span {
	font-size: 0.65em;
	font-weight: normal;
	color: #535558;
}

#primaryarea p  {
	font-size: 85%;
	line-height: 180%;
}

#primaryarea table p  {
	font-size: 85%;
	line-height: 160%;
}





	





/*===== Side Contents =====================================*/


#side {
	float: left;
	width: 195px;
	margin-left: 35px;
	}
	
#side h3 {
	margin-bottom: 6px;
	}
	
#side h4 {
	margin-left: 20px;
	}
ul.link-text{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E60012;
	margin-bottom: 30px;
	line-height: 1.9em;
	font-size: 92%;
	padding-top: 6px;
	}
ul.link-text li  {
	padding-left: 20px;
	background-image: url(../images/common/side/list-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
ul.link-text a {

	}
ul.link-text a:hover{

	}
ul.link-text a:visited,a:active,a:focus{

	}
	
#side ul.link-button {
	margin-top: 30px;
	margin-left: 20px;
	}
	
#side table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E60012;
	width: 195px;
	font-size: 85%;
	margin-bottom: 35px;
	}
#side table th, #side table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side img.btn {
	padding: 3px;
	border: 1px solid #535558;
	margin-bottom: 80px;
}









/*===== Classes =====================================*/



.inquiry {
	margin-left: 30px;
	margin-top: 11px;
	display: inline;
	float: left;
	}
.table1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.table1 td,
.table1 th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: 85%;
}
.table1 th {
	background-color: #ECDDCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

.table2 {
}
.table2 td,
.table2 th {

	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
}
.table2 th {
	background-color: #F5F5F5;
}

.table3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 5px;
	font-size: 85%;
}
.table3 td,
.table3 th {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.table3 th {
	background-color: #F5F5F5;
}


.table4 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.table4 td,
.table4 th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	font-size: 85%;
}
.table4 th {
	background-color: #ECDDCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

.table5 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.table5 td,
.table5 th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	font-size: 100%;
}


	
.mustitem {
	border-left: medium solid #CC3300;
	}
.rules {
	list-style-position: outside;
	list-style-type: circle;
}
.rules li {
	margin-left: 15px;
}
.points li {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: circle;
}
.points {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #3F5C84;
}


.totop {
	text-align: right;
	margin-top: 15px;
}
.center {
	text-align: center;
}

.photoright {
	margin-bottom: 10px;
	margin-left: 15px;
}
.catch-red {
	font-size: 107%;
	color: #E20A16;
	font-weight: bold;
	margin-top: 15px;
}
.infodesk {
	font-size: 159%;
}

.h2margin {
	margin-bottom: 15px;
}
.column {
	font-size: 92%;
	background-color: #F9F9F9;
	padding: 6px;
	width: 220px;
	margin-left: 15px;
	border: 1px solid #EBEBEB;
	float: right;
}

.catch {
	font-size: 114%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 18px;
}


	
.error {
	font-size: 1.1em;
	color: #CC3300;
	}

.caption {
	line-height: 16px;
	color: #999;
	margin-top: 6px;
	padding: 10px;
	border: 1px dotted #CCC;
	}




/*===== Footer =====================================*/


#footer {
	clear: both;
	width: 860px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
	
	
.footer-link {
	font-size: 12px;
	color: #99CC33;
	margin-bottom: 45px;
	}

#footer div.list-block {
	font-size: 10px;
	color: #666;
	margin-top: 20px;
	margin-left: 30px;
	line-height: 12px;
	margin-bottom: 5px;
	margin-right: 30px;
	clear: left;
	}

#footer .list-block ul {
	margin-bottom: 10px;
	line-height: 160%;
	}

#footer .list-block ul li {
	float: left;
	background-image: url(../images/common/footer/list-icon-mini.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 15px;
	padding-left: 15px;
	display: inline;
	line-height: 160%;
	}
	
#footer .list-block a {

	}
	


.copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 30px;
	}

	
	
	
/*===== Others =====================================*/
	
.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

.underline {
	border-bottom: 1px dotted #77ABD1;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
#secureseal {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

