/* CSS Document */

@charset "utf-8";
/* formatting style


------------------------------*/

* { /*Reset*/
	margin: 0;
	padding: 0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0 auto;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #66CC33;
	text-decoration: none;
}
a:visited {
	color: #66CC33;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}

/* basic layout
------------------------------*/

.bace{
	margin:0 auto;
	/*text-align:center;*/
}
#wrapper {
	width:950px;
　　/*920以上で設定：白サイズ調整 EeePCの画面ではギリギリ背景表示*/
	padding:0px 0px/* サイド余白調整*/;
	margin: 0px auto;
	background: #FFF0DD;
}

#header {
	width: 950px;
	padding-top: 20px;
	height: 75px;
	padding-bottom: 20px;
	background: #FFFFFF;
}
#navigation {
	text-align: center;
	height: 33px;
	width: 950px;
	background: #000000;
}

#footer {
	width: 950px;
	border-top: 1px solid #000000;
	height: 50px;
	padding-top: 7px;
	text-align: right;
	position: relative;
	float: none;
	margin: 0px;
	background-color: #FFFFFF;
}


/* header layout
------------------------------*/
#header #logo {
	float: left;
	height: 75px;
	width: 550px;
}
#header #top-link {
	float: right;
	height: 20px;
	width: 300px;
	margin-top: 0px;
	text-align: right;

