@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-style:normal;
}
a:link {
	color: #003399;
	text-decoration: none;
}a:visited {
	color: #660033;
	text-decoration: none;
}a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#main a:link,#main a:visited,#main a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 1em;
	padding:0;
}
img {
	border:0;
}
td,th { border:none; padding:0; }
body {
	color:#333333;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	background-color: #EBEBEB;
	background-image: url(../img/back.gif);
	text-align: left;
	font-size:69%; /* IE */	/*12px base=75% 10px base=62.5%*/
,}html>/**/body {
  font-size: 10px; /* Except IE */
}


.block {
	display: block;
}
.clear {
	clear: both;
}
/*clearfix ##start##*/
.clearfix {}.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }.clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
/*clearfix ##end##*/

hr { display:none; }

/*--*/
div.right,p.right {
	display:block;
	float:right;
}
div.left,p.left {
	display:block;
	float:left;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
.mgr5 {
	margin-right:5px;
}
.mgr10 {
	margin-right:10px;
}
.mgl5 {
	margin-left:5px;
}
.mgl10 {
	margin-left:10px;
}
