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

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#000;
	line-height:150%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#144E00;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
	color:#0A2C00;
}

a>img:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: underline;
}

/*-------------------------------------------------------------------*/

#lv1{
	background-color:#144E00;
	padding:10px;
	overflow:hidden;
}

#lv2{
	padding:20px;
	background-color:#FFFFFF;
}

.input{
	width:70%;
	border:2px solid #ccc;
	display:inline;
	height:25px;
	line-height:25px;
}

textarea{
	width:70%;
	border:2px solid #ccc;
	height:50px;
}

.btn{
	width:200px;
	padding:15px 0px;
	text-align:center;
	border:2px solid #333;
	border:none;
	background-color:#FF9900;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}