@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{
	margin:0;
	padding:0;
	border:0;
	font-size:small;
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#666;
}

body{
	margin:0;
	background:url(common-tag/body.gif) top left repeat-x #000;

}

ul,li{
	list-style:none;
}

a{
	color: #09f;
	font-weight: bold;
	text-decoration:underline;
	line-height:0;
}
a:visited {
	color: #09f;
}
a:hover,
a:active{
	color: #f60;
}

