@charset "UTF-8";
/* common tag   ===================================================== */
div,span,
ol,ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,img,
table,td,th,
blockquote{
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#999;
}

body{
	margin:0;
	background:#fff url(common-tag/body.gif) repeat-x top;
}

p{
	text-indent:1em;
}

ul,li{
	list-style:none;
}

a{
	color: #ff6600;
	text-decoration:underline;
}
a:visited {
	color: #ff6600;
}
a:hover,
a:active{
	color: #ff6600;
}
