@charset "shift_jis";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#cccccc;
}

#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%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#text {
	width: 520px;
	font-size: 17px;
	line-height: 180%; margin-top:25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.space{clear:both; height:60px;}


#bottom {
	width:520px;
	height:80px;
	text-align:left;
	margin:0 auto 0;
	padding-left:30px;
	font-size:14px;
	clear:both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.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;
}


