*{
	margin: 0;
	padding:0;
}


#body{
	background:#ccc;
	
}

#container{
	margin: 0 auto;
	width: 1000px;
	color:#808080;
}
#header{
	width:1000px;	
	height:45px;
	margin-top:30px;
}

#sen{
	width:1000px;
	height:2px;
	background:url(images/sen-d.jpg) repeat-x;
	text-indent:-9999px;
	display:block;
}


#contents{
	width:800px;
	margin-left:90px;
	font-family:"HGゴシックM";	
	
}
#order1{
	width:370px;
	float:left;
}
#order2{
	width:370px;
	float:right;
}
h1{
	width:12em;
	font-size:95%;
	margin-bottom:20px;
	border-left:#bdb76b 1em solid; 
	border-bottom:#bdb76b 1px solid;
	text-indent:0.5em;
}
h2{
	font-size:80%;
	margin-bottom:10px;
}
p{
	font-size:75%;
	text-indent:1.5em;
	line-height:1.5em;
}
ul{
	font-size:75%;
	list-style:none;
}
li{
	margin-left:20px;
}

#contents p a {
	text-decoration:none;	
	color:#bdb76b;
}
#contents p a:hover{
	color:#808000;
}
#contents li a {
	text-decoration:none;	
	color:#bdb76b;
}
#contents li a:hover{
	color:#808000;
}
#contents p img{
	margin-top:5px;
}
#bo{
	text-indent:4em;
}
#sen1{
	width:1000px;
	height:2px;
	background:url(images/sen-d.jpg) repeat-x;
	margin-top:50px;
	text-indent:-9999px;
	display:block;
	clear:both;
}
#footer{
	width:1000px;
	margin-top:10px;
	text-align:center;
}

#footer ul{
	font-size:70%;
}
#footer li{
	display:inline;
	list-style:none;

	
}
#f1,#f2,#f3,#f4{
	border-right:#808080 1px solid;
	padding:0 20px 0 0;
}

#footer li a{
	color:#808080;
	text-decoration:none;
}
#footer li a:hover{
	color:#808000;
}

#footer p{
	padding:5px 0 10px 0;
	font-size:60%;
	}