@charset "utf-8";
/* CSS Document */

/* 全体 ݒ*/
body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper {
    width:740px;
	background-image: url(../images/bghome.gif);
	background-repeat: no-repeat;
}
.hide {
	display: none;
}
.fontstrong {
	font-weight: bold;
}
.nostrong {
	font-weight: normal;
}

/* ヘッダー */
#head{
    height:100px;
}
#navi2 {
	text-align: right;
	float: right;
	line-height: 40px;
}

#navigation {
	width: 590px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navi {
	float: right;
	font-weight: bold;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-color: #9C5900;
	border-bottom-color: #9C5900;
	background-color: #FF9600;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
}

.navi a{
	color: #421800;
	background-color: #E7CF52;
	text-decoration: none;
	line-height: 18px;
	display: block;
}
.navi a:hover{
	background-color: #FDE302;
	color: #CC0000;
}

#homelogo {
	width: 120px;
	float: left;
	height: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#homelogo a{
	color: #E1E7F4;
	text-decoration: none;
}
#homelogo a:hover{
	color: #FFFFFF;
}

#logo_j {
	float: right;
	margin: 0px;
}

/* フッター */
#foot{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* カウンター */
#counter{
	margin-top: -14px;
}
