@charset "utf-8";

/*リセット*/
body,div,p,form,input,select,opution,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;
}
img {border: 0;}
ul {list-style: none}

/*フォント*/
body {
	font-size: 75%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","sans-serif";
}
body {
	color: #333333;
	background: #ffffff;
}

/*テキストリンク*/
a {
	color: #0066FF;
	text-decoration: underline;
	cursor: pointer;
	overflow: hidden;
	outline:none;
}
a:visited{
	color: #FF00CC;
	text-decoration: underline;
	overflow: hidden;
}
/*クリアフィックス*/
.clearfix:after {
	content:".";
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
.clearfix {
	overflow: hidden;
}

/*スクロールバー*/
html {
    overflow-y:scroll;
}
