@charset "utf-8";
/* ▽共通 */
#main_content{
	background-image:url(../img/bg_l.jpg);
	background-repeat:repeat-y;
}
.pan{
	padding: 0 0 5px 10px;
	font-size:12px;
}
#main_content .content{
	width: 570px;
	margin: 10px;
}

#main_content .font01{
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 2px;
	line-height: 18px;
}
#main_content .font02{
	font-size: 16px;
	letter-spacing: 1.2px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 20px 5px;
	text-align:center;

}
#main_content a img{
	border: none;
}
#subcategory_list .oya{
	background-image:url(img/oya.gif);
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b82f31;
	padding:5px 0px 5px 20px;
	margin-right: 10px;
}
#subcategory_list .oya a{
	color:#FFF;
}

#subcategory_list .ko{
	background-image:url(img/ko.gif);
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc89f;
	padding:5px 0px 5px 35px;
	margin-right: 10px;
}
#subcategory_list .ko a{
	color:#625c43;
}
/* △共通 */
/* 会社概要 */
#outline dt{
	font-weight:bold;
	font-size:14px;
	margin: 5px 10px;
	padding: 0 10px;
	line-height: 2em;
	background-color:#eeeed3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc89f;
}
#outline dd{
	font-size:14px;
	margin: 10px 15px 10px 50px;
	line-height: 1.5em;
}
#outline .btn{
	text-align:center;
	padding-top: 10px;
}
/* 会社概要 */
/* 歩み */
#history dt{
	font-weight:bold;
	font-size:14px;
	margin: 5px 10px;
	padding: 0 25px;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-color: #ccc89f;
	border-bottom-style: solid;
	list-style-type: square;
	background-image:url(img/point.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
}
#history dd{
	font-size:14px;
	margin: 10px 15px 10px 50px;
	line-height: 1.5em;
}

/* ごあいさつ */
#greeting .text {
	background-image: url(img/greeting_bg.jpg);
	background-repeat: no-repeat;
	width: 540px;
	margin:10px 0;
	padding:30px 10px 20px 20px;
	line-height: 21px;
}
