﻿body {
	background: url(../images/wrapper_bg.gif) repeat-x bottom fixed;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
	background: url(../images/wrapper_bg_image.gif) center bottom no-repeat;
	font-size: 12px;
}
/*▼リンク
---------------------------------------------------*/
a { color: #090; text-decoration:underline}
a:visited { color:#090; text-decoration:underline }
a:active { color:#090; text-decoration:underline }
a:hover { color: #0C0; text-decoration:underline}
/*▼ヘッダー
--------------------------------------------*/
#header {
	height: 46px;
	background-image:url(../images/header_bg.gif);
	margin: 0;
	padding: 0;
	background-color:#FFF;
}
#header-content {
	height: 46px;
	width: 800px;
	padding: 0;
	margin: 0 auto;
}
#header-title {
	float: left;
	height: 29px;
	width: 400px;
	margin: 0;
	padding: 9px 0 0 8px;
	display: inline; /* for WinIE6 */
}
#header-navi {
	float: right;
	margin: 4px 5px 0 0;
	padding: 0;
	width : 300px;
	text-align: right;
}

/*メイン
------------------------------------------------*/
#main-area {
	background: url(../images/main_wrapper_bg.gif) top center no-repeat;
}
#main-wrapper {
	clear: both;
	width: 796px;
	padding: 0 2px 0 2px;
	background: #FFF;
	margin: 0 auto;
}
#nav {
	margin: 20px 0 0 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
	margin: 0;
	padding: 0;
	line-height:0;
	height: 50px;
}
#nav ul li a{
	display: block;
	line-height:normal;
}

#nav ul li img{
	border: none;
}


/*▼フッター
-----------------------------------------------*/
#footer, #push {
	clear: both;
	margin: 0 auto;
	height: 54px;
	width: 800px;
}

#footer-content {
	width: 800px;
	height: 54px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}
#footer-content ul,#futter-content li {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 12px;
	list-style: none;
}
#footer-content li {
	float: left;
	margin-left: 4px;
	padding-left: 18px;
	background: url(../images/go.gif) no-repeat 5px 0.2em;
}
