﻿@charset "utf-8";

/* --- コンテンツ3カラムボックス --- */
div.mainleft {
	width: 163px;
	float: left;
	padding-right: 5px;
}
div.main {
	width: 409px;
	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.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;
}

/* --- 本文定義型リスト --- */
dl.main dt {
	margin-top: 1em;
	margin-left: 1em;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #000057;
	background-image: url(../about/image/dt_dot.gif);
	background-repeat: no-repeat;
}
dl.main dd {
	margin-left: 2em;
	margin-bottom: 10px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	margin-top: 3px;
}

.dtText {
	margin-left: 1em;
}

p.main {
	padding-top: 5px;
	padding-bottom: 5px;
}

p.alvis {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

.cap {font-size:12px; line-height:140%}

.grey_text {color:#666666}
.red_text {color:#990000}
.blue_text {color:#246489}
.navy_text {color:#000057}

/* --- 会社概要取定義リスト横並び --- */
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;
}
