@charset "utf-8";
/* 2009年4月７日 */

/* 大枠 */
#wrapper {
	width:900px;
	background:url(/mob/title/y/gx/image/back.gif) repeat-y;
}
#container {
	width:720px;
	margin:0 auto;
	background-color:#FFF;
}
/* ヘッダー部分 */
#head table {
	width:722px;
	border-collapse:collapse;
}
h2 {
	text-indent:-9999px;
	display:none;
}
/* 新作 */
#pickUp table {
	width:722px;
	border-collapse:collapse;
	border-bottom:1px solid #F00；
}
#pickUp td {
	border:1px solid #F00;
}

hr{
height:15px;
}

/* フォントカラー */
strong{
color:#006;
}

h3 {
	font-size:110%;
	color:#006;
	font-weight:bold;
}
h4 {
	font-size:100%;
	color:#006;
}

span {
	color:#f00;
}
p {
	padding:1em;
}

/* アイテム一覧 */
#item table {
	width:722px;
	border-collapse:collapse;
}
#item td {
	border:1px solid #09F;
	height:30px;
	width:177px;
	background-color:#FFF;
}

#item img{
vertical-align:middle;
}

/* ゲーム詳細 */
#game table {
	width:722px;
	border-collapse:collapse;
}
#game td {
	border:1px solid #FC0;
	color:#000;
}

/* コピーライト */
#copyRight li{
list-style:none;
font-size:80%;
}

/* 動くメニュー */
/* #example {
 position:relative; width:90px; border:1px solid #000; background-color:#FFF; color:#333;
}
 
#example a { color:#333; }*/

