@charset "utf-8";
/*
Theme Name: HAMANO-YAOYA
Theme URI: http://design-img.com
Description: shop site theme
Version: 0.1
Author: Yuichiro Akao for img
*/

*{
	margin:0;
	padding:0;
	text-decoration: none;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border:none;
	list-style:none;
}
html{
	height:100%;
}
body{
	height:100%;
}
#wrapper{
	height:100%;
	min-height:100%;
	width:550px;
	position:relative;
	margin:20px auto;
	
}
body > #wrapper{
	height:auto;
}
img{
	border:0;
	vertical-align:text-bottom;
}
.clearfix:after{
	content: url(images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
/*privacy policy*/
td.title{
	background-color:#B9D08B;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	margin-left:10px;
	color:#000;
}
h2{
	display:inline;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#000;
}
table{
	width:550px;
	margin:0 auto;
	border:solid 1px #666;
	border-collapse:collapse;
}
tr,td{
	font-size:12px;
	font-weight:normal;
	color:#333;
	border:solid 1px #666;
	border-collapse:collapse;
}
tr{
	margin:10px;
}
td{
	padding:10px;
}