@charset "utf-8";
/* CSS Document */




/*基本レイアウト*/

body {
	width: 700px;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	color: #777777;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
	font-size: 80%;
	line-height: 190%;
	border-top: #8F846B 12px solid;
}
* html body{  
    overflow: hidden;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	text-justify: distribute;
}
address {
    text-decoration: none;
	font-style: normal;
	font-size: 85%;
	clear: both;
	color: #999999;
	text-align: center;
}
a {
    text-decoration: none;
	color: #777;
}
a:hover {
	color: #999;
}
.center {
    text-align: center;
}
a:hover img {
    opacity:0.6;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
}
.float_r {
    float: right;
}
.float_l {
    float: left;
}
.center {
    text-align: center;
}
.off img {
	opacity:0.4;
    filter: alpha(opacity=40);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=40)";  /* ie 8 */
    -moz-opacity:0.4;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.4;              /* Safari 1.x */
}