@charset "utf-8";

/*-- details.css
-------------------------------------------------------- */

/* ---------------------------------------ページタイトル */

h1#page_ttl {
	width: 650px;
	height: 61px;
	position: relative;
	margin: 10px 0 0;
	padding: 2px 0;
}

h1#page_ttl img {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------パンくずナビ */

#pnav {
	margin: 10px 0 0;
	padding: 5px;
	background-color: #f4f4f4;
	font-size: 80%;
}

#pnav ol {
	margin: 0;
}

#pnav ol li {
	display: inline;
}

.crumb_yaj {
	margin: 0 3px 0 0;
	padding: 0 10px 0 0;
	background: url("../img/crumb-yaj.gif") no-repeat right 3px;
}

/* ---------------------------------------コンテンツ */

#article {
	width: 650px;
	margin: 0 0 0 250px;
}

h2.sttl {
	width: 650px;
	height: 29px;
	position: relative;
	margin: 25px 0 0;
	padding: 3px 0 0;
}

h2.sttl img {
	position: absolute;
	top: 0;
	left: 0;
}

/* お問い合わせ */
#d_contact {
	height: 167px;
	margin: 30px 0 0;
	border: 2px solid #e6e6e6;
	background: url("../img/top/bg_contact.jpg") no-repeat 0 0;
}

#d_contact p.msg {
	margin: 13px 0 0 190px;
}

#d_contact p.tel,
#d_contact p.web {
	margin: 0 0 0 190px;
}

p.btn_contact_dtl {
	width: 431px;
	height: 45px;
	margin: 7px 0 0 190px;
	background: url("../img/btn_contact_dtl.gif") no-repeat 0 0;
}

p.btn_contact_dtl a {
	width: 431px;
	height: 45px;
	display: block;
	position: relative;
	overflow: hidden;
}

p.btn_contact_dtl img {
	position: absolute;
	top: 0;
	left: 0;
}

p.btn_contact_dtl a img {
	position: absolute;
	top: 0;
	left: 0;
}

p.btn_contact_dtl a:hover img {
	position: absolute;
	top: -45px;
	left: 0;
}

/* ---------------------------------------サイドナビ */

#sidenav {
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 33px 0 0;
	_margin: 41px 0 0;
}

*:first-child+html #sidenav {		/* IE7用css hack*/
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	margin: 41px 0 0;
}

h3#snav_ttl {
	width: 240px;
	height: 38px;
	position: relative;
	margin: 0;
	font-size: 70%;
}

h3#snav_ttl img {
	position: absolute;
	top: 0;
	left: 0;
}

ul.sidenav_list {
	margin: 0 0 10px 0;
	border-right: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	border-left: 3px solid #e9e9e9;
	overflow: hidden;
}

ul.sidenav_list li {
	line-height: 1.2em;
	margin: 2px;
	border-bottom: 1px solid #efefef;
	font-size: 90%;
}

ul.sidenav_list a,
ul.sidenav_list a:link {
	display: block;
	padding: 8px 8px 8px 20px;
	background: url("../img/ico_square.gif") no-repeat 7px 10px;
	text-decoration: none;
	color: #333;
}
ul.sidenav_list a:hover {
	display: block;
	padding: 8px 8px 8px 20px;
	background: url("../img/ico_square.gif") no-repeat 7px 10px;
	background-color: #eee;
	text-decoration: none;
	color: #333;
}

/* ---------------------------------------お知らせ */

.topics_list {
	margin: 15px 10px;
}

.topics_list dt {
	margin: 0;
	color: #d76f00;
}

.topics_list dd {
	margin: 5px 0 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cfcfcf;
}


/* ---------------------------------------テキスト */

p.d_txt {
	line-height: 1.4em;
	margin: 10px 10px 0;
}

p.d_txt em {
	font-weight: bold;
	color: #d20000;
}

.red {
	color: #d20000;
}

.red-b {
	color: #d20000;
	font-size: 123%;
	font-weight: bold;
}

.small {
	font-weight: normal;
	font-size: 80%;
}

ul.d_list {
	margin: 10px 10px 0;
}

ul.d_list li {
	line-height: 1.3em;
	margin: 7px 0;
	padding: 0 0 0 15px;
	background: url("../img/ico_list.gif") no-repeat 0 3px;
}

ul.d_list li p.list_dtl {
	margin: 7px 0;
	padding: 0 0 0 15px;
	background: url("../img/ico_arrow1.gif") no-repeat 0 3px;
	line-height: 1.4;
}

ul.d_list li p.list_dtl_last {
	margin: 7px 0 15px;
	padding: 0 0 0 15px;
	background: url("../img/ico_arrow1.gif") no-repeat 0 3px;
	line-height: 1.4;
}

.bold {
	font-weight: bold;	
}


/* ---------------------------------------ページトップ */

.pagetop {
	clear: both;
	margin: 20px 10px 0;
	text-align: right;
}
