@charset "utf-8";

/* ブラウザ標準CSSリセット用CSS */


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;}
body{
	*font-size: small; /*IE7*/
	*font: x-small; /*IE6*/
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
/*html:¥66irst-child body {
	font-size:12px; safari only ¥
}*/
table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0;line-height:1.5em;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
textarea {font-size:100%;}
img {vertical-align:bottom;}


/* form */

select option {padding:0 0.5em;}
form label{cursor:pointer;}
input:focus,select:focus,textarea:focus{background-color: #ccffff;}


/* Clieafix */

hr {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	/*overflow:hidden;*/
	min-height:1%;
}


/* FocusOFF */

a:focus {
	outline:none;
}
a {
	outline:none;
	overflow:hidden;
	text-decoration:none;
	color: #00AFDD;
}
a:hover {
	text-decoration:underline;
}
