﻿@charset "utf-8";
div.main {
	width: 580px;
	float: left;
	padding: 8px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	line-height: 120%;
}
div.mainright {
	width: 156px;
	float: right;
	padding: 0px;
}

div.sitemap {
	width: 255px;
	float: left;
	padding-top: 10px;
}

/* --- 左ナビボックス --- */
div.leftnavi {
	width: 160px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

/* --- メニューエリア --- */
.leftnavi .nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- リンクではない時 --- */
.here{
	display: block;
	position: relative; /* リンクエリアのパディング（上下、左右） */
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
	color: #999999;
}

/* --- メニュー項目 --- */
.leftnavi .nl li {
	background-image: url(../about/image/localnavi_bg_off.gif);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 0px;
}

/* --- リンク --- */
.leftnavi .nl li a {
	display: block;
	position: relative; /* リンクエリアのパディング（上下、左右） */
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
}

.leftnavi .nl li a:visited {
	display: block;
	position: relative; /* リンクエリアのパディング（上下、左右） */
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
	color: #5A5B8F;
}

/* --- ポイント時の設定 --- */
.leftnavi .nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	background-image: url(../about/image/localnavi_bg_on.gif);
	background-repeat: repeat-x;
	color: #FF9933;
}

p.main {
	padding-top: 10px;
	padding-bottom: 10px;
}

p.alvis {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

.cap {font-size:12px; line-height:140%}

/* --- 会社概要定義リスト横並び --- */
html body dl.list dd div{
	display:inline-block;
	padding: 0px;
	margin: 0px;
}

dl.list dt {
	float:left;
	width:100px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #333333;
	padding-left: 5px;
	padding-top: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

dl.list dd {
	margin-left:0;
	padding-left:5em;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

.priList {
	line-height: 150%;
}

ul.map {
	list-style-type: none;
	line-height: 150%;
	list-style-position: inside;
}

ul.mapsec {
	list-style-image: url(../site/image/sitemap_mark.gif);
	line-height: 150%;
	list-style-position: outside;
}

li.midashi {
	background-image: url(../site/image/map_bg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}

div.contact {
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #e8edf3;
}
