@charset "utf-8";

html,body,div,span,h1,h2,h3,h4,p,ul,li,table,tr,th,td,canvas,strong,img,hr{
    margin: 0;
    padding: 0;
    border:0;
    outline:0;
    font-size:100%;
}

ul{
    list-style-type: none;
}

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #CCC;
    background-image: url("../img/bg.gif");
    letter-spacing:0.6pt
}

a {
    margin:0;
    padding:0;
    font-size:100%;
}

#container{
    margin: 0;
    height: 100%;
}

#header {
	margin: 0;
	width: 100%;
	min-width: 1000px;
	height: 40px;
	background-color: #999999;
	border-bottom: 4px solid #777777;
}

#logo{
    margin: 0;
    float: left;
	height: 40px;
}

#header_menu {
	margin: 0 auto;
	width: 900px;
}

#header_menu ul {
	width: 800px;
	margin-left: 100px;
}

#header_menu p {
    font-size: 12px;
	font-weight: bold;
    white-space: nowrap;
}

#header_menu li {
	margin-right: 25px;
	height: 40px;
	float: left;
	line-height: 40px;
    min-width: 40px;
    max-width: 200px;
}

#header_menu li a {
	color: #333;
	text-decoration: none;
}

#header_menu li a:hover {
	color: #333;
	text-decoration: underline;
}

#footer {
	width: 100%;
	min-width: 1000px;
	background-color: #666666;
	border-top: 4px solid #555555;
	font-size: 13px;
	background-image: none;
    clear: both;
}

#footer_main{
	margin: 0 auto;
	width: 900px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer_main p{
	margin-bottom: 10px;
}

#footer_main a{
	color: #FFFFFF;
	text-decoration: none;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#page_top a {
    background: #444;
    text-decoration: none;
	line-height: 30px;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}

#page_top a:hover {
    text-decoration: none;
    background: #222;
}