@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;
	margin: 0px;
}
hr {
	display: none;
}
table{
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
table th {
	padding: 5px;
	line-height: 150%;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #CC9933;
	border-top: 0 none #E3E3E3;
	border-right: 0 none #E3E3E3;
	border-bottom: 1px none #E3E3E3;
	border-left: 1px none #E3E3E3;
}
table   td {
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px dotted #666666;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table  th.table_top  {
	background-color: #CCCCCC;
	color: #333333;
}
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;
}
h3 a:link      {
	text-decoration: none;
	color: #3366CC;
}
h3 a:visited   {
	color: #3366CC;
	text-decoration: none;
}
h3 a:hover      {
	text-decoration: underline;
}
