@charset "UTF-8";

/* ====================================================
 *     サイト全体の基本スタイル
 *	   背景色、文字色、リンク色はカラーセット設定で変化
 * ==================================================== */


/*背景*/
.gamen_bg_color1{
	background-color: #FFFFCC;
	padding-bottom:5px;
}

.gamen_cam{
	margin:5px;
	padding:5px;
	background-color: #FFFFFF;
	border:1px solid #FF9900;
	text-align:left;
	font-size:16px;
}


div#term_catch{
	text-align:center;
	margin:10px 10% 20px 10%;
	padding:5px 0px 5px 0px;
	line-height:1.2;
	color:#000000;
	background-color:#FFFFCC;
	border:2px solid #FF3300;
	border-radius:10px;
}


/*txtカラー*/
.gamen_txt_green{
	color:#009900
}

.gamen_txt_pu{
	color: #60C;	
}

.gamen_underline{
	text-decoration: underline;
}


/*width100%のバナー*/
.gamen_width_max{
	text-align: center;
	line-height: 0px;
}
.gamen_width_max img{
	max-width: 100%;
}



/*マージン各種*/
.gamen_margin10{
	margin:10px;
}
.gamen_margin_top5{
	margin-top:5px;
}
.gamen_margin_bottom5{
	margin-bottom:5px;
}
.gamen_margin_bottom10{
	margin-bottom:10px;
}

.gamen_margin_bottom15{
	margin-bottom:15px;
}

.gamen_margin_bottom25{
	margin-bottom:25px;
}

.gamen_margin_left5{
	margin-left:5px;
}

.gamen_margin_right5{
	margin-right:5px;
}

.gamen_margin_left10{
	margin-left:10px;
}

.gamen_margin_right10{
	margin-right:10px;
}


/* IE7 hack */
*+html .gamen_margin_top-4{
	margin-top:-4px;
}





/*パディング各種*/
.gamen_padding_top10{
	padding-top:10px;
}

.gamen_padding_top15{
	padding-top:15px;
}

.gamen_padding_bottom10{
	padding-bottom:10px;
}

.gamen_padding_bottom25{
	padding-bottom:25px;
}

.gamen_padding_right5{
	padding-right:5px;
}

.gamen_padding_right10{
	padding-right:10px;
}

.gamen_padding_right12{
	padding-right:12px;
}

.gamen_padding_left5{
	padding-left:5px;
}

.gamen_padding_left10{
	padding-left:10px;
}


/*ページTOPへ*/
.gamen_page_top{
	text-align: right;
	margin-top:15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.gamen_page_top a {
	text-decoration:none;
}




.gamen_big_btn{
	width:515px;
	height:148px;
	margin: 0px auto 10px auto;
	background-image:url(../images/131001_btn_5000_r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_big_btn a {
	display:block;
	width:515px;
	height:148px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_menu_btn{
	width:612px;
	height:95px;
	margin: 0px auto;
	background-image:url(../images/131001_btn_menu_r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_menu_btn a {
	display:block;
	width:612px;
	height:95px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_pp_btn{
	width:612px;
	height:95px;
	margin: 0px auto;
	background-image:url(../images/140124_pp_btn_r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_pp_btn a {
	display:block;
	width:612px;
	height:95px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_kiyaku_btn{
	width:132px;
	height:50px;
	margin: 10px auto 10px auto;
	background-image:url(../images/131001_btn_kiyaku_r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_kiyaku_btn a {
	display:block;
	width:132px;
	height:50px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_login_btn{
	width:323px;
	height:67px;
	margin: 0px auto 10px auto;
	background-image:url(../images/131101_btn_login_r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_login_btn a {
	display:block;
	width:323px;
	height:67px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_big_btn a:hover,
.gamen_menu_btn a:hover,
.gamen_kiyaku_btn a:hover,
.gamen_login_btn a:hover,
.gamen_pp_btn a:hover{
	text-indent:-9999px;
} 


.gamen_small_btn{
	width:244px;
	height:99px;
	margin: 0px 5px;
	background-image:url(../images/131001_btn_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gamen_small_btn a {
	display:block;
	width:244px;
	height:99px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_small_btn a:hover {
	background-image:url(../images/131001_btn_bk_r.png);
	background-repeat: no-repeat;
	background-position: left top;
} 

.gamen_btnset{
	margin: 0px auto 5px auto;
	text-align:center;
}

.gamen_tyui{
	margin:30px auto 10px auto;
	padding:10px;
	border:solid 1px #006699;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:left;
}

.gamen_tyui h2{
	margin:10px 10px 0 10px;
}

.gamen_tyui ul{
	margin:5px 20px 20px 20px;
}


