﻿@charset "UTF-8";

/*====================================================
CSS information

	file name:page.css
	style info: ページ設定
======================================================*/
/* -------------------------------
	コンテナ
-------------------------------- */
#container	{width:580px;
			margin:0 auto;
			position:absolute;
			top:10px;


* html #container {
	position: static;

	margin: 0 auto;}


a:link {color: #fff}
a:visited {color: #fff}
a:hover {color: #fff}
a:active {color: #fff}

a.side_news:link {color: #999}
a.side_news:visited {color: #999}
a.side_news:hover {color: #999}
a.side_news:active {color: #999}

/* -------------------------------
	コンテンツ
-------------------------------- */
.contents {	border-top: solid 1px #b0b0b0;
	border-left: solid 1px #b0b0b0;
	border-right: solid 1px #b0b0b0;
	background-color:#fff;
	width: 580px;
	margin: 0 auto;
}

/* -------------------------------
	メイン
-------------------------------- */

.main {
	width: 580px;
	background-color:#ffffff;
	margin: 0;
	padding:0;
	display: inline;
	text-align: left;}

.t1{
	margin-top:25px;
	margin-left:25px;
	width:580px;
	height:30px;
}

.title	{
	background-image: url(../image/titlelong.png);
	background-repeat:no-repeat;
	color:#fff;
	font-family:Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic",Osaka,"MS P ゴシック",sans-serif;
	width: 580px;
	height: 30px;
	padding-left:5px;
	font-size:120%;
	display:table-cell;
	vertical-align:middle;
}

* html div.title{/* IE 6 */
	display:inline;
	zoom:1;
	padding-top:6px;
}

*:first-child+html div.title{/* IE 7 */
	display:inline;
	zoom:1;
}


/*\*//*/
* html div.title{
	display:inline-block;
}
/**/


.mainnaka{
	width: 580px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: auto;
	margin-bottom:20px;
	padding: 0;
	line-height: 130%;
}

.tab2{
	width: 580px;
	padding: 0;
	line-height: 150%;
}



.map_left{	float: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom:20px;
	padding: 0;
	line-height: 130%;
}

.map_right{	float: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom:20px;
	padding: 0;
	line-height: 130%;
}

h1{
	font-size:16px;
	font-weight: bold;
	line-height: 150%;}

.box {
	clear:both;
}

p.sitei{
	text-align:left;
	font-size:14px;
}