@charset "UTF-8";

h3{
	font-size: 120%;
}

h4{
	font-size: 100%;
	font-weight: normal;
}

h3,h4 {
	color:#8800D1;
	line-height: 1.5em;
}

h4{
	font-weight: normal;
}

.c{
	color:#8800D1;
}


a,
a:href,
a:hover,
a:visited{
	text-decoration: none;
}

a:hover{
	color: #8800D1;
	text-decoration: none;
}

p a:link.menu {/*未訪問のリンク*/
	color: #8800D1;
}


/*#####################
INDEX
#####################*/

table#game_list{
	margin:0px auto 15px;
	width:800px;
}

table#game_list td{
	height:4em;
	border-bottom: 1px solid #101B75;
	font-size:12px;
}

table#game_list td.date{
	width:100px;
	padding-left:20px;
}

table#game_list td.newdate{
	padding-left:20px;
	background:url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/game/images/icon_new.gif) no-repeat 0 15px;
}

table#game_list td.title{
	padding-left: 20px;
	
}


/*#####################
LEFT_COLUMN
#####################*/

div#left_column ul{
	position: relative;
}

div#left_column ul li.menu{
	padding:4px 0;
	width: 155px;
	height: 100px;
	margin: 4px 0 5px 0;
	background: transparent url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/images/hr_blue.gif) bottom repeat-x;
}

div#left_column ul li.menu2{
	padding:4px 0;
	width: 155px;
	height: 45px;
	margin: 4px 0 9px 0;
	background: transparent url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/images/hr_blue.gif) bottom repeat-x;
}

div#left_column ul li{
	padding:4px 0;
	width: 155px;
	height: 30px;
	margin: 4px 0 9px 0;
	background: transparent url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/images/hr_blue.gif) bottom repeat-x;
}

div #left_column ul a img{
	position: absolute;
	vertical-align: middle;
}

div#left_column ul a img.on{
	
	visibility: hidden;
}
div#left_column ul a img.off{
	visibility: visible;
}

div#left_column ul a:hover img.on{
	visibility: visible;
}

div#left_column ul a:hover img.off{
	visibility: hidden;
}

/*#####################
SECTION
#####################*/

/*
div.section{
	background:transparent url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/images/hr_blue.gif) bottom repeat-x;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
*/
div#right_column h3{
	margin-bottom: 10px;
}

div#right_column p.m{
	line-height: 1.5em;
}

table.spec{
	background: #1A1A1A;
	margin-bottom: 5px;
	width: 320px;
	height: 110px;
}

table.spec tr td{
	font-size: 10px;
	color: #A2A2A2;
	height:10px;
	padding:3px 5px;
	vertical-align:top;
}

div.detail{
	width: 100%;
	font-size: 10px;
	text-align: right;
}

div.detail a{
	color: #8901d1;
	text-decoration: underline;
}

/* 002 */
table.downloads{
	border-collapse: separate;
	border-spacing:0 10px;
	width:600px;
	*line-height: 1.5em;
}

table.downloads img.thumb{
	float:left;
	margin-right: 15px;
	width:159px;
}

table.downloads tr td{
	margin: 5px 0;
}

table.downloads tr td.hardware{
	background:#8901d1;
	color:#000;
	font-weight: bold;
	text-align: center;
	/*width:120px;*/
	width:100px;
	margin-right: 10px;
}

table.downloads tr td.r{
	padding-left: 10px;
}

table.downloads td.info{
	vertical-align: top;
	height: 150px;
	width:495px;
}

/* PACMAN PARTY */
table.minigame{
	border-collapse: separate;
	width:640px;
	*line-height: 1em;
/*	border:1px solid #ff0000 */
}

table.minigame img.thumb{
	float:left;
/*	margin-right: 20px;*/
	width:200px;
}

table.minigame tr td{
	margin: 5px 0px 0 0;
}

table.downloads td.info{
	vertical-align: top;
	width:200px;
}
