 /*
	==========================================
	GAME FRONTIER - Cascading Style Sheets
	http://www.game-frontier.com/
	==========================================
	[ DEFAULT CSS ]	/css/default.css
	Last Update : 2008/9/22
	==========================================
	Copyright (c) 2008 TOKYO ANAGRAM Co.,Ltd.
	http://anagram.jp/
	==========================================
*/



/* initialize --------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


/* base layout --------------------------------------------------------- */

body {
	text-align: center;
	background-color: black;
	background-image: url(/images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	text-align: left;
	background-repeat: no-repeat;
	width: 970px;
	margin: 0 auto;
}

#header {
	position: relative;
	background-image: url(/images/h1.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 100px;
}

#body {
	text-align: right;
	padding-top: 10px;
	padding-left: 240px;
}

* html body #body { margin-right: 220px; }

*+html body #body { margin-right: 220px; }

#contents {
	text-align: left;
	width: 490px;
}

#footer {
	text-align: right;
	clear: both;
	width: 730px;
	height: 40px;
}

#header p { display: none; }
#body p.description { display: none; }









/* global navigation design --------------------------------------------------------- */

#global-nav {
	position: absolute;
	z-index: 10;
	text-align: left;
}

#global-nav dl {
}

#global-nav dl dt {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	background-color: #ccc;
	width: 200px;
	height:41px;
}

#global-nav dl dt#list-title-main { background-image: url(../images/list-title-main.jpg); }
#global-nav dl dt#list-title-genre { background-image: url(../images/list-title-genre.jpg); }
#global-nav dl dt#list-title-creator { background-image: url(../images/list-title-creator.jpg); }
#global-nav dl dt#list-title-link { background-image: url(../images/list-title-link.jpg); }
#global-nav dl dt#list-title-login { background-image: url(../images/list-title-login.jpg); }
#global-nav dl dt#list-title-mymenu { background-image: url(../images/list-title-mymenu.jpg); }

#global-nav dl dd {
	border-bottom: 1px solid #ccc;
}

#global-nav dl dd a {
	display: block;
	color: #73736e; 
	text-decoration: none;
	background-color: #eee;
	width: 173px;
	height:16px;
	margin: 0;
	padding: 5px 5px 5px 22px;
}

#global-nav dl dd a:hover {
	color: #73736e;
	background-color: white;
}




* html body #body {
	padding-right: 20px;
}

*+html body #body {
	padding-right: 20px;
}

* html body #global-nav dl dd a {
	width: 200px;
	height: 26px;
}

#global-nav #login-menu {
	font-size: 10px;
	padding: 5px 20px;
}

#global-nav #login-menu .textfield {
	font-size: 10px;
	width: 150px;
	margin-bottom: 5px;
}

#global-nav #login-menu .caution {
	width: 150px;
}

#global-nav #login-menu a {
	display: inline;
	color: blue;
	font-size: 12px;
	text-decoration: underline;
	padding: 0;
}

#global-nav #login-menu a:hover {
	color: red;
	background-color: transparent;
}

* html body #global-nav #login-menu a {
	width: 80px;
	height: 18px;
}


#contact-information {
	padding: 20px;
}

#contact-information h3 {
	color: #666;
}





/* footer design --------------------------------------------------------- */

#footer { margin: 40px 0; }

#footer ul { list-style: none; }

#footer ul li {
	display: inline;
	font-size: 12px;
}

#footer .copyright {
	margin: 15px 0;
}

#footer .copyright a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}









/* base design --------------------------------------------------------- */



h1 a {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	width: 250px;
	height: 80px;
}

#body h2 {
	border-left: 5px solid #F47634;
	padding: 7px 10px;
	margin-bottom: 20px;
}

/*
#body h3 {
	clear: both;
	border-left: 5px solid #03427B;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #f6f6f6;
	margin: 10px 0;
	padding: 7px 10px;
}
*/

#body h4 {
	 border-bottom: 1px dashed gray;
	 margin-bottom: 10px;
	 padding-bottom: 3px;
}

#body img { border: none; }

#body .contents table.normal-table {
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	margin-bottom: 20px;
	width: 460px;
}

#body .contents table.normal-table th,
#body .contents table.normal-table td {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}

#body .contents table.normal-table th {
	text-align: left;
	background-color: #efefef;
	width: 100px;
}

#display-item-count-block {
	text-align: right;
	margin: 10px;
}

.message-block {
	border: 5px solid #ddd;
	background-color: white;
	padding: 10px;
}

.message-block h3 {
	color: #f60;
	margin-bottom: 10px;
}

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

*+html body .clearfix {
	zoom:100%;
}

#body .contents-block-inner {
	border: 5px solid #ddd;
	background-color: #fefefe;
	padding: 10px;
	margin: 10px 0;
}







/* fonts --------------------------------------------------------- */

body, th, td {
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳＰゴシック', sans-serif;
	color: #666666;
	font-size: 14px;
}

*+html body { font-family: 'ＭＳＰゴシック',meiryo, sans-serif; }

.section {
	letter-spacing: 1px;
	line-height: 30px;
}

h2 { color: #333333; font-size: 18px; }

h3 { color: #333333; font-size: 16px; }

h4 { color: #333333; font-size: 16px; }

strong { color: #F47634; }

em { color: #666; font-weight: bold; font-style: normal; }

/* .section p { text-indent: 18px; } */

.section p { margin-bottom: 15px; }

.caution { color: #c00; font-size: 10px; }

.small { font-size: 10px; }






/* margins --------------------------------------------------------- */

#body .section { margin: 20px 20px 50px 20px; }
#body .section ul { margin: 10px 20px 20px 20px; }

.margin-top { margin-top: 20px; }
.margin-bottom { margin-bottom: 20px; }







/* aligns --------------------------------------------------------- */

.align-right { text-align:right; }

.align-center,
#body .contents .button-area { text-align:center; }

#body .float-left { float: left; clear: right; margin: 0 20px 20px 0; }
#body .float-right { float: right; clear: left; margin: 0 0 20px 20px; }







/* link design --------------------------------------------------------- */


a { color: #00f; }

a:visited { color: gray; }
#footer ul li a:visited { color: #00f; }
strong a:visited { color: #00f; }

a:hover { color: #ff5f3c; }

a.arrow {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}










/* list design --------------------------------------------------------- */

#body dt {
	border-left: 5px solid #c8c8c8;
	padding-left: 10px;
	margin-top: 20px;
}

#body dd {
	padding: 5px 0 5px 15px;
}

#body ul {
	list-style: none;
}

#body ul li {
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#body ul.text-list li {
	border-left: 7px solid #eeeeee;
	border-right: 7px solid #eeeeee;
	background-image: none;
	padding: 0 15px;
	margin-bottom: 30px;
}













/* subcontents --------------------------------------------------------- */

#sub-contents {
	position: absolute;
	left: 790px;
	top: -90px;
	text-align: center;
	width: 160px;
	padding:0;
}

#sub-contents li {
	list-style: none;
	padding: 5px 0;
}

#sub-contents li img {
	border: none;
}

#sub-contents #site-banners {
	margin-bottom: 20px;
}













/* adwords area --------------------------------------------------------- */

#adwords-header {
	position: absolute;
	left: 260px;
	top:10px;
}

#adwords-global-nav {
	padding: 20px 0 0 20px;
}

.adwords-list {
	margin: 10px 0 10px 10px;
}



/* amazon area --------------------------------------------------------- */

.amazon-list-large {
	margin: 0 30px;
}

.amazon-global-nav {
	padding: 20px 0 0 20px;
}

.amazon-list {
	margin: 10px 0 10px 10px;
}


/* seo stats area --------------------------------------------------------- */
		
#seostats {
	margin: 20px 0 0 40px;
}
#seostats a {
	display: block;
	width:100px;
	height: 10px;
}
#seostats a img {
	display: none;
}
#seostats a:hover img{
	display: block;
}














/* game units ( high light effect ) --------------------------------------------------------- */

html*#item-list-block.view-default .item-sample a:before {
	content:".";
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	position: absolute;
	z-index: 100;
	background-image: url(/images/samples/shadow.png);
	width: 122px;
	height: 92px;
}

html*#item-list-block.view-simple .item-sample a:before {
	content:".";
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	position: absolute;
	z-index: 100;
	background-image: url(/images/samples/shadow.png);
	width: 122px;
	height: 92px;
}



/* game units ( control buttons ) --------------------------------------------------------- */

#item-list-block.view-simple .item-visible-button,
#item-list-block.view-simple .item-delete-button,
#item-list-block.view-text .item-visible-button,
#item-list-block.view-text .item-delete-button {
	display: none;
}






/* game units ( view default) --------------------------------------------------------- */

#item-list-block{
	width: 490px;
}

#item-list-block h2 {
	color: white;
	border: 1px solid #fff;
	background-color: #999;
	padding: 5px;
	margin-bottom: 10px;
}

#item-list-block.view-default .list-item-border {
	background-color: white;
	border: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

#item-list-block.view-default .list-item-inner {
	position: relative;
	width: 460px;
}

#item-list-block.view-default .list-item-border h3 {
	clear: both;
	line-height: 20px;
	border-left: 5px solid #03427B;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background-color: #eee;
	background-image: url(http://sokusai.jp/templates/customize/images/heading_33.gif);
	padding: 9px 12px;
	margin-bottom: 40px;
}

#item-list-block.view-default .list-item-border h3 a {
	color: #73736e;
	text-decoration: none;
}

#item-list-block.view-default .list-item-border h3 a:hover {
	color: #00f;
}

#item-list-block.view-default .list-item-border .item-sample img {
	position: absolute;
	top: 80px;
	width: 120px;
	height: 90px;
}

#item-list-block.view-default .list-item-border .item-info {
	position: absolute;
	top: 50px;
	font-size: 10px;
}

#item-list-block.view-default .list-item-border .item-user {
	font-size: 12px;
	text-align: right;
}

#item-list-block.view-default .list-item-border .item-star {
	font-size: 12px;
	text-align: right;
	float: right;
}

#item-list-block.view-default .list-item-border .star-mark {
	color: #900;
}

#item-list-block.view-default .list-item-border .item-comment1 {
	padding-left: 140px;
	min-height: 100px;
}

* html body #item-list-block.view-default .list-item-border .item-comment1 {
	height: 100px;
}

*+html body #item-list-block.view-default .list-item-border .item-comment1 {
	height: 100px;
}

#item-list-block.view-default .list-item-border .item-banner img {
	float: left;
	height: 31px;
}

#item-list-block.view-default .list-item-border .item-review {
	font-size: 12px;
	text-align: right;
	float: right;
}

#item-list-block.view-default .list-item-border .item-counter {
	font-size: 12px;
	text-align: right;
	clear: both;
}

#item-list-block.view-default .list-item-border .item-date {
	font-size: 12px;
	text-align: right;
}

#item-list-block.view-default .list-item-border .item-access-rank {
	font-size: 12px;
	text-align: right;
}











/* game units ( view simple) --------------------------------------------------------- */

#item-list-block.view-simple .list-item-border {
	background-color: white;
	border: 5px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

#item-list-block.view-simple .list-item-inner {
	position: relative;
	height: 92px;
}

#item-list-block.view-simple .list-item-border h3 {
	position: absolute;
	left: 140px;
	top: 35px;
}

#item-list-block.view-simple .list-item-border h3 a {
	color: #03427B;
	text-decoration: none;
}

#item-list-block.view-simple .list-item-border h3 a:hover {
	color: #00f;
}

#item-list-block.view-simple .list-item-border .item-sample img {
	position: absolute;
	top: 0;
	border: 1px solid #999;
	width: 120px;
	height: 90px;
}

#item-list-block.view-simple .list-item-border .item-info {
	position: absolute;
	top: 0;
	left: 140px;
	font-size: 10px;
	width:320px;
}

#item-list-block.view-simple .list-item-border .item-star {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	text-align: right;
}

#item-list-block.view-simple .list-item-border .star-mark {
	color: #900;
}

#item-list-block.view-simple .list-item-border .item-comment1 {
	display: none;
}

#item-list-block.view-simple .list-item-border .item-banner img {
	display: none;
}

#item-list-block.view-simple .list-item-border .item-counter {
	position: absolute;
	bottom: 0px;
	left: 140px;
	font-size: 12px;
}

#item-list-block.view-simple .list-item-border .item-date {
	position: absolute;
	top: 62px;
	left: 140px;
	font-size: 10px;
}

#item-list-block.view-simple .list-item-border .item-access-rank {
	display: none;
}

#item-list-block.view-simple .list-item-border .item-user {
	display: none;
}

#item-list-block.view-simple .list-item-border .item-review {
	font-size: 10px;
	text-align: right;
	float: right;
	margin-top: 62px;
}



/* game units ( view text) --------------------------------------------------------- */

#item-list-block.view-text .list-item-border {
	background-color: white;
	border: 5px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

#item-list-block.view-text .list-item-inner {
	position: relative;
	height: 55px;
}

#item-list-block.view-text .list-item-border h3 {
	position: absolute;
	left: 0;
	top: 0;
}

#item-list-block.view-text .list-item-border h3 a {
	color: #03427B;
	text-decoration: none;
}

#item-list-block.view-text .list-item-border h3 a:hover {
	color: #00f;
}

#item-list-block.view-text .list-item-border .item-sample img {
	display: none;
}

#item-list-block.view-text .list-item-border .item-info {
	position: absolute;
	top: 23px;
	left: 0;
	font-size: 10px;
}

#item-list-block.view-text .list-item-border .item-star {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	text-align: right;
}

#item-list-block.view-text .list-item-border .star-mark {
	color: #900;
}

#item-list-block.view-text .list-item-border .item-comment1 {
	display: none;
}

#item-list-block.view-text .list-item-border .item-banner img {
	display: none;
}

#item-list-block.view-text .list-item-border .item-counter {
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 12px;
}

#item-list-block.view-text .list-item-border .item-date {
	position: absolute;
	bottom: 0;
	left: 200px;
	font-size: 10px;
}

#item-list-block.view-text .list-item-border .item-access-rank {
	display: none;
}

#item-list-block.view-text .list-item-border .item-user {
	display: none;
}

#item-list-block.view-text .list-item-border .item-review {
	font-size: 10px;
	text-align: right;
	float: right;
}















/* control filter --------------------------------------------------------- */

#control-filter {
	border: 5px solid #ddd;
	background-color: white;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
}

* html body #control-filter-inner {
	width: 450px;
	height: 150px;
}

*+html body #control-filter-inner {
	width: 450px;
	height: 150px;
}

#control-filter-inner {
	display: none;
}

#control-filter h3 {
	clear: both;
	line-height: 20px;
	border-left: 5px solid #f60;
	border-right: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	background-color: #eee;
	background-image: url(http://sokusai.jp/templates/customize/images/heading_19.gif);
	padding: 5px 10px;
	margin-bottom: 10px;
}

#control-filter h4 {
	color: #666;
	font-size: 12px;
}

#control-filter ul li {
	display: block;
	float: left;
	font-size: 10px;
}

*+html body #control-filter h4 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	margin-bottom: 5px;
}
*+html body #control-filter ul li {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 14px;
}

#control-filter ul li a {
	text-decoration: none;
}

#control-filter-item-reset-block {
	margin: 5px 0; 
}

#control-filter-item-reset {
	font-size: 10px;
}

#control-filter ul#control-list-filter li { width: 140px; padding: 0 0 0 12px; }

* html body #control-filter ul#control-list-filter li { width: 150px; padding: 0 0 0 12px; }
*+html body #control-filter ul#control-list-filter li { width: 135px; padding: 0 0 0 12px; }

#control-filter ul#control-list-order li { padding: 0 12px; }


















/* top --------------------------------------------------------- */

#index h2.top {
	text-indent: -9999px;
	border: none;
	background-image: url(/images/top-logo.jpg);
	width: 490px;
	height: 100px;
	padding: 0;
}

#top-information {
	border: 5px solid orange;
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}

#top-information p {
	font-size: 12px;
}

#top-review {
	font-size: 12px;
}


#top-review-inner {
	border: 5px solid #ddd;
	background-color: white;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}


#top-review-inner li {
	margin-bottom: 5px;
}









/* review --------------------------------------------------------- */

#reviews-list,
#review-form {
	border: 1px solid #ccc;
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}

#reviews-list h3,
#review-form h3 {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ddd;
	padding: 5px 10px;
}

#reviews-list dt {
	font-size: 12px;
}

#reviews-list dt .star-mark {
	color: #900;
}

#review-form p {
	text-align: center;
	padding: 10px;
}










/* edit --------------------------------------------------------- */

#edit h3 {
	font-size: 14px;
	border-left: 5px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	margin-top: 15px;
	padding: 5px 10px;
	margin: 25px 0 7px 0;
}

#edit input {
	font-size: 14px;
	margin-top: 5px;
}

input.itL {
	width: 100%;
}

input.itS {
	width: 50px;
}

#edit input.textField,
#edit textarea.textField {
	font-size: 18px;
	background-color: #ffe;
	width: 100%;
	margin-top: 5px;
}

input.itL {
	width: 100%;
}

input.itS {
	width: 50px;
}












#body p.item-edit-button {
	position: absolute;
	right: -32px;
	top: -25px;
	text-indent: -9999px;
	font-size: 1px;
	background-image: url(/images/edit-icon.png);
	width: 30px;
	height: 30px;
}
#body p.item-edit-button a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 1px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}


#item-list-block.view-simple p.item-edit-button,
#item-list-block.view-text p.item-edit-button {
	right: -25px;
	top: -20px;
}
















