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

* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6,p,address,a,th,td{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html,body {
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	height:100%;
	min-height:100%;
	line-height: 130%;
	letter-spacing: 0em;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

img {
	border:none;
}

a {
	font-weight: bold;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}


/* top */


#logo {
	width: 300px;
	margin: 132px auto 150px;
}

#main {
	width: 296px;
	margin: 0px auto 180px;
}

address {
	text-align: center;
	font-size: 90%;
	margin: 20px 0px 0px 0px;
}
