@charset "utf-8";
/* リセット用CSS */


html {
	background:#FFFFFF none repeat scroll 0 0;
	color:#999999;
	overflow-y:scroll;
}

body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック" , "MS P Gothic" , sans-serif,  Osaka,  "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo,;
	font-size:0.8em;
	line-height:1.4em;
}

img{
	margin:0;
	padding:0;
	border:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a {
	overflow:hidden;
	color:#006666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* .clearfix */

.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clearfix{
	zoom:100%;
}


