@charset "utf-8";
/* CSS Document */

/* ■基本設定 */
* { margin:0; padding:0; }
h1, h2, h3, h4, p, ul, li, ol, blockquote, form, img, table, dl, dt, dd, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	border-style: none;
	font-size: 14px;
}

html{

}
body{
	background-color: #f3efe8;
}

img  {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* ■基本構成 */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#header{
	padding-bottom:10px;
	height: 160px;
}
#title {
	float: left;
	width: 400px;
}

/*グローバルナビ*/
#globalNavi{
	float: right;
	width: 500px;
}

/*サイト内検索　図鑑の使い方*/
#navi01{
	position: relative;
	background-image: url(../../images/bg_search.gif);
	height: 47px;
	background-position: right;
	background-repeat: no-repeat;
}
	#navi01 .searchbtn{
		position: absolute;
		left: 200px;
		top: 14px;
	}
	#navi01 .textbox{
		position: absolute;
		left: 220px;
		top: 15px;
		width: 120px;
	}
	#navi01 .helpbtn{
		position: absolute;
		left: 355px;
		top: 14px;
	}
	#navi01 .text{
		position: absolute;
		left: 380px;
		top: 16px;
	}
	#navi01 .text a {
		color: #333;
		text-decoration: none;
	}

/*グローバルメニュー*/
#navi02{
	padding-top: 13px;
}
	#navi02	li {
		float: left;
		height: 90px;
		width: 80px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
		#navi02	li.navi02_1 a {
		background-image: url(../../images/navibtn_01.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_1 a:hover {
		background-position:left -90px;
		}
		#navi02	li.navi02_2 a {
		background-image: url(../../images/navibtn_02.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_2 a:hover {
		background-position:left -90px;
		}
		#navi02	li.navi02_3 a {
		background-image: url(../../images/navibtn_03.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_3 a:hover {
		background-position:left -90px;
		}
		#navi02	li.navi02_4 a {
		background-image: url(../../images/navibtn_04.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_4 a:hover {
		background-position:left -90px;
		}
		#navi02	li.navi02_5 a {
		background-image: url(../../images/navibtn_05.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_5 a:hover {
		background-position:left -90px;
		}
		#navi02	li.navi02_6 a { /* my図鑑にデータが無い場合 */
		background-image: url(../../images/navibtn_06none.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_6 a:hover { /* 〃 無い */
		background-position:left -90px;
		}
		#navi02	li.navi02_6in a { /* my図鑑にデータが有る場合 */
		background-image: url(../../images/navibtn_06in.gif);
		background-repeat: no-repeat;
		background-position:left 0px;
		}
		#navi02	li.navi02_6in a:hover { /* 〃 有る */
		background-position:left -90px;
		}

	#navi02	li a {
		height: 90px;
		width: 80px;
		display: block;
		background-position:left -90px;
	}
	#navi02	li a:hover {
		height: 90px;
		width: 80px;
		display: block;
		background-position:left bottom;
	}


	#tab li.tab01 {
		background-image: url(../images/tab01.jpg);
		display: block;
		height: 40px;
	}

	#tab li.tab01 a, #tab li.tab02 a, #tab li.tab03 a{
	display: block;
	height: 40px;
	}
	#tab li.tab01 a:hover {
		background-image: url(../images/tab01.jpg);
		display: block;
		height: 40px;
	}

/* ■フッター */
#footer{
	background-color:#5a482a;
	width:auto;
	color: #FFF;
	height: 80px;
	padding: 10px;
}
#footer a {
	background-color:#5a482a;
	width:auto;
	color: #FFF;
	text-decoration: none;
}
#footer li {
	float: left;
	font-size: 1em;
	padding-right: 10px;
	list-style-type: none;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer li.last {
	border-right-style: none;
}

#footer .copyright {
	text-align: right;
}

#snsbtn{
	text-align:left;
	clear: both;
	padding-top: 16px;
}
#snsbtn .ico1{
	margin-right: 10px;
}
#snsbtn .ico2{
	margin-left: 5px;
}



/* =================================================
clearfix
================================================= */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* =================================================
new clearfix
================================================= */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*************************************************************
　■4/30 追加
**************************************************************/

/* ページトップへ戻る*/
#retop {
	clear: both;
	width: 150px;
	font-size: 12px;
	padding-left: 650px;
	text-indent: 40px;
}

#retop #repage {
	line-height: 30px;
	height: 30px;
	width: 150px;
	font-size: 12px;
	text-indent: 40px;
	text-align: left;
}
#retop #repage a {
	color: #600;
	line-height: 30px;
	background-image: url(../../images/repage.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: left 0px;
	height: 30px;
	width: 150px;
	display: block;
}
#retop #repage a:hover {
	background-position:left -30px;
}

/*アクセシビリティ対応*/
.skip {
    text-indent: -9999px;
    line-height: 0;
}
