@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	/* font-family: sans-serif; */
	font-family:'MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	/*font-size: 75%;
	line-height: 1.6;*/
	font-size: 90%;
	line-height: 1.6;
	margin: 0px;
}
hr {
	display: none;
}
table{
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 10px;
}
table th {
	padding: 5px;
	line-height: 130%;
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
table   td {
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	line-height: 130%;
}
table  th.table_top  {
	background-color: #CCCCCC;
	color: #333333;
}
ul {
	list-style: none;
}
a:link {
	color: #000066;
	text-decoration: underline;
}


/* link style
-----------------------------------*/
a img {
	border-style: none;
}
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;
}
h3 a:link      {
	text-decoration: none;
	color: #3366CC;
}
h3 a:visited   {
	color: #3366CC;
	text-decoration: none;
}
h3 a:hover      {
	text-decoration: underline;
}
