
/* reset */
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* /reset */




/* common */
body, td, th {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}

body {
	background: white url(bg.gif) repeat-x;
}

.container {
	padding: 10px 20px;
}


input.required { border: 1px solid red; }
input.optional { border: 1px solid gray; }
.note { font-size:10px; }
.digit,
.quantity {
	text-align: right;
}


.header {
	border-bottom: 2px solid #333;
	padding: 10px;
}
.footer {
	border-top: 2px solid #333;
	padding: 10px;
}


/* /common */




table.characterInfo {
}
table.characterInfo th,
table.characterInfo td {
	padding: 5px 10px 2px;
	border-bottom: 1px solid #666;
}


div.result {
	padding: 10px 0;
}


table.magicalPowerShell {
}
table.magicalPowerShell th,
table.magicalPowerShell td {
	padding: 5px 10px 2px;
	border: 1px solid #666;
}
table.magicalPowerShell th {
	border-bottom-width: 2px;
}
table.magicalPowerShell th.sep,
table.magicalPowerShell td.sep {
	padding: 5px 2px 2px;
}
table.magicalPowerShell .resultRecord {
	cursor: pointer;
}


.overflow { color:#f00; }
.useReward { font-weight: bold; }
.done {
	text-decoration: line-through;
	background-color: #ccc;
	color: #666;
}




