@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#cccccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#main {
	width:520px;
	padding:20px 20px 0 20px;
	background:#ffffff;
}

/*　横線の色　*/
#main-border {
	width:560px;
	padding:0 1px 0 1px;
	background:#666666;
	margin:0 auto 0;
}

h1 {
margin: 25px 0 0 0 ;
font-size: 24px;
line-height: 150%;
}

h2 {
margin: 20px 0 0 0 ;
font-size: 18px;
line-height: 150%;
}

#text {
	width: 520px;
	font-size: 110%;
	line-height: 180%; margin-top:25px;
}

.sml {
	font-size: 80%;
	margin: 0 0 -4px 0;
	color: #666666;
}

.space{clear:both; height:60px;}
.space20{clear:both; height:20px;}
.space10{clear:both; height:10px;}

#bottom {
	width:520px;
	height:60px;
	text-align:left;
	margin:0 auto 0;
	padding-left:30px;
	font-size:14px;
	color: #ffffff;
	clear:both;
}


.blue {
color: #0066cc;
}


a:link {/*未訪問のリンク*/
    color:#900;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#600;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#F00;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


