@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
}
html{
	background-color:#fff1cf;
}
body{
	background-image:url("../image/page_line.png");
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
p{
	margin:0;
}
.custom{
	padding-top: 30px;
}
.menu_list{
	display: block;
	color:red;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}
.menu_list:hover{
	background-color:chocolate;
}
.img_resize{
	width:100%;
}
.ttl_bgcolor{
	background-color:#f4b3c2;
}