@charset "utf-8"
/* CSS Document */

body {
	background:#ffffff;
	font-size:15px;
	text-align:center;
	padding: 0;
	margin: auto;
}


ul {
	list-style-type: none;
	color: #333333;
}



h1 {
	font-size:26px;
	color:#000000;
	font-weight:normal;
	margin:43px 0px 0px 20px;
}

p{
	margin:10px 0 20px 5px;
	font-size:13px;
	line-height:14px;
	text-align:center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/*Wrap*/
#wrap{
	margin: 0 auto;
	padding:0;
	background:#ffffff;
	width:820px;
	height: auto;
	text-align: left;  
}
/*Header*/
#header{
	margin:auto;
	width:600px;
	height:200px;
	padding: 10px;
}

#header h1{
	margin:auto;
	padding-top: 100px;
	padding-right: 10px;
	text-align:center;
}



/*Botan*/
#botan{
	width: 300px;
	height:200px;
	margin: auto;
	position: relative;	
}

.yes a {
display:block;
width:132px;
height:60px;
background:url(images/yes_01.png) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
float:left;
}
.yes a:hover {
background-position:left bottom;
}

.no a {
display:block;
width:132px;
height:60px;
background:url(images/no_01.png) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
float:right;
}

.no a:hover {
background-position:left bottom;
}


/*Images*/

#gazou {
	width:600px;
	height:auto;
	margin: auto;
}

#gazou ul{
	list-style-type: none;
	margin: auto;
	width: auto;
	text-align:center;	
}
#gazou li{
	text-align:center;
}


#uso{
	width:600px;
	hight:auto;
	margin:auto;
	padding-top: 1000px;
}

#uso li{
	text-align:left;
	font-size: 16px;
}

#uso a{
	font-weight:bold;
	color:#669933;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;

}
#uso a:hover{
	color:#333300;
	text-decoration:none;
}
/*Footer*/
#footer{
	margin:30px 0 0 10px;
	padding:5px 0 5px 0;
	border-top:1px #333366 solid;
	width:800px;
	color:#333333;
	text-align:center;
	float:left;
}
#footer a{
	color:#333333;
	text-decoration:none;
	line-height:20px;
}
#footer a:hover{
	color:#333366;
	text-decoration:underline;
}
