@charset "utf-8";
/* CSS Document */


/*-------------------------------
	下層ページ
	common.css上書き項目
-------------------------------*/

body {
	background-image: url(../images/common/lower_body_bg.gif);
}

#global-navi {
	background-image: url(../images/common/lower_global-navi_bg.jpg);
}

#main {
	padding-top: 0;
}

/*-------------------------------
	パンくずリスト
-------------------------------*/

#bread {
	width: 917px;
	padding-left: 33px;
	height: 24px;
	padding-top: 3px;
	background: url(../images/common/bread_logo.gif) no-repeat;
	background-position: 10px 3px;
	line-height: 1.3em;
	color: #666666;
	margin-bottom: 1px;
}

/*	サービスページindex.html用	*/

.bread-margin {
	padding-bottom:	26px;
}

#bread a:link,
#bread a:visited {
	color: #01638c;
	text-decoration: none;
}

#bread a:hover {
	text-decoration: underline;
}

ul.anchor-list {
	list-style-type: none;
	/*float: left;*/
	width: auto;
	/*margin-right: 20px;*/
}

ul.anchor-list li {
	margin: 0px 8px 0px 0px;
	background: url(../images/common/anchor-list_marker.gif) no-repeat;
	background-position: left 50%;
	padding-left: 12px;
	float: left;
}



/*-------------------------------
	下層ページ共通項目
	画像、アンカーリンクメニュー
	コンテンツナビ
-------------------------------*/

#sidebar {
	padding-top:24px;
}

#lower-top-box {
	width: 679px;
	/*height: 125px;*/
	/*float:left;*/
}

#anchor-box {
	font-size: 14px;
	width: 679px;
	/*height: 52px;*/
	padding-top: 23px;
	/*float: left;*/
}

#anchor-box a:link,
#anchor-box a:visited {
	color: #333333;
	text-decoration: none;
}

#anchor-box a:hover {
	color: #DD0000;
	text-decoration: underline;
}

.red {
	color:#DD0000;
}
.asta {
	text-indent:-1em;
	padding-left:1em;
}

ul.marker-list {
	margin:0px 0px 20px 13px;
}

ul.marker-list li {
	background:url(../images/top/blue-marker.gif)  no-repeat left 0.5em;
	padding-left:1em;
	list-style-type:none;
}

/*　お問い合わせ（大）　*/
p.to-inq-l {
	width: 163px;
	height: 37px;
	text-indent: -9999px;
	margin: 0 auto;
	padding-right: 0;
}

p.to-inq-l a {
	width: 163px;
	height: 37px;
	background: url(../images/common/to-inq_l.jpg) no-repeat;
	display: block;
}