@charset "shift_jis";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	width:800px;
	padding:30px 30px 0 30px;
	background:#fff;
}
/*　横線の色　*/
#main-border {
	width:860px;
	padding:0 1px 0 1px;
	background:#999999;
	margin:0 auto 0;
}

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


#top-img {
	width:800px;
	height:300px;
}
.space{clear:both; height:60px;}

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


#top-hedder {
	background:url(../img/top-hedder.jpg) no-repeat;
	width:720px;
	height:130px;
	padding:70px 0 0 40px;
}

#contener {
	width:780px;
	margin-top:30px;
}
.box-l {
	float:left;
	width:300px;
	height:140px;
	margin-right:20px;
	padding:0;
}
.box-r {
	float:left;
	width:480px;
	height:170px;
	margin:0;
	padding:0;
}
.box p {
	margin:5px;
	font-size:14px;
	line-height: 140%
}
#bottom {
	width:830px;
	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;
}

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

/*　ページ　*/
#page-hedder h1 {
	font-size:20px;
}