@charset"utf-8";

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family:'Trebuchet MS','メイリオ',Mairyo,'Monaco','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Helvetica','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.6em;
}

p,h1,h2,h3,h4,h5,table,tr,th,td,form,dl,dt,dd{
	margin:0;
	padding:0;
	font-weight: normal;
	font-style: normal;	
}

ul,li{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img,fieldset{
	border:none;
	vertical-align: bottom; 
}

hr{
	display: block;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color:#8e8e8f;
	text-decoration: underline;
}

a:hover{
	color:#333333;
	text-decoration: underline;
}

.floatright {
   float: right;
}

.floatleft {
   float: left;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.caption{
	font-size:10px;
	color:#999;
	line-height: 1.5em;
}

.wrapper:after{
	content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.wrapper {
	overflow:hidden;
}

/* Hides from IE-mac */
* html .wrapper {
	height: 1%;
	overflow:visible;
}
/* End hide from IE-mac */