@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
    max-width: 100%;
    height: auto;
}
a {
}
a:hover {
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font:14px/1.231 "Hiragino Kaku Gothic ProN W6","HiraKakuProN-W3","Yu Gothic","-Meiryo";
	-webkit-text-size-adjust: none;
}

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear {
	clear: both;
	margin: 0px;
}
footer {
	margin-top: 1em;
	font-size: 0.9em;
}
footer a{
	text-decoration:none;
	color:#666666;
}
footer #to_top {
	float: right;
	height:28px;
	border: 1px solid #ff538f;
	color: #fff;
	-webkit-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
	background-color:#ff5f92;
	background: -webkit-gradient(linear, left bottom, left top, from(#ff5f92), to(#ffc7ca));
	text-shadow: -1px -1px #ff538f;
	margin-bottom:1.0em;
}
footer #to_top a {
	display:block;
	overflow:hidden;
	height:28px;	/*���j���[�̍���*/
	line-height:28px;	/*���j���[�̍���*/
	color:#fff;
	text-decoration:none;
	padding:0 0.9em;
	font-weight:bold;
}
footer #footer_menu {
	clear: both;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #666;
	margin-top:1.0em;
}
footer #copy {
	margin-top:1.0em;
}
.edit {
	font-size:0.9em;
	color:#80552b;
	text-align:left;
	background-color:#FFF;
	border-top-color:#F00;
	border-top:#996633 solid 1px;
	border-bottom:#996633 solid 1px;
	padding:0.5em;
}