@charset "shift-jis";

.main{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.73, #6688eb), color-stop(0.00, #0D2E8D));
	background: -webkit-linear-gradient(top, #0D2E8D 0%, #6688eb 73%);
	background: -moz-linear-gradient(top, #0D2E8D 0%, #6688eb 73%);
	background: -o-linear-gradient(top, #0D2E8D 0%, #6688eb 73%);
	background: -ms-linear-gradient(top, #0D2E8D 0%, #6688eb 73%);
	background: linear-gradient(top, #0D2E8D 0%, #6688eb 73%);
}


.button2, .nullButton {
	display:inline-block;
	padding:10px;
	border:1px solid #ffffff;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background-color: #ffe84b;
	width:60%;
	margin: 0 0 5px 0;
}
.button2:hover {
	border:1px solid #ffe84b;
	background-color: #ffffff;
	width:60%;
	margin: 0 0 5px 0;
}

.button3, .nullButton {
	display:inline-block;
	padding:10px;
	border:1px solid #f6d0ac;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	color:#9b9156;
	text-decoration:none;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(75,25,0,0.4);
	font-size:18px;
	font-weight:bold;
	background-color: #f69131;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f69131), color-stop(0.00, #f6d0ac));
	background: -webkit-linear-gradient(top, #f6d0ac 0%, #f69131 100%);
	background: -moz-linear-gradient(top, #f6d0ac 0%, #f69131 100%);
	background: -o-linear-gradient(top, #f6d0ac 0%, #f69131 100%);
	background: -ms-linear-gradient(top, #f6d0ac 0%, #f69131 100%);
	background: linear-gradient(top, #f6d0ac 0%, #f69131 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f69131, endColorstr=#f6d0ac);
}
.button3:hover {
	border:1px solid #ff7400;
	background-color: #ff7400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8b872), to(#ff7400));
	background-image: -webkit-linear-gradient(top, #f8b872, #ff7400);
	background-image: -moz-linear-gradient(top, #f8b872, #ff7400);
	background-image: -ms-linear-gradient(top, #f8b872, #ff7400);
	background-image: -o-linear-gradient(top, #f8b872, #ff7400);
	background-image: linear-gradient(to bottom, #f8b872, #ff7400);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8b872, endColorstr=#ff7400);
}

.news2013_4 a {
    background-color: #7a263e;
    background-image: linear-gradient(to bottom, #7a263e, #360211);
    border: 1px solid #9b0028;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(75, 25, 0, 0.4);
    width: 80%;
    color: #9b0028;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px;
}


.news2013_4 {
    padding: 12px 0;
    text-align: center;
}


.news2013_4 a {
    background: -moz-linear-gradient(center top , #7a263e 0%, #58192b 50%, #58192b 50%, #360211) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #9b0028;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px;
}

.news2013_4 a:hover {
    background-color: #521728;
    background-image: linear-gradient(to bottom, #521728, #130106);
    background: -moz-linear-gradient(center top , #521728 0%, #381620 49%, #130106) repeat scroll 0 0 rgba(0, 0, 0, 0);


}

