@charset "utf-8";
/* =====================================================================
	global
====================================================================== */
* {
	margin : 0;
	padding : 0;
	background : transparent;
	font : normal normal 100% Arial,Helvetica,sans-serif;
	font-family : "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
body {
	font-size : 62.5%;
	color: #3e2f24;
}

h1,h2,h3,h4,h5,h6 {
	margin : 0 0 10px 0;
	padding : 0;
	text-indent : 0;
	letter-spacing : 0.05em;
	font-weight : bold;
}

fieldset {
	border: none;
}

a:link {
	color: #08007a;
}
a:visited {
	color: #cc00cc;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline : none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {
	vertical-align : bottom;
	border: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #08007a;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#e1ff00 0%,
		#b8de39);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e1ff00),
		to(#b8de39));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #08007a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	width:60%;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:auto;
	font-weight:bold;

}
.button a:link {
	color:#08007a;
}
