@charset "shift_jis"; 

h6{
	font-size:1em;
	font-weight:bold;
	color:#000033;
}
ul{
	list-style-type:none;
	line-height:1.5em;
}

dl{
	margin:0px;
	padding:0px;
}
dt{
	float:left;
}
dd{
	padding-left:5em;
}
hr{
	margin:0px;
	padding:0px;
	size:1px;
	color:#F2F2F2;
	clear: both;
}
	
/* 行間を空けるとき使用 */
.largehight{
	line-height:1.5em;
}
/* 左右振り分け時のテキスト部分 */
.comment{
	width:305px;
	text-indent:1em;
}
/* 右寄せの電話番号リスト */
.phonelist{
	background: url(../../common/imges/tel.gif) no-repeat left center;
	padding-left:18px;
	float: right;
}
/* 番号付リストを作るときのクラス */
.numberlist{
	list-style-type:decimal;
}
/* 社訓・理念などのリスト表示のときに漢数字の1を使う */
.motto{
	padding-left:2em;
	background: url(../imges/ichi.gif) no-repeat left center;
}
/* 会社概要で左にスペースを作る */
.gaiyoulist{
	padding-left:5em;
}
/* 地図へのリンクの際に使用 */
.maplink{
	background:url(../imges/icon_map.gif) no-repeat right center;
	padding-right:30px;
}
/* 沿革での年号・日付を右寄せで表現するときに使うクラス */
.date{
	text-indent:2em;
	text-align:right;
	width:7em;
}
.storyplus em{
	font-style:normal;
	margin-left: 1em;
	line-height: 1.8em;
}

