/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea, button {
	font-family:"Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif; 
	//font-size: 0.625em/1.4;	
	font-size: 0.625em;	
	color: #333;
}
body {
	 background: #25c;
}
h1 {
	font-weight: normal;
	color: #eee;
	//font-size: 3.2em/1.4;
	font-size: 3.2em;
	margin: 0.2em 0 0;
	padding-left: 10px;
	background: transparent url("../images/h1_bg_04.jpg") repeat scroll right center;
}
h2 {
	font-weight: normal;
	color: #555;
	//font-size: 2.2em/1.4;
	font-size: 2.2em;
	#margin: 0.2em 0 0;
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 1em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}
table {
	border: medium #444 solid;
	border-collapse: collapse;
}
th {
	border: thin #000 solid;
	border-collapse: collapse;
	//font-weight: bold;
	font-weight: 600;
	color: #222;
	//font-size: 1.6em/1.4;
	font-size: 1.6em;
	margin: 0.2em 0 0;
}
td {
	border: thin #000 solid;
	border-collapse: collapse;
	font-weight: normal;
	color: #222;
	//font-size: 1.2em/1.4;
	font-size: 1.2em;
	margin: 0.2em 0 0;
}
input {
	font-size: 0.75em;
}
input[type="submit"][disabled] {
	color: #eee;
   	background-color: #aaa;
}

footer {
	color: #eee;
}