/*CSS Document*/

/*Elements*/
html,body{
	margin: 0px;
	padding:0px;
}

body{
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3';
}

a:link{
	color: #173759;
	text-decoration: underline;
}

a:visited{
	color: #173759;
	text-decoration: underline;
}

a:hover{
	color: #173759;
	text-decoration: none;
}

a:active{
	color: #173759;
}

p{
	margin: 0px 0px 14px 0px;
}


/*Area*/
.HeadArea{
	width: auto;
	height: 100px;
	background-color: #0075C2;
	text-align: center;
	margin-top: 0px;
}

.MainArea{
	width: 1000px;
	/*height: 310px;*/
	margin: 55px auto 55px auto;
	background-image: url(../img/sp.png);
	background-repeat: no-repeat;
	background-position: 100% 2%;
}

.FooterArea{
	width: auto;
	height: 58px;
	background-color: #0075C2;
	text-align: center;
	margin-bottom: 0px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 40px;
}

H1{
	margin: 0px;
}

H1 img{
	margin: 20px 0px 20px 0px;
}

H2 img{
	text-align: left;
}

.qrabout{
	width: 632px;
	height: 180px;
	float: left;
	margin-left: 15px;
}

/*Table*/
table {
	width: 1000px;
	height: 600px;
	border: 1px solid #DDDDDD;
	text-align: center;
	border-collapse: collapse;
}

th{
	background-color: #0075C2;
	color: #ffffff;
	border: 1px solid #DDDDDD;
}

td{
	border: 1px solid #DDDDDD;
}

tr{	
	background-color: #ffffff;
	width: auto;
	height: 60px;
	border: 1px solid #DDDDDD;
}

.head{
	background-color: #2B91AD;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}

.menu_left{
	background-color: #eeeeee;
	color: #17375B;
	font-weight: bold;
	border: 1px solid #DDDDDD;

}