/*　タグ初期化　*/

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
li{
	margin: 0;
	padding: 0;
	}
	
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	}

/*　基本構造　*/

body {
	background: url(../images/main_bg.jpg) repeat-y center top;
	background-color: #fae1ea;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	}
	
#wrapper{
	width: 580px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
h1{
	text-align: left;
	}
	
h3{
	font-size: 14px;
	height: 33px;
	color: #b96081;
	padding:0 0 20px 50px;
	background:url(../images/buta_icon.gif) no-repeat left top;
	margin: 15px 0 0 0;
	text-align: left;
	}
	
p{
	margin: 10px 0 0 0;
	padding: 0;
	}

.temp{
	margin: 15px auto;
	}
	

#navi li{
	display: inline;
	}
	
/*　フッタ　*/

#foot{
	width: 600px;
	height: 100px;
	margin: 0 auto;
	background:url(../images/foot_bg.gif) repeat-x;
	}

#foot ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
#foot li{
	margin: 0;
	padding: 0;
	display: inline;
	}
	
/*　リンク　*/

a:link{
	color: #ed9cba;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc5bb2;
	text-decoration: none;
	}