@charset "utf-8";
/* CSS Document */

/*ロゴ
----------------------------------------------*/
h2 {
	background: url(../img/title.png) no-repeat;
	width: 300px;
	height: 80px;
	background-size:250px;
	margin: 0 auto 0px;
	text-indent: -9999px;
}

h3 {
	background: #333;
	color: #CCC;
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 15px;
}


/*リスト
----------------------------------------------*/

.patch_list li{
	background: url(../img/play_btn.png) no-repeat;
	background-size:25px;
	width:1000px;
    height:46px;
	padding:0 0 0 40px;
    font-size:17px;
}
.patch_list li a{
	text-decoration:none;
	color:#000;
}
.patch_list li a:hover{
	color:red;
}



