
/* default setup
---------------------------------------------------- */
body,html,ul,h1,h2,h3 {
    padding: 0px;
	margin: 0px;
}
body {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px auto 20px;
	text-align: center;
}
td {
	font-size: 13px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}
div{zoom:1;}
div:after{
    display: block;
    height: 0px;
    clear:both;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover {
	text-decoration:underline;
	color:#333333;
	font-weight: bold;
}


#layout {
	width: 750px;
	margin: 0px auto;
	height: auto;
	text-align: left;
}

