@charset "UTF-8";
/* CSS Document */

/* clearfix */
*:after { display:block; clear:both; }
/* はみ出し対策 */
body { width:100%; overflow:hidden; }
/* HTML5に対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

body
{
	color:#FFFFFF;
	line-height:2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	background-color: #001839;
	text-align: center;
}

a, a:visited
{
color:#FFFFFF;
text-decoration: none;
}
a:hover
{
color:#FFFFFF;
text-decoration:underline;
}

br.clear-both, 
div.clear-both
{
clear:both;
font: 1px/1px monospace;
display: block;
}

#container { width: 300px; margin: auto; }
header { height: 60px; padding: 60px 95px 10px 95px; }
header h1 { background: url(../images/logo.gif) no-repeat; display: block; text-indent: -9999px; height: 50px; width: 110px; }
nav { height: 60px; padding: 0px 0px 25px 0px; }
nav ul { list-style:none; display: block; width: 140px; margin: 0px auto 0px auto; }
nav li, nav li a { text-indent: -9999px; display: block; height: 60px; width: 60px; float:left; margin: 0px 5px 0px 5px; }
#fb a { background-image: url(../images/icn_fb.gif); }
#tw a { background-image: url(../images/icn_tw.gif); }

section { padding-bottom: 25px; }
section ul {}
section li { list-style: none; }

footer { font-size: 90%; }

