﻿@charset "utf-8";

*{margin:0px; padding:0px;}

/* 全体 */
body{
	background-color:#f9c;
	text-align:center;
}
#cnt{
	width:800px;
	margin:10px auto 0px auto;

}

a img{
	border-style:none;
}

/* ヘッダー */
#header{
	height:111px;
	background:url(../img/con_header2.jpg) no-repeat top left;
	text-align:left;
}

/* ナビゲーション */
#navi{
	margin:10px auto 10px;
	padding-left:2px;
}
#navi li{
	width:106px;
	height:29px;
	list-style:none;
	float:left;
	margin-right:8px;
}
#navi img{
	border-style:none;
}
.last{
	margin-right:0px;
}

/* フッター */
.credit {
	clear: both;
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #900;
}