@charset "utf-8";

body {
	height:100%;
	color:#000;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
}

#contaner {
	width:800px;
	height:100%;
	margin:0 auto;
	padding:10px 20px;
	background-color:#F7F7F7;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

p.alart {
	margin:10px;
	padding:0;
	text-align:left;
	font-size:0.9em;
	color:#900;
	line-height:1.4em;
}

p.txt1 {
	margin:10px;
	padding:0;
	font-size:1.1em;
	color:#666666;
	font-weight: bold;
}

.style1 {
	font-family: Impact;
}

.style2 {
	font-size:1.0em;
	color:#900;
}

.style3 {
	text-align: center;
}

.txt2 {
	text-align:left;
	font-size:0.9em;
	margin:0;
	padding:0 0 0 10px;
}

header hgroup h1 {
	padding:10px 0;
	text-align: center;
	color:#FFF;
	font-size: 1.2em;
	font-weight:bold;
	background-color:#4793C0;
}

header hgroup h2 {
	margin:20px 0 10px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;

}

section {
	margin:0 0 25px;
}

footer p small {
	font-size: 0.9em;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
	display: block;
}



nav ul {
	background-color:#4793C0;
	margin: 10px 0;
	padding:10px 15px;
}

nav ul li.left {
	color:#FFF;
	float:left;
}


nav ul li.right {
	color:#FFF;
	float:right;
}

nav ul li a {
	color:#FFF;
}
