﻿@charset "utf-8";
@import "gameyarou_common.css";
/*
============================================================
Gameyarou official site top page style
file name: gameyarou_top.css
============================================================
*/

/* Show & Hide elements -------------------------------*/
#content .navigation li.nav_top {
	display : none;
}
#left_menu .btn_resume, #left_menu .btn_pdfreader {
	display : none;
}

/* Left page title -------------------------------*/
#center_column #left_title {
	width: 226px;
}

/* Right content area -------------------------------*/
#content {
	width:372px;
}

/* Press Release -------------------------------*/
#content .press_release {
	width: 372px;
}
#content .press_release h2 {
	width: 372px;
	height: 82px;
	margin: 0px;
	background: url("/images/_common/img_tit_press.gif") no-repeat;
	overflow: hidden;
}
#content .press_release h2 a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 62px 0 0 350px;
	text-indent: -9999px;
	overflow: hidden;
}
#content .press_release ul {
	margin: 8px 0 0 22px;
	line-height: 130%;
}
#content .press_release ul li {
	list-style-image: url("/images/_common/bullet.gif");
}
#content .press_release ul li a {
	color: #666666;
}
/* Hot Service -------------------------------*/
#content .hot_service {
	width: 372px;
	height: 220px;
	margin: 10px 0 0 0;
}
#content .hot_service h2 {
	width: 372px;
	height: 67px;
	margin: 0px;
	background: url("/images/_common/img_tit_hot.gif") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#content .hot_service .description {
	width: 170px;
	float: left;
	margin: 8px 0 0 5px;
	display: inline; /* hack for ie<7 */
}
#content .hot_service .description div {
	margin: 8px 0 0 0;
	line-height: 130%;
}
#content .hot_service .movie {
	width: 193px;
	height: 129px;
	margin: 8px 0 0 0;
	float: right;
	background: #000000;
}

/* Bussiness Link -------------------------------*/
#content .bussiness_link {
	clear: both;
	margin: 18px 0 0 2px;
	border: none;
}
#content .bussiness_link li {
	display: inline;
	list-style: none;
	margin: 0 3px 0 0; margin/**/:/**/ 0 4px 0 0; /* hack for ie<6 */
}

/* Game Link -------------------------------*/
#top_column .game_link {
	clear:both;
	width: 838px;
	height: 50px;
	text-align: right;
}
#top_column .game_link li {
	display: inline;
	list-style: none;
	margin:  0 5px 0 0;
}
#top_column .game_link li img {
	behavior: url("/css/iepngfix.htc");
}
