@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
}
address,em {
font-style: normal;
}
strong,th {
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img {
border: 0;
}
li {
list-style-type: none;
}

/* Fonts
------------------------------------------------------------*/
body {
font-size: 75%; /* IE */
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html>/**/body {
font-size: 12px; /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}
/*body
-------------------------------------------------------------*/
#header h1 {
	font-family: DaunPenh;
	font-size: 50px;
}
#header ul {
	height: 20px;
	margin-bottom: 7px;
	margin-top: 10px;
}
#header ul li {
	float: left;
	height: inherit;
	width: 130px;
}
#header ul li a {
	color: #666;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	text-decoration: none;
}#header ul li a:hover {
	color: #069;
}
/*footer
-------------------------------------------------------------*/
#footer {
	text-align: right;
	clear: both;
	color: #666;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer ul {
	padding-top: 20px;
}
#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
