body {
	width: 920px;
	background-color: #000000;
	animation: bg-clr 40s forwards;
	-webkit-animation: bg-clr 40s forwards;
	-webkit-text-size-adjust: 100%;
}

@-webkit-keyframes bg-clr {
	0% { background-color: #ffffff; }
	100% { background-color: #000000; }
}

@keyframes bg-clr {
	0% { background-color: #ffffff; }
	100% { background-color: #000000; }
}

#container{
	width: 860px;
	margin: 0 0 0 60px;
	float:left;
	overflow: hidden;
}

#header{
    width: 860px;
	height:60px;
	margin: 0 0 0 0;
	float:left;
    overflow: hidden;
}

#logo{
    width: 800px;
	height; 174px;
	margin: 0 60px 20px 0;
	float:left;
    overflow: hidden;
}

#about{
	width: 800px;
	margin: 0 60px 520px 0;
	float:left;
}

h1{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;*/ 
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 28px;
	color: #ffffff;
	font-feature-settings: "palt";
}

#info{
	width: 800px;
	margin: 0 60px 62px 0;
	float:left;
	font-family: "helvetica", sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: #ffffff;
}

#info1{
	width: 238px;
	margin: 0 0 0 44px;
	float:right;
}

#info2{
	width: 152px;
	margin: 0 0 0 0;
	float:right;
}

a:link{
	color: #ffffff;
}

a:visited{
	color: #ffffff;
}

a:hover{
	color: #e14628;
} 