* {
	margin: 0px;
	padding: 0px;
	list-style: none;

}
body {
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	line-height: 150%;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img:hover{opacity:.8;}
img {
    border:none;
}
#wall {
	margin: auto;
	width: 800px;
	text-align: center;
}
#toptxt {
	font-size: 10px;
	color: #444;
	text-align: left;
	padding-left: 10px;
}
#shoptxt {
	font-size: 12px;
	line-height: 150%;
	color: #444;
	width: 796px;
	text-align: center;
	border: 2px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#toptxt h1 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	display: inline;
}
#toptxt h2 {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: normal;
	display: inline;
}
#enterimg {
	text-align: center;
	width: 800px;
	clear: both;

}
#toplogo {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	background-color: #FF7FB2;
}

#warningtxt {
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
background-color: #FF7FB2;
	width: 780px;
	text-align: left;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
.entb {
	height: 60px;
	width: 200px;
	margin-left: 130px;
	float: left;
}
.exib {
	height: 60px;
	width: 200px;
	margin-right: 130px;
	float: right;
}
#footer {
	font-size: 10px;
	line-height: 150%;
	color: #444;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

}
.entbox {
	width: 800px;
	clear: both;
	height:60px;
	margin-bottom: 20px;
}

#linkbox{width: 100%;clear:both;margin-bottom: 20px;float:left;}
#link_left{width: 300px;float:left;}
#link_right{width: 480px;float:right;}
.link_banner{margin-bottom:5px;}




@media only screen and (max-width: 800px){
div#toptxt h1 {	font-size: 90%;}
div#wall {width: 100%;}
div#shoptxt {
	width: 90%;
	margin: 10px auto;
	padding:10px;
	text-align:left;
	font-size:110%;
}
div#enterimg {width: 100%;}
div#enterimg img{width:100%;height:auto;}
div#warningtxt {
	width: 90%;
	margin: 20px auto;
		font-size:110%;
}
div.entbox {
	width: 100%;
	clear: both;
	height:auto;
}
div.entb {
	margin:10px auto 20px;
	float: none;
}
div.exib {
	margin:10px auto;
	float: none;
}
div#link_left{width: 100%;float:none;margin:5px auto;text-align:center;}
div#link_right{width: 100%;float:none;}
}