@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,/*input,*/th,td{
	margin:0;
	padding:0;
	border:0;
}

img{
	border:0;
}

ul,ol{
	list-style:none;
}

address,em,strong,caption{
	font-style:normal;
	font-weight:normal;
}

th,caption{
	text-align:left;
}

/* テーブルのデザインをする際に必ず必要なもの */
table{
	border-collapse:collapse;
	border-spacing:0;
}

body{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	color:#000;
	line-height:1.8;
	font-size: 13px;
}

/*リンクの点線消す*/
a{
	color: rgb(84, 84, 84);
	text-decoration: none;
}
a:focus{
	outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{/zoom: 1;}

/*================
Link
================*/
/*a:link,a:active{
	text-decoration:none;
	color:#336699;
}
a:hover{
	text-decoration:none;
	color:#CC0000;
}
a:visited{
	text-decoration:none;
	color:#660033;
}


*/
/*================
reset_font
================*/

body{
	font-size:14px;
	*font-size:small;
	*font:xsmall;
}

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

table{
	font-size:inherit;
	font-size:100%;
}

*{
	line-height:1.8;
	font-size:100%;
	font-style:normal;
	/*font-weight:normal;*/
}

img{
	border:0;
	background: url(./spacer.gif);
}

hr{display: none}

/* a
------------------------------------------------ */
/*リンクの点線消す*/
a:focus{
	outline:none;
}
/*a:link,a:active,a:visited{
	text-decoration:none;
	color:#555;
}*/
/*a:hover{
	text-decoration:underline;
	color:#555;
}*/
a.alpha:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

