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

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", Osaka, sans-serif,"Trebuchet MS", Helvetica;
	font-size: small !important; /* IE 7向け */
	font-size: small;
	color: #666;
	text-align: center;
}

html>/**/body {
    font-size: 12px; /* モダンブラウザ向け */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #596D9E;
}

img {
	border-style: none;
}
