 @charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	/*border:none;*/
	color:#754d22;
}

img{
	border:none;
	}

p{
	font-size:18px;
	text-indent:18px;
	}

body{
	height:auto;
	background-image:url(../images/back/back.jpg);
	margin:0px;
	padding:0px;
	}
	
#wrapper{
	width:1000px;
	margin: 0px auto;
	padding-bottom:20px;
	background-image:url(../images/back/w_back.jpg);
	position:relative;
	}
	
#wrapper_2{
	width:900px;
	margin:auto;
	padding-top:10px;
	}
	
#header{
	width:900px;
	height:220px;
	background-image:url(../images/back/header.png);
	background-repeat:no-repeat;
	}

h1{
	text-indent: -9999px;
	}
	
h2{
	font-size:25px;
	text-indent:45px;
	padding-top:15px;
	}


p{
	text-indent:16px;
	}
	
#main{
	width:680px;
	height:auto;
	float:left;
	}
	
.title1{
	width:500px;
	height:55px;
	background-image:url(../images/back/title_left.png);
	}
		
.content1{
	width:600px;
	font-size:20px;
	background-image:url(../images/back/content_back.png);
	background-repeat:repeat-y;
	margin:10px;
	margin-left:15px;
	padding:30px;
	}
	
li{
	list-style-type:circle;
	margin-left:20px;
	}
	
#navi{
	width:200px;
	float:right;
	padding:0px;
	margin:0px;
	}
		
#tiri{
	width:740px;
	text-align:center;
	}

#footer{
	width:740px;
	height:150px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	clear:both;
	background-image:url(../images/back/footer.png);
	}