@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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	letter-spacing:0;
	vertical-align:baseline;
	background-color:transparent;
}
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;
}
blockquote,q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
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;/* IE7で綺麗に縮小 */
}


/* フォーム周り
----------------------------------------------------------------------- */
select{
	vertical-align:text-bottom;
}
optgroup{
	font-style:normal;
}
optgroup option{
	padding:0 0 0 5px;
}
label{
	padding:0 3px 0 0;
	margin:0;
	cursor:pointer;
}
label input{
	padding:0;
	margin:0 2px 0 0;
	vertical-align: middle;
	line-height:1;
	font-size:0;
	cursor:pointer;
}


/* テーブル
----------------------------------------------------------------------- */
table{
	border-collapse:collapse;
	border-spacing:0;
}
th,td{
	text-align:left;
}


/* リンク
----------------------------------------------------------------------- */
a{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
}
a,:focus	{outline:0;}
a:hover .ro,
a.ro:hover	{opacity:0.7; filter:alpha(opacity=70);}


/* clearfix
----------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}
.clear		{ clear:both !important;}
.allclear	{ clear:both; height:0; font-size:0; line-height:0;}




.f_left{ float:left;}
.f_right{ float:right;}