@charset "utf-8";
/* CSS Document */

/* 文字の設定　*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.05em;
	color:#333;
	font-size: 13px;
	*font-size:small;
	*font:x-small ;
}
/*ie8用ハック b　odyのスペース取ってね*/
html>/**/body {
	font-size/*\**/:small\9;
}

/*リンク設定*/
a:link,a:visited,a:hover {
	text-decoration:none;
	color:#F60;
}

/*基本マージン等設定*/
p {
	margin:1em 0;
}
ul {
	margin: 0.5em 0;
	list-style-type: none;
}
dl {
	margin:0.5em 0;
}
li {
	background:url(../img/common/list.png) no-repeat 0 4px;
	padding-left:14px;
}
img {
	border:none;
}

/*ページ枠組み*/
#page {
	background: #fff9e1;
	width: 900px;
	margin:0 auto;
	border:solid 1px #d9d9d9;
	font-size:108%;
}
/*影部分*/
#back {
	margin:10px auto;
	width:930px;
	background:url(../img/common/bg-shadow.gif) repeat-y;
}
/*フッター部分*/


#footer {
	clear: both;
	text-align: center;
	padding-bottom:10px;
	background:#fff9e1;
	width:100%;
}
#footer hr {
	margin-top:-6px;
}
/*上部タイトルロゴ*/
#logo {
	background: #fff9e1 url(../img/bg1.png) no-repeat 0 -550px;
	height: 55px;
	width: 180px;
	position: relative;
	list-style-type: none;
}

#logo2 a{
	background: #fff9e1 url(../img/bg1.png) no-repeat 0 -550px;
	height:0;
	width: 180px;
	position: relative;
	list-style-type: none;
	float:left;
	z-index:9999;
	padding-top:55px;
	overflow:hidden;
}
#logo3 {
	background: #fff9e1 url(../img/bg1.png) no-repeat -320px -545px;
	height: 55px;
	width: 160px;
	position: relative;
	list-style-type: none;
	float:right;
	z-index:10000;
}


/*画像テスト(影付き)
.shadow {
	margin: 0 0 0 5px;
	background:url(../img/common/shadow_img.gif) right bottom;
	float: left;
}

.shadow img {
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #999999;
}*/

#footer ul li {
	background:none;
	display:inline;
	padding:0 14px;
}

html {
   overflow-y:scroll;
}