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

body {
	font: 12px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background: url(../img/common/background.jpg) repeat top left;
	-webkit-text-size-adjust: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd, img, address, table, th, td, iframe {
	padding: 0;
	margin: 0;
	line-height: 0;
	font-style: normal;
}
header, section, footer, aside, nav, article, figure, figcaption, main { /*HTML 5 サポート*/
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
}

a img { 
	border: none;
	line-height: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
