@charset "utf-8";


/* ----------------------- Browser Default Initialization */
html{
	overflow-y:scroll;
}

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;
}


img,fieldset{
	border:0;
}

li{
	list-style-type:none;
}


.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* end MacIE5 */ 

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family:メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	background:#fff;
	color:#333;
	font-size:75%;
	line-height:160%;
	text-align:left;
}

html>/**/body {
	font-size:12px;
}

* + html body{
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a,a:link,a:visited{
	text-decoration:none;
	color:#2955ae;
}
a:hover{
	text-decoration:none;
	color:#f1106a;
}
a:active{
	text-decoration:none;
	color:#f1106a;
}



