/* pc用スタイルシート */
body{
margin:0px;
font-size:9pt;
font-family:'メイリオ',meiryo,sans-serif;
}
table{
font-size:9pt;
font-family:'メイリオ',meiryo,sans-serif;
}
h1{
margin:0px;
font-size:14pt;
}
h2{
font-size:12pt;
}
.img_main{width:430px;}
.img_sub{width:80px;}

.home_img{height:36px;margin-top:10px;}

.page_top{
	height:56px;
	background-color:#666666;

}
.page_main{
	/*border:1px solid green;*/
	width:432px;
	padding:0px;
}
.page_sub{
	/*border:1px solid blue;*/
	width:320px;
	padding:1px;
}
div.float_left{
	float:left;
}
div.float_right{
	float:right;
}
div.top_float_left{
	float:left;
}
div.top_float_right{
	float:right;
}
.center_pos{
	/*border:1px solid red;*/
	margin-left:auto;
	margin-right:auto;
	width:780px;
}
.font_white{
	color:white;
}

.map1{
	width:100%;
	max-height:320px;
}
text-right{
	text-align:right;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}
.footer{
	margin-top:6px;
	margin-bottom:24px;
}
