@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
wonderfl game

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------

[Base] Resetting HTML elements styles
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Heading, Paragraph
		2-2. List
		2-3. Table
		2-4. Forms
		2-5. Others

[Layout] 
	0. Base Layout
	1. Header
	2. Content
	3. Footer

[Module] 
	1. Common Elements
	2. Common Module
	90. Others
	99. Clearfix

//////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body {
	background: #000 url(../img/gametop/bg_body.jpg) repeat-x 0 0;
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 77% = 10px
 85% = 11px
 93% = 12px
100% = 13px
108% = 14px
116% = 15px
124% = 16px
131% = 17px
139% = 18px
147% = 19px
154% = 20px
162% = 21px
170% = 22px
177% = 23px
185% = 24px
193% = 25px
200% = 26px
--------------- */

a {
	color: #aaa;
}

a:link {
	text-decoration: underline;
}

a:visited {}

a:hover,
a:active  {
	color:yellow;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Heading, Paragraph
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

/*  2-2. List
------------------------------------------------- */
ul, ol, dd {
	list-style: none;
}

dt {
	font-weight: bold;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/*  2-4. Forms
------------------------------------------------- */
fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-5. Others
------------------------------------------------- */
hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

q:before, q:after {
	content: '';
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	text-align: center;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

#header {
	position: relative;
	height: 75px;
}

/* siteName
------------------------------------------------- */
#siteName {
	margin-top: 3px;
	margin-bottom: 7px;
}

#siteText {
	position: absolute;
	top: 19px;
	left: 444px;
}

/* provision
------------------------------------------------- */
#provision {
	position: absolute;
	right: 0px;
}


#navi {
	width: 950px;
	height: 31px;
	background: #000 url(../img/gametop/bg_navi.jpg) repeat-x 0 0;
}

#navi li {
	float: left;
}

#aboutGame {
	margin: 10px 0;
}


/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

#content {
	width: 950px;
	margin: 30px 10px 0 10px;
}

/* special game
------------------------------------------------- */
#specialgame ul li {
	float: left;
}

#banner {
	margin: 10px 0 0 0;
}

#gamepreview {
	margin-left: 10px;
}

#gamecaption {
	margin-left: 10px;
	width: 170px;
}


/* wonderfl games
------------------------------------------------- */
#wonderflgames {
	position: relative;
	margin-top: 20px;
}

#wonderflgames li {
	float: left;
	margin: 5px 5px 0 0 ;
}

.game {
	border: solid 1px #333;
	width: 180px;
}

.gamelist {
	display: block;
	margin: 4px 0 15px 0;
}

.game dl {
	margin: 5px;
}

.gametitle dt {
	display: none;
}

.gametitle dd {
	font-size: 73%;
}

#wonderflgames a img {
	border-bottom: solid 1px #333;
}

#wonderflgames a:hover img {
	border-bottom: solid 1px yellow;
}

#run {
	position: absolute;
	right:30px;
	top:5px;
}

/* about
------------------------------------------------- */
#aboutcontent {
	width: 790px;
	margin: 0 auto;
}

#abouttitle {
	margin-top: 50px;
	padding-bottom: 50px;
}

.abouttext {
	margin: 30px 0 50px 0;
	line-height: 2;
}

.abouttext img {
	padding-bottom:10px;
	border-bottom: solid 1px #333;
}

img.gameFork {
	border-bottom: none;
	margin: 30px 0;
}

.abouttext p {
	margin-top: 5px;
}
	
	



/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

div#footer {
	margin: 50px 100px 0;
	padding-bottom: 20px;
}

div#footer,
div#footer a {
	color: #908974;
}

/* kayacProject
------------------------------------------------- */
#kayacProject {
	margin-bottom: 10px;
	font-size: 85%;
}

#kayacProject dt {
	float: left;
	width: 120px;
}

#kayacProject dd {
	margin-left: 120px;
}

#kayacProject li {
	display: inline-block;
	margin: 0 10px 5px 0;
}

/* copyright
------------------------------------------------- */
#copyright {
	font-size: 93%;
	text-align: center;
	letter-spacing: 1px;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */
