@charset "utf-8";

/* ++++ 共通 ++++ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #adc1d3;
	background-image: url(../images/bg.jpg);
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0px;
}

img.btm {
	vertical-align: bottom;
}

img.top {
	vertical-align: top;
}

img.spc {
	margin-right: 10px;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ya {
	background-image: url(../images/icon_ya.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 1px;
}

p {
	padding-bottom: 10px;
}

.clr {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 1.0em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.kome {
	padding-left: 1em;
	text-indent: -1em;
}

/* ++++ ページ全体 ++++ */

#container {
	width: 880px;
	margin: 0 auto;
}

#contents {
	padding: 0 20px 0 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position: top;
	width: 840px;
}


/* ++++ ヘッダ ++++ */

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 93px;
	padding-top: 3px;
	text-align: right;
}

#header h1 {
	font-size: 12px;
	padding: 0 5px;
}

#header-logo {
	float: left;
	width: 240px;
	padding: 5px 0 0 10px;
}

#header-size {
	float: left;
	width: 315px;
	padding: 50px 20px 0 0;
	text-align: right;
}

#header-size img {
	vertical-align: text-bottom;
	margin-left: 5px;
}

#header-tel {
	float: left;
	width: 250px;
	padding-top: 8px;
}


/* ++++ コンテンツ共通 ++++ */

#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu img {
	vertical-align: top;
}

#title {
	text-align: left;
	height: 75px;
	background-image: url(../images/title_bg.jpg);
}

#title h2 {
	padding: 25px 20px 0 20px;
}

#pan {
	text-align: left;
	background-color: #ffcc66;
	padding: 5px 10px;
}

#pan a {
	color: #000000;
}

#main {
	padding: 20px;
	text-align: left;
}

#main a {
	color: #000000;
}

.block1 {
	float: left;
	padding-right: 15px;
}

.block2 {
	float: left;
}

/* ++++ フッタ ++++ */

#pagetop {
	text-align: right;
	padding: 10px 10px 0 0;
}

#bottom {
	height: 42px;
	color: #ffffff;
	background-color: #ab1b39;
}

#bottom-menu {
	float: left;
	width: 500px;
	padding: 10px 0;
	text-align: left;
}

#bottom a {
	color: #ffffff;
}

#bottom-menu li {
	display: inline;
	margin-left: 20px;
}

#bottom-copy {
	float: left;
	width: 330px;
	text-align: right;
	padding-top: 10px;
}

#footer {
	margin: 10px 20px;
	text-align: left;
}

#footer-service {
	float: left;
	width: 670px;
}

#footer-service td {
	vertical-align: top;
	padding: 0 20px 10px 0;
}

#footer-office {
	float: left;
	width: 150px;
}

#footer-office li {
	list-style: none;
	padding-bottom: 4px;
}

a.map {
	background-image: url(../office/images/map.gif);
	background-repeat: no-repeat;
	padding: 4px 0 3px 18px;
	background-position: 0 3px;
}

a.site {
	background-image: url(../office/images/i_site.gif);
	background-repeat: no-repeat;
	padding: 4px 0 3px 18px;
	background-position: 0 3px;
}

