@charset "utf-8";
/* CSS Document */

/* リセットCSS */
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

/* フォント・背景設定 */
@font-face{
	font-family:'azuki';
	src:url(../fonts/azuki.ttf);
}
@font-face{
	font-family:'rounded-l-mplus-1c-thin';
	src:url(../fonts/rounded-l-mplus-1c-thin.ttf);
}
body{
	font-family:"azuki", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

/* リンク設定 */
a{
	text-decoration:none;
}

/* float解除用「clearfix」 */
.clearfix:after{/*for modern browser*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}