/* ===========================
main_box
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

/* ===========================
header
============================*/
#header {
	padding: 10px 0;
	border-bottom: 5px #EEEEEE solid;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #519903),
		color-stop(1, #3D5900)
	);
	background-image: -o-linear-gradient(bottom, #519903 0%, #3D5900 100%);
	background-image: -moz-linear-gradient(bottom, #519903 0%, #3D5900 100%);
	background-image: -webkit-linear-gradient(bottom, #519903 0%, #3D5900 100%);
	background-image: -ms-linear-gradient(bottom, #519903 0%, #3D5900 100%);
	background-image: linear-gradient(to bottom, #519903 0%, #3D5900 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#519903', endColorstr='#3D5900', GradientType=0)";  
}


.logo {
	font-size: 154%;
	font-weight: bold;
	text-align:left;
	color: #FFF;
}

.logo span {
	float: right;
	font-size: 68%;
	font-weight: normal;
}


/* ===========================
footer
============================*/
#footer { 
	border-top: 2px #CCCCCC solid;
	padding: 30px 0;
	color: #999999;
	background: #EEEEEE;
}

/* ===========================
parts
============================*/
h1 {
	border-bottom: 2px #7ea701 solid;
	padding-bottom: 3px;
	font-size: 130%;
	color: #2e5002;
	margin: 20px 0;
}

h1 span { float: right; font-size: 76%; }

.button li { text-align: center; }

.button li a {
	display: block;
	padding: 35px 0;
	color: #4b422b;
	text-decoration: none;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
	border: 1px #999999 solid;
	font-weight: bold;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #faf8f2),
		color-stop(1, #e4ddcb)
	);
	background-image: -o-linear-gradient(bottom, #faf8f2 0%, #e4ddcb 100%);
	background-image: -moz-linear-gradient(bottom, #faf8f2 0%, #e4ddcb 100%);
	background-image: -webkit-linear-gradient(bottom, #faf8f2 0%, #e4ddcb 100%);
	background-image: -ms-linear-gradient(bottom, #faf8f2 0%, #e4ddcb 100%);
	background-image: linear-gradient(to bottom, #faf8f2 0%, #e4ddcb 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0DBC7', endColorstr='#A89F79', GradientType=0)"; 
}

.button li a:hover {
	color: #FFFFFF;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #D60303),
		color-stop(1, #BA0202)
	);
	background-image: -o-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -moz-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -webkit-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -ms-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: linear-gradient(to bottom, #D60303 0%, #BA0202 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60303', endColorstr='#BA0202', GradientType=0)";  
}

.button02 {
	width: 80%;
	text-align: center;
	font-size: 136%;	
}


.button02 a {
	display: block;
	padding: 35px 10px;
	color: #682001;
	text-decoration: none;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
	font-weight: bold;
	border: 1px #793f01 solid;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FAD500),
		color-stop(1, #FC9700)
	);
	background-image: -o-linear-gradient(bottom, #FAD500 0%, #FC9700 100%);
	background-image: -moz-linear-gradient(bottom, #FAD500 0%, #FC9700 100%);
	background-image: -webkit-linear-gradient(bottom, #FAD500 0%, #FC9700 100%);
	background-image: -ms-linear-gradient(bottom, #FAD500 0%, #FC9700 100%);
	background-image: linear-gradient(to bottom, #FAD500 0%, #FC9700 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD500', endColorstr='#FC9700', GradientType=0)";  
}

.button02 a:hover {
	color: #FFFFFF;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #D60303),
		color-stop(1, #BA0202)
	);
	background-image: -o-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -moz-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -webkit-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: -ms-linear-gradient(bottom, #D60303 0%, #BA0202 100%);
	background-image: linear-gradient(to bottom, #D60303 0%, #BA0202 100%);

	/* InternetExplorer */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60303', endColorstr='#BA0202', GradientType=0)";  
}

.atten {
	margin-top: 30px;
	border: 2px #d40207 solid;
	padding: 15px;
}

.atten h2 {
	font-size: 130%;
	color:#F00;
	font-weight: bold;
}

.atten p {
	font-size: 106%;
}

.main_pr {
	margin-top: 30px;
	width: 100%;
}

.main_pr img {
	width: 100%;
	max-width: 1000px;
}