@charset "Shift_JIS";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #2f2f2f;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
 a {
	text-decoration: none;
}
 a:link {
	color: #2f2f2f;
}
 a:visited {
	color: #2f2f2f;
}
 a:hover {
	color: #1A6DAB;
}

/***全体レイアウト***/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/head_border.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	text-align: left;
}
#main {
	clear: both;
	text-align: left;
}
#sidebar {
	float: left;
	width: 180px;
	padding-bottom: 50px;
}
#right-area {
	float: right;
	width: 600px;
	padding-bottom: 50px;
}
#bottom-area {
	clear: both;
	padding-bottom: 50px;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

/***ヘッドHEAD***/
.logo {
	float: left;
}
.address {
	float: right;
	margin-top: 14px;
}
.menu-btn {
	margin-top: 10px;
}
.access-btn {
	margin-top: 15px;
}

/***サイドバー***/
.side-address {
	font-size: 11px;
	line-height: 1;
	margin-top: 10px;
	color: #074d8c;
	font-family: Verdana;
}
.side-address p {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 5px;
}
.side-address span {
	margin-left: 5px;
}

.side-address img {
	vertical-align: middle;
	margin-right: 5px;
}
