@charset "UTF-8";
/* initialize and formatting */
* {
	margin: 0;
	padding: 0;
	color:#333333;
	font-size: 100%;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Verdana', 'Arial', 'Helvetica', 'Osaka', 'ＭＳ Ｐゴシック';
}
html {
	height:100%;
}

a, a:link, a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF9900;
}

dl, dd {
  margin-bottom: 0.5em;
}
p {
	margin-bottom: 0.5em;
	font-size: 95%;
	margin-left: 20px;
	text-transform: none;
}
object, embed {
	vertical-align:top;
}

/* common styles */
body {
	color: #000000;
	height:100%;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(../img/top_last/bg.gif);
}

p.fClear {
  clear: both;
  height: 0;
}
p.indent {
	text-indent:2em;
	line-height: 110%;
	}
img.link {
	border:1px solid #CCCCCC;
}