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

@import url(style.css);

/*RESET*/
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;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0; vertical-align:bottom;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold; color:#4f5b43;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* FONT */
body {
	line-height:20px;
	font-size:13px;
	background-color:#EFEFEF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a:link {
	color:#ff9900;
	text-decoration:none;
}
a:visited {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	color:#ff6000;
}
a.border {
	border-bottom:1px dotted #ff9900;
}