body{
	color: #202020;
	background-color:#f4f4f5;
}

p.notice{
	padding:5px;
	border:solid 1px red;
	color:red;
}

p.notice em{
	font-size:120%;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}


form{
	width:530px;
	padding:5px;
	padding-bottom:7px;
	background-color:#e6e6ff;
	border:solid 1px #9494ff;
}

h1{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	border-bottom:solid 1px #706bff;
}

#input{
	margin-bottom:0px;
}

#input dt{
	clear:left;
	float:left;
	width:80px;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	padding-bottom:4px;
}

#input dd{
	margin:0px;
	margin-left:83px;
	padding:0px;
	padding-bottom:4px;
}


/*
IEとMozillaで、それぞれselect boxが変になるんですが…。
ひとまず、全部にサイズ指定して逃げ。
*/

#jobList{
	width:8em;
}

#baseLv,#jobLv,
#int_,#bless,#sprlv{
	width:3.5em;
}

#weapon_eq{
	width:8.5em;
}

#head_up_eq{
	width:10em;
}

#head_up_c,
#head_mid_c{
	width:8em;
}

#armor_eq{
	width:7.5em;
}

#armor_c{
	width:10em;
}

#acc1_eq,
#acc2_eq{
	width:7em;
}

/*
select box サイズ指定ここまで。
*/

#result{
	width:540px;
	padding: 3px;
	font-size:0.8em;
	color: inhreit;
	background-color: #ffffff;
	empty-cells: show;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	clear:left;
}

#result tr,
#result td,
#result th{
	padding: 3px;
	margin: 0;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #c0c0c0;
	text-align:center;
}

#result th{
	border-style: solid ! important;
	border-color: white #808080 #808080 white ! important;
	border-width: 1px;
	background-color: #d6d6d6;
	text-align: center;
	color: #202020;
	font-weight: normal;
	padding: 4px 2px;
}

#result td{
	width:80px;
}

.bl{
	background-color:#e6e6ff;
}

#pn{
	margin:2px 0px 5px 0px;
	padding:0px;
	font-size:0.8em;
}

.note{
	font-size:0.85em;
	line-height:110%;
	margin-top:20px;
	padding-top:10px;
	border-top:dashed 1px #c2c2ff;
	width:540px;
}

.small{
	font-size:x-small;
}

div.navi{
	border-bottom:solid 1px #555555;
	text-align:right;
	margin-bottom:10px;
}

div.navi span.title{
	font-weight:bold;
	color:#555555;
}

div.navi ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.navi li{
	display:inline;
	padding-left:10px;
}

div.navi a{
	text-decoration:none;
	font-weight:bold;
	color:#555555;
}

address
{
	border-top:solid #555555 1px;
	margin-top:25px;
	padding-top:5px;
	padding-right:20px;
	line-height:130%;
	font-style:normal;
	text-align:right;
	clear:left;
}

address a{
	text-decoration:none;
}

address a{
	color:#555555;
}
