@charset "UTF-8";

/*-　TOPページ　---------------------------------------------------------------------*/
/*-　お知らせタイトル表示エリア　-*/
#main .left {
	width: 490px;
	padding-bottom: 30px;
}
/*-　バナー表示エリア　-*/
#main .right {
	width: 275px;
	padding-bottom: 30px;
}

/*-　お知らせタイトル表示_タイトル表示　-*/
dl,dt,dd {
	line-height: 1.4;
	margin: 0em;
	padding: 0px;
}
#main dl {
	padding-bottom: 10px;
}
#main dd {
	margin-top: -1.5em;
	margin-left: 75px;
	margin-bottom: 1.4em;
}

/*-　もっと見る_リンク表示　-*/
#main .left .more {
	color: #FFFFFF;
	background: #993333;
	margin-left: 75px;
	vertical-align: middle;
	padding: 5px 10px;
}

/*-　リンク設定　-*/
#main .left p a:link,#main .left p a:visited {
	text-decoration: none;
}
#main .left p a:hover {
	text-decoration: underline;
	color: #EBD0D5;
	background: #993333;
}

/*-　お知らせタイトル表示_見出し2設定　-*/
#main .left h2 {
	margin-bottom: 10px;
}

/*-　バナー表示エリア_表示設定　-*/
#main .right p.font01 {
	line-height: 1.2;
	font-size: 1.15em;
	padding: 10px 10px 5px;
}
#main .right p.font02{
	line-height: 1.2;
	padding-right: 10px;
	padding-left: 10px;
	/*font-size: 75%;*/
}
#main .right img {
	margin-bottom: 10px;
}

/*-　営業案内表示エリア_タイトル表示　-*/
#content #main h3{
	clear: both;
}
/*-　営業案内表示エリア_ブロック設定　-*/
#guide{
	padding-top: 10px;
	padding-bottom: 14px;
	background: #FFFFFF;
	overflow: visible;
	color: #333333;
}
.guide01,.guide02,.guide03,.guide04{
	float: left;
	text-align: left;
	padding-right: 10px;
	background: #FFFFFF;
	color: #333333;
}
.guide01{
	width: 210px;
}
.guide02{
	width: 245px;
}
.guide03{
	width: 200px;
	padding-right: 5px;
}
.guide04{
	float: right;
	text-align: center;
	width: 96px;
	padding-right: 0px;
	font-size:0.9em;
}
/*-　営業案内表示エリア_各項目表示　-*/
#guide td{
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}
#guide .guide01 td p,#guide .guide02 td p,#guide .guide03 td p {
	background: url(../img/topimg/top13.gif) no-repeat left center;
	padding-left: 1.5em;
	padding-bottom: 0.25em;
}
#guide td.alownone p{
	background: url(../none);
}
.guide03 td.alownone strong {
	background: #FFFFFF url(../none);
	color: #390303;
	font-weight: normal;
}
.guide04 img{
margin-bottom:5px
}
.guide04 p{
	line-height: 1;
}
