
/* 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.input_data {
}
table.input_data th,
table.input_data td {
	padding: 10px 10px 5px;
	border-bottom: 1px solid #666;
}
table.input_data tr.note th,
table.input_data tr.note td {
	padding: 10px 10px 0px;
	border-bottom: none;
	font-size: 10px;
}

#result {
	position: relative;
	width: 512px;
	height: 512px;
}


.version dl {
	padding-bottom: 20px;
}

.cipher {
	margin-right: 10px;
}

.crosshairs {
	background-color: red;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-size: 0;
	position: absolute;
}
.ch_x {
	width: 5px;
	height: 512px;
}
.ch_y {
	width: 512px;
	height: 5px;
}
