@charset "utf-8";
/**
 * 全画面共通指定
 */

* {
	margin: 0;
	padding: 0;
}


html{
	overflow-x : hidden;
	overflow-y : auto;
	overflow: auto !important;
}

body {
	background-image: url("/images/bg.png");
	background-repeat: repeat-x;
	background-color: #cbecfa;
	/*word-spacing: 0.2em;*/
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/* table */
table td, table th {
	padding: 5px;
}

/* img */
img { border:none; }

/* ul li */
ul,li { list-style-type: none; }

/* anchor */
a:link {
	color: #000099;
	text-decoration: none;
} 
a:visited {
	color: #000099; 
	text-decoration: none;
} 
a:hover {
	color: #dc143c; 
	text-decoration: underline;
} 
a:active {
	color: #dc143c; 
	text-decoration: underline;
}

a.img_anchor {
	text-indent: -9999px;
	overflow: hidden;
}

input, select {
	border: 1px solid #7f9db9;
	background-color: #ffffff;
}
input.hover, select.hover {
	background-color: #ffffff;
}
input.focus {
	background-color: #ffffdd;
}

/* sub title bar */
.subtitle,
.subtitle_l,
.subtitle_m,
.subtitle_s {
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	clear: both;
}
.subtitle_l { background-image: url(../images/subtitle_l.gif); width:577px; }
.subtitle_m { background-image: url(../images/subtitle_m.gif); width:435px; }
.subtitle_s { background-image: url(../images/subtitle_s.gif); width:147px; }

#container_left .subtitle {
	width: 195px;
	margin-left: 8px;
	background-image: url(../images/subtitle_ms.gif);
}

/* clearfix hack */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}


/**
 * Contents layout framework
 */
div.contents h2.title {
	width: 590px;
	height: 50px;
	padding-left: 12px;
	padding-top: 10px;
	_font-size: 20px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
div.contents div.topicpath {
	font-size: 10px;
	text-align: right;
}
div.contents div.bg {
	float: left;
	width: 582px;
	min-height: 120px;
	padding: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.contents div.category {
	width: 300px;
	height: 23px;
	padding-left: 5px;
	padding-top: 2px;
	margin-left: -10px;
	background-image: url(../images/cate_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
div.contents a.to_top {
	float: right;
	width: 54px;
	height: 16px;
	margin: 5px 0px;
	background-image: url(../images/top.gif);
	text-indent: -9999px;
	overflow: hidden;
}

/**
 * Common parts
 */
/* "prev"-"back_to_list"-"next" icons */
div.move {
	position: relative;
	padding-top: 10px;
	margin: 0 auto;
	width: 146px;
	height: 10px;
}
	div.move a {
		position: absolute;
		display: block;
		background-repeat: no-repeat;
	}
		div.move a.prev {
			width: 36px;
			left: 0px;
			background-image: url(../images/icon_back.gif);
		}
		div.move a.back_to_list {
			width: 54px;
			left: 46px;
			background-image: url(../images/icon_list.gif);
		}
		div.move a.next {
			width: 36px;
			left: 110px;
			background-image: url(../images/icon_next.gif);
		}

/* page selector */
div.pages {
	float: right;
	height: 15px;
	padding: 5px;
	margin-top: 10px;
	background-color: #fae7f4;
}
	div.pages span.count {
		display: block;
		float: left;
		margin-right: 10px;
		font-weight: bold;
	}
	div.pages a.slide {
		display: block;
		float: left;
		width: 15px;
		height: 15px;
		line-height: 15px;
		text-align: center;
		font-weight: bold;
		background-color: #fff;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	div.pages a:hover.slide {
		background-color: #ffffcc;
	}
	div.pages a.slide.disabled {
		visibility: hidden;
	}
	div.page_list_container {
		float: left;
		position: relative;
		height: 17px;
		overflow: hidden;
	}
		ul.page_list {
			position: relative;
			top: 0;
			left: 0;
			height: 17px;
		}
			ul.page_list li {
				display: block;
				float: left;
				bottom: 0;
				width: 25px;
				line-height: 15px;
				text-align: center;
				font-weight: bold;
			}
				ul.page_list li a,
				ul.page_list li span {
					display: block;
					margin: 0 auto;
					width: 15px;
					height: 15px;
					background-color: #fff;
					border-right: 1px solid #666;
					border-bottom: 1px solid #666;
				}
				ul.page_list li span.selected {
					background-color: #cc0066;
					color:#FFFFFF;
				}
				ul.page_list li a:hover {
					background-color: #ffffcc;
				}

/* input form item */
div.form_item {
	width: 560px;
	height: auto;
	margin-bottom: 5px;
	padding: 5px;
	border-left: 5px solid #666;
	background-color: #f2f2f2;
	zoom: 1;
}
div.form_item:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	div.form_item div.form_title {
		float: left;
		width: 150px;
		padding: 2px;
		margin-right: 5px;
		font-weight: bold;
		background-color: #fff;
	}
	div.form_item input.form_field {
		width: 200px;
		height: 18px;
	}

/* input form buttons */
div.buttons {
	width: 290px;
	margin: 20px auto;
	text-align: center;
}
	div.buttons input, div.buttons a {
		margin: 0 4px;
	}
	div.buttons form {
		float: left;
	}

/* image button */
input.form_bt, a.form_bt {
	background-image:url(../images/form_bt.gif);
	width: 130px;
	height: 20px;
	border: 0px solid #f00;
	color: #000099;
	cursor: pointer;
	text-align: center;
}
a.form_bt {
	display: block;
	float: left;
}
	input.form_bt:hover, a.form_bt:hover {
		color: #dc143c;
		text-decoration: none;
	}

/* font */
.blue_b {
	font-weight: bold;
	color: #3366FF;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.small {
	font-size: 10px;
	color: red;
	line-height: 1.1;
}



/* information */
.infomain {
	border-bottom: 1px solid #ccc;
	width: 582px;
	float: left;
	padding-top: 5px;
	height: auto;
}

.infomain img,.infomain a,.infomain span {
	float: left;
	display: block;
}


.infomain a {
	width: 470px;
	display:block;
	padding:0px 0px 4px 5px;

}

.infomain a:hover { background-color: #FFFFCC; }


/* menu */
.smallmenu {
	text-transform: uppercase;
	background-image: url(../images/small_menu.gif); width:570px; height: auto;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 12px;
	font-weight:bold;
	background-position:0px 6px;
}

div.othermenu {
	width: 570px;
	height: auto;
	border: 1px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	font-size: 10px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	display:block;
	overflow:hidden;
	padding:2px 0px;
}
	div.othermenu a {
		margin: 2px;
		padding-right: 10px;
		padding-bottom: 3px;
		border-right: 1px solid #cccccc;
	}

ul.deco li{
	background-image: url(../images/deco.gif);
	background-repeat: no-repeat;
	width: 508px;
	margin-left: 20px;
	padding-left: 10px;
	/*position: relative;*/
	left: -5px;
	float: left;
}

a.webstart {
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/webstart.gif);
	margin-left: 10px;
	margin-bottom: 10px;
}
a:hover.webstart { background-position: 0px -50px; }

.img_txt {
	width: 560px;
	border: 1px solid #666;
	height: auto;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}


.img_txt img{ float: left; }

.img_txt span{
	float: left;
	width: 350px;
	margin-left: 10px;
}

/* 画像ボタン */
a.mygames_bt,
a.mygames_bt,
a.download_bt { display: block; width: 170px; height: 50px; margin: 0 5px;}

a.mygames_bt { background: url(../images/mygames_bt.gif) no-repeat 0 0; }
a.register_bt { background: url(../images/register_bt.gif) no-repeat 0 0; }
a.download_bt { background: url(../images/download_bt.gif) no-repeat 0 0; }

a.mygames_bt:hover,
a.download_bt:hover,
a.register_bt:hover { background-position: 0 -50px; }

/* 要素の横並び&中央寄せ */

div.center_box {
	margin: 15px auto;
	text-align: center;
}

ul.horizon_center li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	/margin-left: 3px;
}
	ul.horizon_center li * {
		float:left;
	}

/* pager */
.ext_pager {
	float: right;
	height: 25px;
	background: #fae7f4;
	font-weight: bold;
	text-align: center;
}
	.ext_pager li {
		display: block;
		float: left;
	}
		.ext_pager .total {
			margin: 5px 10px 0 5px;
		}

		.ext_pager .pix {
			width: 15px;
			height: 15px;
			margin: 5px;
		}
			.ext_pager .pix a {
				display: block;
				border-bottom: 1px solid #666;
				border-right: 1px solid #666;
				background: #fff;
			}
			.ext_pager .pix a:hover {
				background: #ffc;
				cursor: pointer;
			}

			.ext_pager .selected a,
			.ext_pager .selected a:hover {
				background: #c06;
				color: #fff;
				cursor: default;
			}


