*{
	margin:0;
	padding:0;
}
body{
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	min-width:1080px;
	background: url(../images/back.png) no-repeat top;
	background-size:cover;
}
p,li,dt,dd,td,address{
	font-size:100%;
	color:#333333;
}
input, select, textarea {
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:0;
}
a{
	text-decoration:underline;
	color:#333333;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#333333;
}
#container{
	width: 1000px;
	margin: 0 auto;
}
#header{
	width: 1000px;
	height: 162px;
	background: url(../images/header_back.png) no-repeat;
	margin: 0 0 20px 0;
}
h1{
	padding: 30px 0 30px 50px;
}
#navi{
	background: url(../images/navi_back.png) no-repeat;
	width: 900px;
	height: 30px;
	margin: 0 0 0 50px;
}
#navi ul li{
	list-style: none;
}
#navi li{
	float: left;
	display: inline;
}
#navi li a{
	width: 180px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#navi li a:hover{
	opacity: 0.7;
}
.waku{
	background: #FFFFFF;
	float: left;
	display: inline;
	width: 100%;
	border: 2px solid #336600;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	margin: 0 0 40px 0;
}
.text1{
	line-height: 1.8;
	padding: 0 100px 20px 100px;
}
.waku h2{
	margin: 50px 100px 30px 100px;
}
.name{
	padding: 30px 150px 50px 0;
	text-align: right;
}
.ywaku{
	width: 800px;
	height: 450px;
	margin: 0 0 50px 100px;
}
.kouji{
	text-align: center;
	line-height: 450px;
}
#footer{
	clear: both;
	background: #336600;
}
.copyright{
	text-align: center;
	padding: 30px 0 30px 0;
	color:#FFFFFF;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #336600;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 0.7;
}
.home{
	margin: 0 0 40px 0;
}
.list1{
	margin: 50px 150px 300px 150px;
}
.formwaku{
	width: 750px;
	height: 800px;
	margin: 0 0 40px 125px;
}
.form{
	width:748px;
	background:url(../images/form.png) left top repeat-y;
	border:1px solid #CCCCCC;
	border-top:0;
	margin:0 0 40px 125px;
}
dl.form dt{
	float:left;
	display:inline;
	width:200px;
	padding:10px 0 10px 10px;
	border-top:1px solid #CCCCCC;
}
dl.form dd{
	margin:0;
	margin-left:200px;
	padding:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px dotted #CCCCCC;
}
.f1{
	border:1px solid #CCCCCC;
	width:748px;
	margin:100px 0 100px 125px;
	text-align:center;
}
.f2{
	background:#EEEEEE;
	margin:40px;
	text-align:center;
	padding:5px;
}
.f3{
	line-height:1.8;
	padding:0 0 40px 0;
}
.inp10{
	width:10%;
}
.inp15{
	width:15%;
}
.inp40{
	width:40%;
}
.inp50{
	width:50%;
}
.inp80{
	width:80%;
}
.formbutton{
	text-align:center;
	margin:0 0 40px 0;
}
.hisu{
	text-align:right;
	margin:0 125px 10px 0;
}
.formtext1{
	font-size:80%;
}
.red{
	color:#FF0000;
}
.teisei{
	text-align:center;
	padding:0 0 40px 0;
}