@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 120%;
	font-weight: normal;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}

a:hover img {
/*モダンブラウザ用*/
opacity:0.6;
/*IE7以下用*/
filter:alpha(opacity=60);
/*IE8用*/
-ms-filter:"alpha(opacity=60)";
}

h1 {
	font-size: 13px;
	color: #666;
	line-height: 15px;
	margin: 0px;
	font-weight:normal;
	padding-top:5px;
	text-align:center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.box_kakumaru01   {
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	background-color: #FFF;
}
