@import url("reset.css");





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

body {
	font-size: 0.75em;
	line-height: 1.8em;
	height:100%;
	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: #88AC90;
	text-decoration: none;
	}
	
a:hover{
	color: #8CAE93;
	}
	
a:visited, a:active, a:focus{
	color: #6AB577;
	}
	
p{
	margin:0 0 8px;
	}




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

	
#page {
	width: 860px;
	margin: 0px auto;
	border: 1px solid #999;
	background-color: #FFFFFF;
	background-image: url(../images/common/page/page-bg.png);
	background-repeat: repeat-y;

	}
	
* html body {
	height:100%;
	}

	

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


#header {
	height: 239px;
	width: 860px;
	background-color: #FFF;
	}

	
h1 {
	color: #5F8968;
	margin-bottom: 8px;
	font-size: 12px;
	margin-top: 15px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	}
	
.logo {
	margin-top: 95px;
	margin-left: 20px;
	}

#sitesearch {
	margin-top: 80px;
	margin-left: 10px;
	font-size: 12px;
	}
#sitesearch .submitbtn {
	font-size: 10px;
	vertical-align: top;
	padding: 0.1em;
	width: 75px;
}






/*===== Navigation =====================================*/


#navigation{
	height: 52px;
	width: 860px;
	clear: both;
	}
	
#navigation ul {
	height: 52px;

	}

#navigation ul li {
	float: left;
	height: 52px;
	}



	
#topicpath {
	}
	
#topicpath p {
	}
	
#topicpath a{
	}
	
#topicpath a:hover{
	}
	
#topicpath a:visited, a:active, a:focus{
	}




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


#primaryarea {
	width: 620px;
	float: right;
	clear: left;
	}

#primaryarea .primarycontent {
	width: 560px;
	margin-top: 25px;
	margin-left: 30px;
	}



	
#primaryarea #footlogo {
	margin-top: 70px;
	margin-bottom: 20px;
	margin-left: 30px;
	}
#primaryarea ul.pagelink {
	margin-top: 15px;
	list-style-type: none;
	margin-bottom: 35px;
	float: left;
	margin-right: 30px;
	}

#primaryarea ul.pagelink li{
	background-image: url(../images/common/icon-pagelink.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	}

.primarycontent h2 {
	background-image: url(../images/common/h2-square.png);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 160%;
	padding-left: 45px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E41715;
	font-weight: bold;
	line-height: 115%;
	color: #666666;
	}
	
.primarycontent h3 {
	background-image: url(../images/common/h3-bar.png);
	background-repeat: no-repeat;
	height: 27px;
	font-size: 129%;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E41715;
	font-weight: bold;
	line-height: 129%;
	color: #666666;
	clear: left;
	margin-top: 40px;
	}
.primarycontent .box-open {
	background-image: url(../images/common/open-bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.primarycontent .box-close {
	background-image: url(../images/common/close-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}


	





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


#side {
	float: left;
	width: 240px;
	background-color: #67A5BE;
	background-image: url(../images/common/side/side-bg.jpg);
	background-position: bottom;
	padding-bottom: 380px;
	background-repeat: no-repeat;
	}
	
#side .concept-slogan {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	}
	
#side h5 {
	font-size: 10px;
	color: #FFF;
	}
	
#side h4 {
	margin-left: 20px;
	}

#side ul.link-text{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABDCE7;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 200px;
	}
	
#side ul.link-text li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABDCE7;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
	
#side ul.link-text a{
	color: #454545;
	}
	
#side ul.link-text a:hover{
	color: #E6F2E8;
	}
	
#side ul.link-text a:visited, a:active, a:focus{
	color: #666;
	}
	
#side ul.link-button {
	margin-top: 30px;
	margin-left: 20px;
	}
	
#side ul.link-button li {
	margin-bottom: 6px;
	width: 196px;
	height: 40px;
}








/*===== 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;
}
.table1 th {
	background-color: #F5F5F5;
}

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

ol.points li {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal;
}
ol.points {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #3F5C84;
}


.totop {
	text-align: right;
}
.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: 152%;
	line-height: 150%;
	font-weight: bold;
}


	
.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: #EDECE9;
	}
	
	
.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;
	float: left;
	line-height: 12px;
	margin-bottom: 0px;
	}

#footer h4 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #66936F;
	padding-left: 4px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #999;
	}

#footer .list-block ul {
	margin-bottom: 8px;
	margin-left: 8px;
	}

#footer .list-block ul li {
	margin-bottom: 2px;
	color: #848484;
	}
	
#footer .list-block a {
	color: #66936F;
	}
	


.copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

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

.hidden {
	display: none;
	}

.underline {
	border-bottom: 1px dotted #77ABD1;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
.catch2 {
	font-size: 107%;
	line-height: 120%;
	font-weight: bold;
}
ul.greeting {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.guidance-grapgh img{
	margin-bottom: 20px;
}
.guidance-grapgh h4 {
	font-size: 114%;
	font-weight: bold;
}
