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

#container{
	width:910px;
	margin:0 auto;
}



#header{
	/*height:120px;*/
}

#alpha{
	width:700px;
	float:left;
}
#alpha-inner{
	width:675px;
}
#beta{
	width:195px;
	float:right;
}
/* Utilities */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#content-inner { display: inline-block; }
/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }
/* */
#footer{
	margin-top:40px;
}
#footer-navi{
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#footer-navi p{
	margin: 3px 0;
	padding:0;
}
#footer-navi p a{
	margin-right:5px;
}
#copyright{
	text-align:center;
	font-size:10px;
}
