@charset "utf-8";

.lnavi li.leftpad a{
	padding:0 0 0 27px;
}

a:hover{
	text-decoration:underline;
}

/* ---- フォーム ---- */
textarea{
	background:#000;
	color:#FFF;
	border:0;
	width:99%;
	height:200px;
	*height:205px;
	margin-bottom:10px;
	overflow:hidden;
}

html>/**/body textarea {
 	height:125px;
 }
html:first-child textarea {
	height:200px;
 }

/* safari only \*/
html*textarea{
	height:100px;
}
/* end */
html * textarea{
	*height:130px;
}

form ul{
	clear:both;
	padding-bottom:5px;
	display:table;
	height:1%;
}
form ul li{
	display:inline;
	width:90px;
	float:left;
}

.marb{
	margin-bottom:10px;
}


.mt2{
margin-top:2px;
}
.mb30{
margin-bottom:30px;
}
.pb30{
padding-bottom:30px;
}

p a{
text-decoration:underline;
}