@charset "utf-8";

* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Tahoma,Arial,sans-serif;
	font-size:0.97em;
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	margin:0;
	padding:0;
	color:#fff;
	line-height:1.5em;
}
html, body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Tahoma,Arial,sans-serif;
	font-size:0.97em;
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	color:#fff;
	border:0;
	margin:0;
	padding:0;
	line-height:1.5em; 
}
h1, h3, h4, h5, h6, address {
	color:#fff; margin:0; padding:0; border:0;
}
div, blockquote, pre, ul, ol, li, dl, dt, dd {
	color:#fff; margin:0; padding:0; border:0;
}
p {
	text-align:left; color:#fff; margin:0; padding:0 0 20px; border:0;
}
table, caption, th, td {
	color:#fff; margin:0; padding:0; border:0;
}
img {
	border:0;
	display:block;
}
a:link, a:visited, a:active {
	color:#fff; text-decoration:underline; outline:none;
}
a:hover {
	color: #fff; text-decoration:none; outline:none;
}
input [type="text"] {
	height:18px;
}
textarea {
	height: 300px;
	width: 90%;
}
input[type="text"], textarea, option, select {
	color: #363636;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	padding: 5px 10px;
}
