@charset "utf-8";

#header {
	background-image: url(../images/bg-main-fan.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #222222;
	color: #ffffff;
}
#page-title {
	margin: 0;
	padding: 0;
	color: #ffffff;
	width: 254px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 28px;
	text-indent: -9999px;
	background: url(../images/title-top.png) no-repeat left top;
}

p.emtxt {
	font-weight: bold;
	color: #333333;
}
div.info {
	margin: 20px 0 0 0;
}
p.contact {
	padding: 8px 0 0 0;
}
div.info p.contact a {
	padding: 10px 0 0 0;
	background-image: none;
}
p.tel {
	font-size: 18px;
}
div.asset-btm {
	margin: 0 0 84px 0;
	padding-bottom: 10px;
	border-bottom: 3px double #c7c29b;
}

/* サブナビ */
#sub-navi-sp {
/*	margin: 0 0 10px;*/
	padding: 37px 0 5px 0;
	width: 180px;
	background: url(../images/side-sp_title.gif) no-repeat left top;
	background-color: #f2f0e6;
}
#sub-navi-sp ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0 0;
}
#sub-navi-sp ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
#sub-navi-sp ul li a {
	position: relative;
	margin: -2px 0 0 3px;
	width: 174px;
	height: 36px;
	display: block;
/*	text-indent: -9999px;*/
}
/*
#sub-navi-sp ul li#sp-gourmet a {
	margin: 0 0 0 5px;
	background: url(../images/side-sp_g.jpg) no-repeat left top;
}
#sub-navi-sp ul li#sp-away a {
	margin: 5px 0 0 5px;
	background: url(../images/side-sp_a.jpg) no-repeat left top;
}
#sub-navi-sp ul li#practice a {
	margin: 5px 0 0 5px;
	background: url(../images/side-sp_p.jpg) no-repeat left top;
}
*/

/* ページトップ：リード */
div.leadblk {
	margin: 10px 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #000000;
}
div.leadblk .cts-left {
	width: 550px;
	float: left;
}
div.leadblk .cts-right {
	width: 200px;
	float: right;
}
div.leadblk .cts-right p {
	margin: 0 0 5px 0;
}


