@charset "utf-8";
html {
	background:#ffffff;
}
body {
	font:14px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#252525;
	margin:0;
	padding:0;
}
a {
	color:#777777;
}
a:hover {
	color:#919191;
	text-decoration:none;
}
a:active, a:focus {
	outline:0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
p {
	padding-bottom:10px;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
li {
	list-style-type: none;
}
#header, #container, #wrapper, .inner {
	margin:0 auto;
}
#header {
	background:#F2EEEC;
	padding:5px;
}
p {
	padding:5px;
	margin-bottom:10px;
}
.small {
	font-size:11px;
}
.dn {
	display:none
}
.input_fileupload {
	border:1px solid #7F9DB9;
	width:250px;
	height:25px;
	float:left;
	margin-top:5px;
}
.btn_fileupload {
	background:transparent url(btn2.png) no-repeat top left;
	width:113px;
	height:40px;
	border:none;
	cursor:pointer;
	float:left;
	margin-top:5px;
}

#fixedTable{
	background:#efefef; border-bottom:#555 1px solid; border-top:#555 1px solid; border-top:#555 1px solid;
}
#discpTable{
	background: #FFC; margin-bottom:10px; border-bottom:#555 1px solid; color:#FF3300; font-size:12px; padding:5px 10px; text-align:center;
}

input[type="image"]:disabled.submit{
	filter: alpha(opacity=30);
	moz-opacity:0.3;
	opacity:0.3;
}