@charset "utf-8";
/* layout.php用 */

a#new_header {
	height: 600px;
	width: 100%;
	display: block;
	background-image: url("/images/bg_character.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	overflow: hidden;
}

div#body {
	width: 100%;
	display: block;
/*	position: absolute;
	left: 50%;
	height: 100%;
	width: 1360px;
	margin-left: -680px;
	height: 600px;
	background-image: url("/images/bg_character.jpg");
	background-repeat: no-repeat;*/
	/*height: 600px;
	width: 100%;
	display: block;
	background-image: url("/images/bg_character.jpg");
	background-repeat: no-repeat;
	background-position: center center;*/
	}

div#right_banner_box {
	float: left;
	width: 130px;
	height: auto;
	margin-top: 60px;
}
	div#right_banner_box a#banner1 {
		width: 130px;
		height: 270px;
		background-image: url("/images/hb_ga2_banner.jpg");
		background-repeat: no-repeat;
		display: block;
	}
	
	div#right_banner_box a#banner2 {
		width: 130px;
		height: 270px;
		/*background-image: url("/images/hb_payment_banner.jpg");*/
		background-repeat: no-repeat;
		display: block;
		/*margin-top: 10px;*/
	}

div#root {
	position: relative;
	left: 50%;
	height: 100%;
	float: left;
	width: 870px;
	margin-left: -435px;
	/*margin: 0 auto;*/
	padding-top: 20px;
	text-align: left;
}

div#header {
	position: relative;
	width: 866px;
	/*height: 200px;*/ /*Normal*/
	height: 270px; /*Halloween*/
	padding-left: 4px;
	_z-index: 500;
	margin-top: -590px;
	/*background: url(../images/header.png)  no-repeat;*/ /*Normal*/
	/*background: url(../images/xmas_header.png) no-repeat;*/
	/*background: url("/images/winter_header.png") no-repeat;*/
	/*background: url("/images/olympic_header.png") no-repeat;*/
}
/*	a#top_gamestart {
		float: left;
		display: block;
		width: 200px;
		height: 40px;
	}
	
	a#top_community,
	a#top_download {
		float: left;
		display: block;
		width: 160px;
		height: 40px;
	}
	a#top_gamestart,
	a#top_community,
	a#top_download { background: url(../images/top_btn.gif); }
	
	a#top_gamestart { background-position: 0 0; }
	a#top_community { background-position: -200px 0; }
	a#top_download { background-position: -360px 0; }
		
	a:hover#top_gamestart { background-position: 0 -40px; }
	a:hover#top_community { background-position: -200px -40px; }
	a:hover#top_download { background-position: -360px -40px; }*/
	
div#header_start_button {
	width: 239px;
	height: 102px;
	display: block;
	background-image: url("../images/header_start_button.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	margin-top: 120px;
	margin-left: 30px;
}
	a#top_gamestart {
		position: absolute;
		width: 79px;
		height: 80px;
		display: block;
		margin-left: 11px;
		margin-top: 11px;
	}
		a:hover#top_gamestart {
			background-image: url("../images/header_start_button.png");
			background-position: -11px -113px;
		}
		
	a#top_community {
		position: absolute;
		width: 132px;
		height: 23px;
		display: block;
		margin-left: 93px;
		margin-top: 23px;
	}
		a:hover#top_community {
			background-image: url("../images/header_start_button.png");
			background-position: -93px -125px;
		}
	
	a#top_download {
		position: absolute;
		width: 132px;
		height: 23px;
		display: block;
		margin-left: 93px;
		margin-top: 53px;
	}
		a:hover#top_download {
			background-image: url("../images/header_start_button.png");
			background-position: -93px -155px;
		}

	.logo_box {
		clear: both;
		width: 866px;
		_display: none;
	}
	
	.logo_box_ie6 {
		clear: both;
		width: 866px;
		_display: inline;
	}

	h1#logo {
		position: absolute;
		margin: 120px 0 0 245px;
		display: block;
		overflow: hidden;
	}
		h1#logo a {
			display: block;
			width: 367px;
			height: 140px;
			background-image: url("../images/hb_logo.png");
			background-position: 0 8px;
			background-repeat: no-repeat;
		}
			h1#logo a:hover, h1#logo a.hover { background-position: 0 -130px;}
			
	h1#logo_ie6 {
		position: absolute;
		margin: 120px 0 0 245px;
		display: block;
		overflow: hidden;
	}
		h1#logo_ie6 a {
			display: block;
			width: 367px;
			height: 140px;
			background-image: url("../images/hb_logo.png");
			background-position: 0 8px;
			background-repeat: no-repeat;
		}
			h1#logo_ie6 a:hover { background-position: 0 -130px;}
			
	a#add_ga_coin_button {
		display: block;
		position: absolute;
		top: 3px;
		left: 630px;
		width: 146px;
		height: 146px;
	}
	
	a#add_cd_button {
		display: block;
		position: absolute;
		cursor: auto;
		top: 3px;
		left: 630px;
		width: 146px;
		height: 146px;
	}
	
	a#header_itemmall_button {
		width: 168px;
		height: 30px;
		position: absolute;
		top: 160px;
		left: 610px;
	}

	div#header_login {
		width: 410px;
		height: 24px;
		margin-left: 446px;
		padding-top: 7px;
		padding-left: 10px;
		background-repeat: no-repeat;
		font-size: 10px;
		margin-top: 267px;
		position: absolute;
		}

	div#header_login.logined {
		background-image: url("../images/login_bg.png");
	}
		div#header_login span {
			float: left;
		}
		div#header_login span#user {
			width: 260px;
			margin-right: 5px;
			font-weight: bold;
			font-size: 120%;
			color: #000;
		}
		
		span#user a.user_color { 
			margin-left: 5px;
			color: #FFFFFF;
		}
		
		div#header_login span#cdoller {
			display: block;
			float: left;
			position: relative;
			top: -2px;
			right: 55px;
			width: 75px;
			height: 21px;
			padding-right: 5px;
			background: url("../images/balance.gif") no-repeat;
			color: #FFF;
			text-align: right;
			line-height: 21px;
			margin-top: 1px;
		}
		
		a#login_add_cd{
			font-size: 11px;
			color: #FFFFFF;
			text-decoration: none;
			float: right;
			position: relative;
			margin-right: 20px;
			margin-top: -20px;
		}
			login_add_cd:link { color: #FFFFFF;}
		
		div#header_login a.link {
			float: left;
			margin-left: 10px;
			color: #fff;
		}
		div#header_login a#charge {
			display: block;
			float: left;
			position: relative;
			width: 88px;
			height: 21px;
			top: -2px;
			margin-left: 5px;
		}
		
/* After the account starts. */
		div#header_login a#charge { background-image: url(../images/addcoin_bt.gif); }
		div#header_login a:hover#charge { background-position: 0px -21px; }

/* Until the account starts.
		div#header_login a#charge {	background: url(../images/addcoin_bt.gif) 0px -42px; }
 */
	ul#pulldown-menu {
		width: 862px;
		height: 40px;
		position: absolute;
		margin-top: 300px;
		margin-left: 2px;
		z-index: 1000;
	}
	ul#pulldown-menu li.category {
		display: block;
		float: left;
		font-weight: bold;
		width: 143px;
		text-transform: uppercase;
		/*border-bottom: 5px solid #669933;*/
		border-bottom: 5px solid #240000;
	}
	ul#pulldown-menu li.category a {
		display: block;
		height: 27px;
		padding-top: 12px;
		text-align: center;
		/*color: #003300;*/
		color: #FFFFFF;
		margin-left: -3px;
		margin-top: -3px;
	}
	ul#pulldown-menu li.category a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	ul#pulldown-menu li.category a.main {
		cursor: default;
	}
		li#c_info a { background: url(../images/navigation_bar.png); background-position: 0px 0px; }
		li#c_info a:hover { background: url(../images/navigation_bar.png); background-position: 0px -41px; }

		li#c_beginners a { background: url(../images/navigation_bar.png); background-position:-145px 0px; }
		li#c_beginners a:hover { background: url(../images/navigation_bar.png); background-position:-145px -41px; }

		li#c_guide a { background: url(../images/navigation_bar.png); background-position:-288px 0px; }
		li#c_guide a:hover { background: url(../images/navigation_bar.png); background-position:-288px -41px; }

		li#c_itemmall a { background: url(../images/navigation_bar.png); background-position:-431px 0px; }
		li#c_itemmall a:hover { background: url(../images/navigation_bar.png); background-position:-431px -41px; }

		li#c_community a { background: url(../images/navigation_bar.png); background-position:-574px 0px; }
		li#c_community a:hover { background: url(../images/navigation_bar.png); background-position:-574px -41px; }

		li#c_support a { background: url(../images/navigation_bar.png); background-position:-717px 0px; }
		li#c_support a:hover { background: url(../images/navigation_bar.png); background-position:-717px -41px; }

	/* 下層のメニューを不可視に */
	ul#pulldown-menu li.category ul.sub {
		display: none;
		margin-top: 3px;
	}
	/* 疑似要素 :hover で下層のメニューを可視に */
	ul#pulldown-menu li.category:hover ul.sub {
		display: block;
		position: absolute;
		z-index: 1000;
	}
		ul#pulldown-menu li.category ul.sub li {
			display:block;
			float: none;
			margin: 0;
			font-weight: normal;
		}
			ul#pulldown-menu li.category ul.sub li a {
				width: 130px;
				height: 15px;
				/*margin-left: 2px;*/
				padding: 5px;
				border-bottom: 1px solid #000000;
				text-align: left;
				background-image:url(../images/mainmenu_sub.png);
				font-size: 10px;
			/*	background-color: #f2ffe6;
				background-image: none;*/
			}
			ul#pulldown-menu li.category ul.sub li a:hover {
			/*	background-color: #006600;*/
				background-image: url(../images/mainmenu_sub_hover.png);
				background-position: 0px 25px;
			}

			ul#pulldown-menu li.category ul.sub li ul.inner {
				display: none;
			}

#container {
	width: 822px;
	height:auto;
	/*padding: 0px 24px;*/ /*Normal*/
	padding: 0px 24px 0 24px;/*Halloween*/
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	margin-top: 70px;
	_margin-top: 71px;
}

div#container:not(\*|*) {
	margin-top: 70px;
}


	div#container_left {
		float: left;
		width: 220px;
		height: auto;
		margin-top: 13px;
		margin-bottom: 10px;
	}
		div#submenu {
			margin-bottom:5px;
		}
			a#left_gamestart,
			a#left_community,
			a#left_download {
				display: block;
				width: 220px;
				background-image: url(../images/left_btn.gif);
			}
			a#left_gamestart { height: 102px; background-position: 0 0; }
			a#left_community { height: 60px; background-position: 0 -102px; }
			a#left_download { height: 60px; background-position: 0 -162px; margin-bottom: 5px;}

			a:hover#left_gamestart { background-position: -220px 0; }
			a:hover#left_community { background-position: -220px -102px; }
			a:hover#left_download { background-position: -220px -162px; }

		div#submenu div#sub_top {
			width: 190px;
			height: 21px;
			padding-left: 10px;
			padding-top: 5px;
			margin-left: 10px;
			color: #ffffff;
			background-image: url(../images/submenu_top.gif);
			font-weight: bold;
			text-transform: uppercase;
		}
		div#submenu div#sub_middle {
			width: 195px;
			height: auto;
			padding-left: 7px;
			margin-left: 10px;
			background-image: url(../images/submenu_middle.gif);
			background-repeat: repeat-y;
			text-transform: uppercase;
		}
		div#submenu div#sub_middle a {
			display: block;
			width: 165px;
			height: auto;
			padding-top: 7px;
			padding-left: 20px;
			padding-bottom: 7px;
			border-bottom: 1px solid #6699ff;
			background-image: url(../images/submenu_icon.gif);
			background-repeat: no-repeat;
			background-position: 5px 9px;
		}
		div#submenu div#sub_middle a:hover {
			background-color: #e2f9fe;
		}

		div#submenu div#sub_middle .sub_block .inner a {
			margin-left: 10px;
		}
		
		div#submenu div#sub_middle .inner a {
			background-image: url("/images/submenu_inner_icon.png");
			width: 155px;
		}


		div#submenu div#sub_bottom {
			width: 200px;
			height: 10px;
			margin-left: 10px;
			background-image: url(../images/submenu_bottom.gif);
			background-repeat: no-repeat;
		}

		a.quickmenu {
			display: block;
			float: left;
			width: 209px;
			height: 40px;
			margin-bottom: 10px;
		}
			a.quickmenu:hover { background-position: 0px -40px; }
			a#itemmall 	{ background-image: url(../images/quick_item.gif); }
			a#guide    	{ background-image: url(../images/quick_guide.gif); }
			a#faq      	{ background-image: url(../images/quick_faq.gif); }
			a#charge   	{ background-image: url(../images/quick_bc.gif); }
			a#epin		{ background-image: url(../images/quick_epin.gif); }


		div#maintenance {
			clear: both;
			width: 185px;
			height: 146px;
			padding: 30px 5px 0px 10px;
			margin-left: 8px;
			background-image: url(../images/mente.gif);
			background-repeat: no-repeat;
			line-height: 1.1;
			font-size: 10px;
		}

		div#maintenance div#daily {
			font-size: 14px;
			font-weight: bold;
			color: #000099;
		}

	div#container_right {
		float: left;
		width: 602px;
	}

	div#bar {
		float: left;
		width: 822px;
		height: 5px;
		margin: auto;
		background-color: #669933;
		font-size: 0px;
	}


div#footer {
	width: 870px;
	height: 65px;
	background: url(../images/footer.png) no-repeat;
}
	div#footer span {
		float: left;
		font-size: 9px;
		color: #669933;	
	}
	div.footermenu {
		float: right;
		margin-top: 10px;
		padding-right: 30px;
	}
	#easyfun a {
		float: left;
		display: block;
		width: 35px;
		height: 35px;
		padding: 10px 5px 0 25px;
	}
	#cyberstep a{
		float: left;
		display: block;
		width: 220px;
		height: 35px;
		padding: 10px 5px 0 0;
	}

/*New topic*/
/*********************************************/
ul#pulldown-menu span.new_topic {
	color: #FF0000;
}