@charset "utf-8";
/*======================================
@1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
img {
	border:0;
	vertical-align: bottom;
}
ul {list-style: none;}
hr {
	display: none;
}
/*======================================
@2.Fonts
=======================================*/
body {
	font-size: 75%;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #7575FF;
}
.cb {
	clear: both;
	color: #2F2FD0;
}
