﻿@charset "utf-8";
@import "gameyarou_common.css";
/*
============================================================
Gameyarou official site pressrelease page style
file name: gameyarou_pressrelease.css
============================================================
*/

/* Show & Hide elements -------------------------------*/
#left_menu ul.lmenu li.lmenu_03 ul { 
	display : block;
}
#left_menu ul.lmenu li.lmenu_03 > a { background-image: url(/images/_common/left_m03_ov.png); }

/* Page Title -------------------------------*/
#content .page_title {
	width:424px;
	padding:10px;
	margin: 20px 0 0 0;
	border:10px solid #e8e8e8;
}

/* Press Release list -------------------------------*/
#content table.board_list {
	margin-top: 20px;
	width: 464px;
}
#content table.board_list .col_01 { width: 90px; }
#content table.board_list .col_02 { width: 304px; }
#content table.board_list .col_03 { width: 70px; }
#content table.board_list th {
	background-color:#999999;
	height:15px;
	padding:3px;
	text-align: center;
	color:#FFFFFF;
}
#content table.board_list td {
	height:14px;
	padding:5px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
#content table.board_list .board_no_list td {
	text-align: center;
	height: 60px;
}
#content table.board_list a {
	color: #666666;
}


/* Paging -------------------------------*/
#content .list_paging {
	width: 100%;
	font-size: 11px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
}
#content .list_paging span {
	display: inline-block;
	margin: 0 4px;
}
#content .list_paging .paging_prev,
#content .list_paging .paging_next {
	display: block;
	width: 20px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}
#content .list_paging .paging_prev { background: url(/images/_common/btn_pre.gif) no-repeat; }
#content .list_paging .paging_next { background: url(/images/_common/btn_next.gif) no-repeat; }

/* Search form -------------------------------*/
#content .board_search {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}
#content label {
	display: none;
}
#content .board_search #frm_service {
	width: 120px;
	vertical-align:bottom;
}
#content .board_search #input_word {
	width: 130px;
	height: 16px;
    font-size: 11px; 
    color: #333333;
	border:#999 solid 1px;
	vertical-align:bottom;
}
#content .board_search #input_submit {
	width: 25px;
	height: 20px;
	text-indent:-9999px;
	border:none;
	background:url(/images/_common/btn_search.gif);
	vertical-align:bottom;
}





