@charset "utf-8";

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
abbr,address,cite,code,
del,dfn,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	letter-spacing:0;
	vertical-align:baseline;
	background-color:transparent;
}
html,body{
	/*_height:100%;*/
}
h1,h2,h3,h4,h5,h6,
address,
table,caption,tbody,tfoot,thead,tr,th,td{
	font-weight:normal;
	font-style:normal;
}
em{
	font-style:normal;
	font-weight:bold;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
blockquote,q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark{
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
/* change border colour to suit your needs */
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
li,dt,dd{ list-style-type:none; 
}
img,a img{
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}
label,label input{
	cursor:pointer;
}
select{
	vertical-align:text-bottom;
}
label input{
	margin:2px 3px 0 0;
	vertical-align: top;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
tr,td{
	text-align:left;
}
a,:focus{
	outline:0;
}
input.focus{
	color:#ccc;
}


/* clearfix
----------------------------------------------------------------------- */
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.clear		{ clear:both;}
.allclear	{ clear:both; height:0; font-size:0; line-height:0;}



/* 
----------------------------------------------------------------------- */
h2,h3,h4,h5,h6,
.hd{
	font-family:'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	clear:both;
}
.pagetop,
#pagetop{
	clear:both;
}

a		{text-decoration:underline;}
a:hover .ro,
a.ro:hover	{opacity:0.7; filter:alpha(opacity=70);}

.float_l	{ float:left !important;}
.float_r	{ float:right !important;}
.float_wrap	{
	width:100%;
	overflow:hidden;
	clear:both;
}
