@charset "UTF-8";

body {
background: none repeat scroll 0 0 #29B205;
color: #333333;
font-family: ArialMT,"Hiragino Kaku Gothic ProN","ƒqƒ‰ƒMƒmŠpƒS ProN W3",ƒƒCƒŠƒI,sans-serif;
line-height: 1.5;
width: 100%;
}

h1 { font-size:16px;font-weight:bold; text-align: center; }
h2 { font-size:18px;font-weight:bold; }
h3 { font-size:14px;font-weight:bold; }

.top{
	margin: 0 15px;
	font-size: 12px;
}

.header {
	border: 1px solid #147021;
	background: #29B205;
	margin:0 0 15px 0 ;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #254f7a;
	background: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#009900));
	background: -webkit-linear-gradient(top, #006600, #009900);
	background: -moz-linear-gradient(top, #006600, #009900);
	background: -ms-linear-gradient(top, #006600, #009900);
	background: -o-linear-gradient(top, #006600, #009900);
	background: linear-gradient(top, #006600, #009900);
	position: relative;
}

.back {
	position: absolute;
	display: inline;
	top: 5px;
	left:15px;
	border: 1px solid #147021;
	border-radius: 15px;
	padding: 4px 8px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px #145072;
	background: -webkit-gradient(linear, left top, left bottom, from(#004400), to(#006600));
	background: -webkit-linear-gradient(top, #004400, #006600);
	background: -moz-linear-gradient(top, #004400, #006600);
	background: -ms-linear-gradient(top, #004400, #006600);
	background: -o-linear-gradient(top, #004400, #006600);
	background: linear-gradient(top, #004400, #006600);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.back a {font-size:14px;color:#ffffff;text-decoration:none;}


/*	ŠpŠÛ‚Å•¶Œ¾‚ðˆÍ‚¤div*/
.example{
	color:#666666;
	background-color : #FFFFFF;
	padding: 5px 5px;
	border: solid 2px lime;
	border-radius: 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius: 6px;
}


/*******************************************************************
* footer 
*******************************************************************/

footer address {
	clear: both;
	width: 100%;
	margin-top: 15px;
	background-color: #001901;
	color: white;
	font-size: 8px;
	font-style: normal;
	text-align: center;
	padding: 10px 0;
	display:block;
}



