@charset "UTF-8";

/*-----------------------------
	FILE:	base.css
	SITE:	silkmaster.co.jp ver3.0
	DATE:	2009.6.16
	Auther: silkmaster.co.ltd

	modify:
----------------------------*/


/*Default Reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

html,body {
	background-color: #728690;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #333;
	margin: 0px;
}

/* Ancor */
a {
	font-size: 11px;
	color:#1D546C;
	outline:0 ;/*firefox linkのライン*/
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
