@charset "utf-8";

/* ページの基本設定 */

*{
	font-size:12px;
	line-height:1.2em;
	font-family: “メイリオ”, Meiryo, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
}

a {
	color: #333333;
	font-size:small;
	text-decoration:none;
}

li {
	font-size:small;
	line-height:1.3em;
}

p {
	font-size:small;
}

#copyright {
	font-size:x-small;
}


a:link {
	color: #1B3E78;
	text-decoration:underline;
}

a:visited {
	color: #1B3E78;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:underline;
}

body {
	padding:0;
	background-color:#000000;
	margin: 0px;
	font-size:12px
}

#container {
	width:800px;
	height:100%;
	text-align:left;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	width:800px;
	text-align: center;
	background-color: #000000;
}

#header h1 {
	font-size:small;
	display:inherit;
	font-weight:normal;
	margin:5px 0px;
	color: #FFFFFF;
}

#side {float:left;
	width:400px;
	height:100%;
	margin:20px 0px 10px 10px
}

#main {
	float:left;
	width:390px;
}

#footer {
	clear:both;
	text-align:center;
	width:800px;
	background-color: #FFFFFF;
}

#footer-koukoku {
	clear:both;
	width:800px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

#footer-koukoku img {
	margin-right:3px
}

