@charset "utf-8";
/* Browser-formatting Styles */

* {
	margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
  }
  
body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    text-align: left;
}

th, td, form, fieldset {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
  }

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc;}

a:link {} a:visited {} a:active  {}

img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

* html .pkg { display: inline-block; }

/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* Clearfix */
#header:after, #pagedody:after, #alpha:after , #beta:after , #gamma:after , #footer:after {
		content:".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both; 
}

#footer { position: relative;}
#footer a {color: #FFFFFF;}
#footer a:hover { color: #a3b8cc;}

#footer-inner {
	position: static;
	width:auto;
	background-color: #000000;
	color: FFFFFF;
}

#footernav {
        display:block;
	width:100%;
        margin:0 auto;
        padding:0;
        text-align:center;
}

#footernav li { display: inline; }

#copyright {
	clear:both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
        color:#FFFFFF;
	text-align:center;
}

#about {
	clear:both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
        color:#FFFFFF;
	text-align:center;
}

#about a { text-decoration: none; }