@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	letter-spacing:0px;
}
body {
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:28px;
	font-weight:normal;
	letter-spacing:0px;
	border:0;
	overflow-y:scroll;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}


a{
	color:#0DB7B7;
	text-decoration:none;
}


a:hover {
	color:#820041;
}
p{
	text-align:justify; 
	text-justify:inter-ideograph;
	padding:0;
	margin:0;
	letter-spacing:1px;
	color: black;
}

img {
	border-width:0px;
	vertical-align: bottom;
	display:block;
}
br {
	letter-spacing:0;
}
h2,h3,h4{
	margin:10px 0 20px 0;
}
.clear {
	clear:both;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
}

table {
   width: 800px;
   border: 3px solid #EB6C1F;
}


td {
	text-align:left;
	font-size:14px;
	color:black;
	padding: 5px 0 5px 70px;
	}
