/* common.css - Halfopen common style */

BODY {
	line-height: 130%;
	margin: 1em 5%;[top,bottom] and [left,right] */
}

A:link { text-decoration:none; color:#00f; }
A:visited { text-decoration:none; color:#90c; }
A:active { text-decoration:none; color:#f00; }
A:hover { text-decoration:none; color:#f00; }

P {
	background: transparent;
	text-indent: 1em;
	text-align: left;
	margin: 0.4em;
}

PRE, BLOCKQUOTE {
	background: transparent;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

BLOCKQUOTE {
	margin: 1em 5% 1em 5%;
}

UL, OL, DL {
	margin: 1em 0 0;
	padding-left: 2em;
	text-align: left;
}

LI {
	display: list-item;
	list-style-type: disk;
	list-style-image: none;
	list-style-position: outside;
	line-height: 1.3em;
}

LI, DD {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

EM {
	font-style: normal;
	text-decoration: underline;
}

B, STRONG {
	font-weight: bold;
}

ADDRESS {
	margin: 1.5em 1em 1em 2em;
	line-height: 120%;
	font-style: normal;
	font-size: 0.9em;
}

PRE {
	line-height: 130%;
	border: #666 solid 1px;
}

H1, H2, H3, H4, H5, H6 {
	line-height: 120%;
}

H1 { font-size: 1.7em; margin-top: 0.5em; margin-bottom: 0.5em;}
H2 { font-size: 1.41em; margin-top: 0.5em; margin-bottom: 0.5em;}
H3 { font-size: 1.1em; margin-top: 0.5em; margin-bottom: 0.5em;}
H4 { font-size: 1.0em; margin-left: 1em}
H5 { font-size: 0.8em; margin-left: 1em}
H6 { font-size: 0.8em; margin-left: 2em}

HR {
	clear: both;
	border-width: 1px;
	border-style: solid;
}

INPUT, TEXTAREA {
	cursor: default;
	line-height: 1em;
	text-indent: 0;
	font-weight: normal;
	margin: 0;
	padding: 1;
	vertical-align: middle;
	border: #666 solid 1px;
	background: #fff;
}

SELECT {
	border: 1px #000 solid;
	line-height: 1.2em;
	height: 1.6em;
	margin: 0 0.25em;
	padding: 1;
	vertical-align: middle;
	background: #fff;
}

IMG, OBJECT, BR {
	display: inline;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

TABLE {
	border-collapse: collapse;	/* separate or collapse */
	empty-cells: show;	/* show or hide (not support IE)*/
}

CAPTION {
	padding: 0.3em;
	font-size: 0.9em;
	text-align: left;
	caption-side: top;
	line-height: 1.05em;
	border: none;
}

