/*共通レイアウト用*/
html{
	height:100%;
}
/*ボディー設定*/
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height:13px;
	color: #D58626;
	margin:0px;
	padding:0px;
	background-color:#000000;
	text-align:center;
	height:100%;
}
/*リンク文字設定*/
a {
	text-decoration:none;
	color: #D58626;
	border-bottom:none;
}


/*フォームのフォントサイズ*/
input, select, textarea {
	font-size: 10px;
}


/*フォームのフォントサイズ*/
input, select, textarea {
	font-size: 10px;
}
/*メイン部フォームの幅*/

input.line {
	width: 100px;
	font-size:midium;
}

textarea.line {
	width: 240px;
	height: 10em;
}
