@charset "utf-8";

/* reset */
* { 
	margin:0;
	padding:0; 
}
ol,ul {
	list-style:none;
}
header, nav, aside, main, section, footer {
	display:block;
}

hr {
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
}
* html hr { /* for IE */
	border-top:1px solid;
}
*:first-child+html hr { /* for IE7 */
	border-top:1px solid;
}

/* common */

a { color:#4444aa; text-decoration:none; }
a:link { color: #4444aa; }
a:visited{ color:#4444aa; }
a:hover  { color:#4444aa; text-decoration:underline; }
a:active { color:#4444aa; }

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0; 
	color:#000000;
	text-align:center;
	font-size:16px;
	line-height:23px; 
	font-family:'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,osaka,Meiryo,sans-serif;
	background-color: #ffffff;
}

h1 {
	font-size: 15px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
}

p {
	padding-top:3px;
	padding-bottom:3px;
}

section {
	padding-top:5px;
	padding-bottom:5px;
}

header {
	text-align:left;
	background-color:#000000;
	color: #ffffff;
	height: 20px;
	padding: 2px;
	font-size: 12px;
	line-height:20px;
	white-space: nowrap;
	position: relative;
}

main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

footer {
	text-align: center;
	background-color:#000000;
	color:#ffffff;
	height: 20px;
	padding: 2px;
	font-size:12px;
	line-height:20px;
	white-space: nowrap;
	position: relative;
}
