@charset "UTF-8";

/* ログイン共通
=================================*/

/*========*/
/* ヘッダ */
/*========*/

/* ヘッダ */
#header-common {
	width: 100%;
	height: 92px; /* 2009.11.15 75pxから変更 */
	background: #000000;
}

#header-wrap {
	width: 770px;
	height: 92px;
	margin: 0 auto;
	position: relative;
}

/* ロゴ */
em#logo {
	width: 240px;
	height: 58px;
	display: block;
	background: url(../images/main/logo.jpg) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
}

em#logo a {
	width: 228px;
	height: 46px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
}

em#logo a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* ロゴ ログインしてない時 */
em#logo_o {
	width: 240px;
	height: 58px;
	display: block;
	background: url(../images/main/logo_o.jpg) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
}

em#logo_o a {
	width: 228px;
	height: 46px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
}

em#logo_o a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Japanese Time */
#time {
	position: absolute;
	bottom: 25px;
	right: 0;
	color: #999999;
	line-height: 1;
	background: url(../images/main/t_time.gif) no-repeat left bottom;
	padding-left: 92px;
	font-family: Arial;
	font-size: 22px;
}

#banner001 {
	position: absolute;
	bottom: 15px;
	right: 240px;
	color: #999999;
	width: 234px;
	height: 60px;
}

/* サイト内検索 */
#search {
	position: absolute;
	bottom: 25px;
	right: 0;
}

#search form * {
	vertical-align: bottom;
}

#search input.search_box {
	width: 150px;
	height: 16px;
}

#search input.btn_search {
	width: 46px;
	height: 22px;
}


/* ユーザー */
#user {
	width: 100%;
	height: 50px;
	background: url(../images/main/bg_user.jpg) repeat-x left top;
}

#user-wrap {
	width: 770px;
	height: 50px;
	margin: 0 auto;
	text-align: right;
	line-height: 1;
}

#user-wrap p#user-name {
	float: left;
	text-align: right;
	width: 510px;
	font-size: 84%;
	font-weight: bold;
	color: #666666;
	line-height: 50px;
}

/* ユーザーボタン */
#user-wrap ul {
	width: 230px;
	height: 22px;
	float: right;
	margin-top: 14px;
}

#user-wrap ul li {
	list-style: none;
	float: left;
}

/* ユーザーボタン：登録情報変更 */
#user-wrap ul li#user-info a {
	background: url(../images/main/btn_userinfo.jpg) no-repeat 0 0;
	display: block;
	width: 110px;
	height: 22px;
}

#user-wrap ul li#user-info a:hover {
	background: url(../images/main/btn_userinfo.jpg) no-repeat 0 -22px;
}

/* ユーザーボタン：ログアウト */
#user-wrap ul li#user-logout a {
	background: url(../images/main/btn_logout.jpg) no-repeat 0 0;
	display: block;
	width: 110px;
	height: 22px;
	margin-left: 10px;
}

#user-wrap ul li#user-logout a:hover {
	background: url(../images/main/btn_logout.jpg) no-repeat 0 -22px;
}

#user-wrap ul li#user-info a span,
#user-wrap ul li#user-logout a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* ナビゲーション */
#navi {
	width: 100%;
	height: 28px;
	background: url(../images/main/bg_navi.jpg) repeat-x left top;
	clear: both;
}

#navi-wrap {
	width: 770px;
	height: 28px;
	margin: 0 auto;
}

#navi-wrap ul {
	width: 770px;
	height: 28px;
}

#navi-wrap ul li {
	list-style: none;
	float: left;
}

#navi-wrap ul li#navi1 a {
	background: url(../images/main/navi.jpg) no-repeat 0 0;
	display: block;
	width: 129px;
	height: 28px;
}

#navi-wrap ul li#navi1 a:hover {
	background: url(../images/main/navi.jpg) no-repeat 0 -28px;
}

#navi-wrap ul li#navi2 a {
	background: url(../images/main/navi.jpg) no-repeat -129px 0;
	display: block;
	width: 128px;
	height: 28px;
}

#navi-wrap ul li#navi2 a:hover {
	background: url(../images/main/navi.jpg) no-repeat -129px -28px;
}

#navi-wrap ul li#navi3 a {
	background: url(../images/main/navi.jpg) no-repeat -257px 0;
	display: block;
	width: 128px;
	height: 28px;
}

#navi-wrap ul li#navi3 a:hover {
	background: url(../images/main/navi.jpg) no-repeat -257px -28px;
}

#navi-wrap ul li#navi4 a {
	background: url(../images/main/navi.jpg) no-repeat -385px 0;
	display: block;
	width: 128px;
	height: 28px;
}

#navi-wrap ul li#navi4 a:hover {
	background: url(../images/main/navi.jpg) no-repeat -385px -28px;
}

#navi-wrap ul li#navi1 a span,
#navi-wrap ul li#navi2 a span,
#navi-wrap ul li#navi3 a span,
#navi-wrap ul li#navi4 a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*========*/
/* フッタ */
/*========*/

/* フッタ */
#footer-common {
	clear: both;
	width: 100%;
	background: #000000;
	border-top: solid 2px #B1874D;
	margin-top: 30px;
}

#footer-wrap {
	width: 770px;
	margin: 15px auto 0;
	padding-bottom: 50px;
	font-size: 70%;
	color: #FFFFFF;
}

#footer-wrap a:link,
#footer-wrap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-wrap a:hover,
#footer-wrap a:active {
	color: #C5983A;
	text-decoration: none;
}

#footer-wrap ul li {
	list-style: none;
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	border-left: 1px solid #FFFFFF;
}

#footer-wrap ul li.fnv-right {
	border-right: 1px solid #FFFFFF;
	padding-right: 4px;
	margin-right: 0;
}

#footer-wrap p {
	background: url(../images/main/copyright.gif) no-repeat;
	width: 336px;
	height: 9px;
	margin-top: 5px;
}

#footer-wrap p span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*============*/
/* コンテンツ */
/*============*/

/* ページの先頭へ */
.pagetop {
	padding-top: 20px;
	background: url(../images/main/ico_pagetop.jpg) no-repeat right bottom;
	text-align: right;
	padding-right: 18px;
	font-size: 70%;
	line-height: 1;
}

.pagetop a:link,
.pagetop a:visited {
	color: #A07B30;
}

.pagetop a:hover,
.pagetop a:active {
	color: #C5983A;
	text-decoration: none;
}


a.link01:link,
a.link01:visited {
	color: #A07B30;
}

a.link01:hover,
a.link01:active {
	color: #C5983A;
	text-decoration: none;
}