@charset "UTF-8";
/* ------------------------------------------------------------------------------
	Common Styles CSS
------------------------------------------------------------------------------ */
body {
	background: #e9fbff url("../img/bg.jpg") left top repeat-x;
	color: #333;
	line-height: 1.2;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em;
	line-height: 1.616;
}
sup {
	position: relative;
	top: -.4em;
	font-size: 85%;
}

a{	color: #333366;}
a:link,
a:visited {	text-decoration: underline;}
a:hover {	text-decoration: none;}
