@charset "Shift_JIS";

*{padding: 0;	margin: 0;}

img{border: 0;}

body{
	height: 100%;
	font-size: 80%;
	text-align: left;
	font-family: "MS UI Gothic",sans-serif;
	margin:0px;
	padding:0px;

}
p.example1 { font-size: x-large;}
p.example2 { font-size: 85%; }
p.example3 {
	font-size: 90%;
	line-height: 18px;}
p.example4 { font-size: medium;}
p.example5 { font-size: medium;
color: red; }
p.example6 {
	font-size: 90%;
	color: #666666;}
a{text-decoration:none}
a:link{color:#666666;text-decoration:none}
a:visited{color:#666666;text-decoration:none}
a:active{color:#666666;text-decoration:none}
a:hover{color:#666666;text-decoration:none}

}




#wrapper{
	padding:3px;
}
#header{
	width: 100%;
}
#header h1{
	padding: 0px 0;
	background: #fff;
	padding: 0px;
}
#header h2{
	padding: 0px 0;
	background: #555555;
	padding: 0px;
	float: center;
	}
#container{
position: relative;
padding: 5px 0 0 0;
background: #ffffff;
}

#contents{
float: left;
width: 95%;
padding:  0px 0px 0px 10px ;
background: #ffffff;
}
.contents img{
    display: block;
    margin: 3px 0 10px;
}
#footer{
clear: both;
width: 100%;
background-color: #555555;
color: #ffffff;
text-align: center;
padding: 6px 0;
}
#build-menu-button{
	display: block;
	width: 100;text-align: left;
	background:#555555;
	padding:2px 4px;
	border-radius: 0px;
	color: #FFF;
	position:absolute; 
	position:fixed; 
	z-index:9999;
}
#build-menu{
	background:#555555;
}
#build-menu ul{
	padding:0px;margin:0px;
}
#build-menu li{
	padding:0px;margin:0px;
	list-style: none;
	padding:10px;
	border-bottom:1px solid #4f4f4f;
}
#build-menu li a{
	color: #FFF;
	text-decoration: none;
	display: block;
}