/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
background-color:#ffaa00;
background-image:url(http://rooftop.up.seesaa.net/mainimage/back.gif);
position: static;
margin:auto;
text-align:left;
}
#header{
padding:5px;
margin-left:180px;
text-align:right;
height:150px;
background:url(http://rooftop.up.seesaa.net/mainimage/head.gif) no-repeat 0% 100%;
background-color:#FFFFFF;
width:750px;
margin:auto;
position:static;
}

#content{
background-color:#FFFFFF;
position: static;
text-decoration:none;
font-size:12px;
width:750px;
height:auto;
padding:5px;
margin:auto;
}

#beta{
float:right;
width:100px;
height:auto;
padding:5px;
padding-right:30px;
padding-top:90PX;
position:static;
}

#beta-in{
text-decoration:none;
text-align:center;
border-bottom:#999999 solid 1px;;
border-left:#333333 solid 3px;
background-color:#FFFFFF;
font-size:12px;
width:100px;
}

h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	padding-left:10px;
	
}

#navi {
	height: 20px;
}

#contents {
	background-color: #F3F3F3;
	height: 150px;
	text-align: center;
	position: relative;
	clear: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

/*--------------------*/
.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* End hide from IE-mac */
