@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
body {
	color: #333333;
	/*background-color: #E2EFFC;*/
	background-color: #E2EFFC;
	/* font-family: sans-serif; */
	font-family:'MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0px;
}
hr {
	display: none;
}
table{
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}
table th {
	width:80px;
	padding: 10px;
	line-height: 150%;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #78B5F1;
	border-top: 0 none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
table td {
	width: 498px;
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #BBBBBB;
}

ul {
	list-style: none;
}


/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}

