﻿@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,p,em,span,div,table,th,td,tr,tbody{
		margin:0;
		padding:0;
		list-style:none;
		text-decoration:none;
		font:14px "ヒラギノ角ゴ Pro W3","小塚ゴシック Pr6N","KozGoStd-Light","KozGoStd-Regular","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color:#666;
		overflow:hidden；		
}
 
a {
	text-decoration:none;
	border:none;
	color:#000;
	overflow:hidden；
}
ul,li,dt,dl,dd {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden；
}

img,embed {
	border:none;
	margin:0;
	vertical-align:top;
}

.clear{
	clear:both;
}