/*sem_seo*/

body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333333;
}
h2 {
	font-size:90%;
}
h3 {
	font-size:90%;
}
#whole {
	margin:auto;
	width:900px;
	position:relative;
	padding:0px;
}
#left {
	float:left;
	background-image:url(../img/g_grad.png);
	background-repeat:repeat-y;
	width:170px;
	height:700px;
	
}
#right {
	width:700px;
	margin-left:180px;
	text-align:left;
}
#fist {
	position:absolute;
	top:0px;
	left:0px;
}
#alert {
	width:650px;
	border:2px solid #ff0000;
	margin-left:15px;
	padding:10px;
}
address {
	text-align:center;
	font-size:80%;
	margin-top:40px;
	border-top:1px solid #333333;
	font-style:normal;
	padding-top:10px;
}