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

/*
ブラウザ、OS間のフォントサイズの差異をなくす。

基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(em)
10px : 0.77em
11px : 0.85em
12px : 0.92em
13px : 1.0em
14px : 1.07em
15px : 1.14em
16px : 1.22em
17px : 1.29em
18px : 1.36em
19px : 1.44em
20px : 1.52em
21px : 1.59em
22px : 1.67em
23px : 1.74em
24px : 1.82em
25px : 1.89em
26px : 1.97em
*/

/*==========================================
html
==========================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto; 
}

* html { /* for IE6 */  
    overflow: hidden;  
    overflow-x: auto;  
    height: 100%;
}

body {
    overflow-x: hidden;
	overflow-y: hidden;
	position: relative;  
    min-width: 980px;
} 

* html body { /* for IE6 */  
    overflow-y: auto;  
    height: 100%;  
}  

body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","メイリオ","Meiryo";
	 font-size: 13px;
	*font-size: small;
	*font: x-small;
	color: #FFFFFF;
	background-color: #111111;
}

hr {
	display: none;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, table, th, td, di, dt, dd {
	text-align: left;
}

h1 {
	width: 122px;
	height: 75px;
	margin: 0;
}

p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1em;
	letter-spacing: 0.1em;
}

a {
	color: #9E5305;
	text-decoration: none;
	/* FireFox リンク選択時の点線を消す　*/
    outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

li img {
	vertical-align: bottom;
}
  
/*==========================================
layout
==========================================*/

#container {
	width: 980px;
	margin: 0 auto -20px;
}
	
#header {
	width: 980px;
	height: 125px;
	position: relative;
}

#headertop {
	width: 980px;
	height: 75px;
}

#header .banner {
	width: 210px;
	height: 75px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/honney_banner.png);
}

#globalNavi li {
	float: left;
	width: 140px;
	height: 50px;
}

#logo_sprite li {
	float: left;
	width: 130px;
	height: 75px;
}

/*==========================================
mainblock
==========================================*/

#mainblock {
	width: 980px;
	height: 490px;
	margin: 10px 0 0 0;
}

#home #mainblock {
	background-image: url(../../img/main.jpg);
	background-color: #111111;
	background-repeat: no-repeat;
}

p.rabbit {
	float: right;
	position: relative;
	margin: 389px -30px 0 10px;
}

#subarea p.rabbit {
	margin: -101px -30px 0 0 ;
}

.rabbit em { 
	background:url("../../img/top_popup.png") no-repeat; 
	width:200px; 
	height:125px; 
	position:absolute; 
	top: -50px; 
	left:-110px; 
	text-align:center; 
	text-indent:-9999px; 
	z-index:2; 
	display:none;
}

#rabbit {
	width: 138px;
	height: 206px;
}
	
/*==========================================
subarea
==========================================*/

#subarea {
	width: 980px;
	height: 105px;
}

/*==========================================
Ticker
==========================================*/

.Topics {
	width: 350px;
	height: 105px;
	float: left;
	/*\*/
	overflow: hidden;
	/**/
}

.Topics h2 img {
	padding: 15px 0 0 20px;
	float: left;
}

#Ticker {
	width: 400px;
	height:45px;
	padding: 0 0 0 10px;
	background: #111111;
	float: left;
	/*\*/
	overflow: hidden;
	/**/
}
					
#Ticker li {
	padding: 0 0 0 10px;
	font-size: 1.0em;
	line-height: 140%;
}

#Ticker p {
	letter-spacing: 0.1em;
}
					
/*==========================================
fisheye(Mac風dock)
==========================================*/

#fisheye {
    width: 480px;
	height: 105px;
	float: left;
}

a.dock-item { 
    position: relative; 
	float: left; 
	margin: 0 20px 0 0; 
}
			
.dock-container { 
    position: relative;
	bottom: 0;
	height: 105px;
}

.dock-container li { 
    width: 60px;
	height: 62px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
}

a.dock-item {
	display: block;
	width: 60px;
	position: absolute;
	bottom: 0;
	font-size: 0.80em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
}
	
.dock-item span { 
    display: none; 
	padding-left: 20px;
}

.dock-item img {
    border: 0; 
    margin: 5px 13px 0;
	width: 100%; 
}

/*==========================================
footer
==========================================*/

#footer {
	margin: 0 -500%;  
    padding: 0 500%;  
    width: 100%;
	border-top: 1px solid #999999;
}

* html #footer { /* for IE6 */  
    position: relative;  
    zoom: 1;  
}  

* :first-child+html #footer { /* for IE7 */  
    position: relative;  
    zoom: 1;  
}  

#footer a {
	color: #999999;
}

#privacy {
	width: 150px;
	height: 20px;
	float: left;
	/*\*/
	overflow: hidden;
	/**/
}

#privacy p {
	font-size: 0.77em;
	letter-spacing: 0.1em;
	color: #999999;
	margin: 0;
	padding: 5px 0 0 0;
}

#copy {
	width: 275px;
	height: 20px;
	float: right;
	/*\*/
	overflow: hidden;
	/**/
}

#copy p {
	font-size: 0.77em;
	letter-spacing: 0.1em;
	color: #999999;
	margin: 0;
	padding: 5px 0 0 0;
}

