﻿@charset "utf-8";


/* -------------------コンテンツ ---------------------- */

#contents {
	padding: 25px 30px 30px 30px;
	background: url(../images/content_bg.gif) left top no-repeat;
}
#contents_bottom {
	padding-left: 38px;
	overflow:hidden;
}
#leftarea {
	float: left;
	display: inline;
}
#rightarea {
	float: right;
}
h2.title {
	margin-bottom: 70px;
}
h3.outline_title {
	padding: 0 0 25px 0;
}

table.company {
	color: #444444;
	font-size: 1.2em
}
table.company th {
	width: 85px;
	font-weight: bold;
}
table.company th, td {
	padding-bottom: 10px;
}

h3.access_title {
	padding: 35px 0 35px 0;
}
ul.adress {
	padding-top: 18px;
	color: #555555;
	font-size: 1.2em;
	line-height: 26px;
}
p.gmap {
	width: 550px;
	height: 445px;
	border: dotted 1px #999999;
}
a.text {
	color:#555555;
	font-size: 1.2em;
	text-align:left;
	text-decoration:none;
}	
.pagetop {
	padding-top: 15px;
	text-align: right;
	clear: both;
}