@charset "UTF-8";
/* CSS Document */
body{
	margin:50px;
	padding:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#wrapper{
	width:800px;
	hight:600px;
}
/*ヘッダー*/
#header{
	width:800px;
	height:150px;
}
h1{
	font-size:36px;
	margin-bottom:10px;
	color:#000;
}
h2{
	font-size:17px;
	margin-top:0px;
	color:#000;
}
h3{
	font-size:11px;
	color:#000;
}

/*ナビゲーション*/
#navi{
	width:300px;
	height:400px;
	margin:0px;
	float:left;
}
p{
	margin:0px;
	margin-bottom:10px;
	font-size:13px;
    color:#000;
}
a:link{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#F9C;
	border-bottom:none;
}
/*メイン画像*/
#main{
	width:500px;
	height:400px;
	margin:0px;
	float:right;
}
/*フッター*/
#footer{
	width:800px;
	height:50px;
	clear:both;
}
h4{
	font-size:10px;
	color:#999;
}
