body {
	margin: 0;
	padding: 0;
	line-height:180%;
	color:#333;
	font-family:Arial, sans-serif, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥Ò¥é¥®¥Î´Ý¥´ Pro W4";
	font-size:0.95em;
	}

h1{
	padding:10px 0px 10px 30px;
	font-size:1.4em;
	font-weight: bold;
	color:#eeeeff;
	background-color:DarkSlateBlue;
	background-repeat:no-repeat;
    width:70%;
	background-position: 3px 50%;	
}

h2{
	font-weight: bold;
	color:#757575;
	background-image:url(./star_h2.gif);
	background-repeat:no-repeat;
	background-position: 3px 50%;	
	margin:0;
	padding:0 0 0 20px;
}

h3{
	font-weight: bold;
	color:#575757;
	background-image:url(./star_h3.gif);
	background-repeat:no-repeat;
	background-position: 4px 50%;	
	margin: 1.5em 0 .5em 0;
	padding:0 0 0 20px;
}

a:link  { color: #0e0a46; text-decoration: underline }
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
    color:#cc0033; 
}

/* É½ */
table.basic{
/*	border:0; */
	border: 1px solid #999999;
	border-collapse: collapse;
	
	white-space:normal;
	
}

table.basic th{
	border: 1px solid #999999;
	color:#575757;
}

th.left{
}

th.left_gray{
	background-color:#eeeeee;
}

th.center{
	text-align: center;
}

th.center_gray{
	text-align: center;
	background-color:#eeeeee;
}

th.right{
	text-align: right;
}

th.right_gray{
	text-align: right;
	background-color:#eeeeee;
}

table.basic td{
	border: 1px solid #999999;
}

td.left{
}

td.left_gray{
	background-color:#eeeeee;
}

td.center{
	text-align: center;
}

td.center p{
    text-align :center;
}

td.center_gray{
	text-align: center;
	background-color:#eeeeee;
}

td.center_gray p {
    text-align: center;
}

td.right{
	text-align: right;
}

td.right_gray{
	text-align: right;
	background-color:#eeeeee;
}

table.basic ul {
	padding-left: 1em;
}

td.separate{
	border: none;
	text-align: right;
	background-color:#eeeeee;
	height:5px;
}

.even{
	background-color:#eee;
}
.odd{
	background-color:#fff;
}


table.header{
	margin:0;
	border:none;
}


.td{

}

