@charset "utf-8";
/**
 * 全画面共通指定
 */

* {
	margin: 0;
	padding: 0;
}


html{
	overflow-x : hidden;
	overflow-y : auto;
	overflow: auto !important;
	
	
}

body {
	/*background-image: url("/images/thanks_bg.png");
	background: url("/images/bg_201012_xmas.png") 0 0 repeat-x #fff4f7;
	background-repeat: repeat-x;
	word-spacing: 0.2em;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;*/
} /* 2th Anniversary background */



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;
}




/* ==========================================
	Font
========================================== */
.notice {
	font-weight: bold !important;
	color: #FF8C00 !important;
}
.required {
	font-weight: bold !important;
	color: #FF8C00 !important;
}
.small {
	font-size: 83% !important; /* 10px */
	line-height: 1.1em !important;
}
.big {
	font-size: 116% !important; /* 14px */
}
.bold {
	font-weight: bold !important;
}

/* ==========================================
	Position Style
========================================== */
/* ------------------------------------------
	Center
------------------------------------------ */
.center {
	margin: auto;
	text-align: center;
}

/* ------------------------------------------
	Text Align
------------------------------------------ */
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left;}

/* ------------------------------------------
	Float
------------------------------------------ */
.fr { float: right; display: inline; }
.fl { float: left; display: inline; }

/* ------------------------------------------
	Margin
------------------------------------------ */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.ma00 { margin:  0px !important; }
.ma05 { margin:  5px !important; }
.ma10 { margin: 10px !important; }
.ma15 { margin: 15px !important; }
.ma20 { margin: 20px !important; }
.ma25 { margin: 25px !important; }
.ma30 { margin: 30px !important; }
.ma35 { margin: 35px !important; }
.ma40 { margin: 40px !important; }

/* ------------------------------------------
	Padding
------------------------------------------ */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

.pa00 { padding:  0px !important; }
.pa05 { padding:  5px !important; }
.pa10 { padding: 10px !important; }
.pa15 { padding: 15px !important; }
.pa20 { padding: 20px !important; }
.pa25 { padding: 25px !important; }
.pa30 { padding: 30px !important; }
.pa35 { padding: 35px !important; }
.pa40 { padding: 40px !important; }

/* ------------------------------------------
	width
------------------------------------------ */
.w_00 { width:  0% !important; }
.w_05 { width:  5% !important; }
.w_10 { width: 10% !important; }
.w_15 { width: 15% !important; }
.w_20 { width: 20% !important; }
.w_25 { width: 25% !important; }
.w_30 { width: 30% !important; }
.w_35 { width: 35% !important; }
.w_40 { width: 40% !important; }
.w_45 { width: 45% !important; }
.w_50 { width: 50% !important; }
.w_55 { width: 55% !important; }
.w_60 { width: 60% !important; }
.w_65 { width: 65% !important; }
.w_70 { width: 70% !important; }
.w_75 { width: 75% !important; }
.w_80 { width: 80% !important; }
.w_85 { width: 85% !important; }
.w_90 { width: 90% !important; }
.w_95 { width: 95% !important; }
.w_100{ width: 100%!important; }

/* ==========================================
	Parallel
========================================== */
div.center {
	margin: auto;
	text-align: center;
}
ol.horizon_center li,
ul.horizon_center li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	/display: inline;
	/zoom: 1;
	/* /margin-left: 3px; */
}
	ol.horizon_center li *,
	ul.horizon_center li * {
		float: left;
		display: inline;
	}

/* ==========================================
	Clear
========================================== */
.clr { clear: both; }

br.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px; /* 0px */
	line-height: 0px;
}

/* clearfix hack */
.clearfix:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0px;
	display: block;
	content: ".";
}
	.clearfix { zoom: 1; /* for IE */ }

	/* Hides from IE-mac */
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }

/* ==========================================
	Dummiy
========================================== */
.hide { display: none; }





/* 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;
			}



