* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff8db;
	position: relative;
}

img	{
	border: none;
}
ul	{
	list-style: none;
}
.flexcroll {
}
.png_bg {
}
.clearfix {
	width:100%;
}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
a {
	color: #ec3e7e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
