@charset "utf-8";
/* CSS Document */

@import url(/css/reset.css);
@import url(/css/structure.css);

html{
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:12px;
}
body{
	width:100%;
	padding:0px;
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "generic family";
	text-align:center;
	color:#000000;
/*	background: #ffffff url(/img/body_back.png) repeat-y center 495px; */
}

.nocss-navi{
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* hovers */
a#header-recycle:hover,
a#truck-ex-button:hover,
a#inq-form:hover,
a#est-form:hover {
	text-indent:-999em;
}
#options li a:hover {
	margin:3px 2px 1px 4px;
}

/* contract-flow page start */
.w5 {
	width: 500px;
}
.contract-desc01 {
	width: 300px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	line-height:130%;
	background-image:url(/img/contract/down-arrow-long.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
.mt5 {
	margin-top: 5px;
}
.rgs {
	width: 240px;
}
.rgs-t {
	background-image: url(/img/contract/r-top-gs.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 240px;
}
.rgs-m {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	line-height: 130%;
	background-color: #E3EA95;
	font-weight: bold;
}
.rgs-b {
	background-image: url(/img/contract/r-bottom-gs.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 240px;
}
.rp {
	width: 365px;
	font-weight: bold;
	text-align: left;
}
.m10 {
	margin: 10px;
}
.rp-m dl,
.rp dl {
	margin-top: 5px;
	margin-bottom: 0px;
}
.rp-t {
	background-image: url(/img/contract/r-top-p.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 365px;
}
.rp-m {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	line-height: 130%;
	background-color: #FCE1E0;
	font-weight: bold;
}
.rp-b {
	background-image: url(/img/contract/r-bottom-p.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 365px;
}
/* contract-flow page end */

/* cal-s : mini sized calendar */
.cal-s{
	font-size:10px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.cal-s th{
	font-weight:bold;
	text-align:center;
}
.cal-s caption{
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}

.cal-s td {
	text-align: center;
}

.cal-s td.none		{ background-color: #FFFFFF; }
.cal-s td.otoku		{ background-color: #CCFFCC; }
.cal-s td.ohayameni	{ background-color: #FFFF33; }
.cal-s td.wazuka 	{ background-color: #FF9933; }
.cal-s td.manryou	{ background-color: #FF0000; }

.cal-s td a,
.cal-s td a:link,
.cal-s td a:active,
.cal-s td a:visited,
.cal-s td a:hover {
	text-decoration: none;
}

.cal-s-day {
	text-align: center;
}

.cal-s-pop {
	margin: 0px 0px 0px 18px;
	padding: 4px;
	max-width: 100px;
	position: absolute;
	visibility: hidden;
	font-size: 100%;
	line-height: 110%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	background-color: #FFFFFF;
}

.cal-s-pop-right1 {
	margin: 0px 0px 0px -80px;
}

.cal-s-pop-right2 {
	margin: 0px 0px 0px -30px;
}
.cal-s-pop-comment {
	min-width: 80px;
}

.cal-s-note {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	text-align: center;
	font-size:10px;
	color: #333333;
}

/* 日付用文字色 */
.cal-s td span.weekday	{ color: #000000; }
.cal-s td span.sunday		{ color: #990000; }
.cal-s td span.sunday		{ color: #990000; }
.cal-s td span.saturday	{ color: #000099; }
.cal-s td span.holiday	{ color: #990000; }
.cal-s td span.overday	{ color: #000000; }
.cal-s td span.invalid 	{ color: #AAAAAA; }

.cal-s td span.rokuyo 		{ color: #555555; }
.cal-s td span.rokuyo_taian	{ color: #990000; }


/* other services */
.others dl {
	margin:5px 15px;
	padding:0px;
	text-align:left;
}
.others dl dt {
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:3px 0px 3px 24px;
}
.others dl dt.new {
	padding-top:15px;
}
.others dl dt a:link,
.others dl dt a:active,
.others dl dt a:visited {
	color:#000000;
}
.others dl dt a:hover {
	color:#0066FF;
}

.others dl dd {
	margin:0px 0px 10px 0px;
	padding:5px;
	border-bottom:dotted 1px #CCCCCC;
}
.others dl dt#icon-tv {
	background:url(/img/others/fukidashi.png) no-repeat left;
}
.others dl dt.new#icon-tv {
	background:url(/img/others/fukidashi_new.png) no-repeat left;
}
.others dl dt#icon-green {
	background:url(/img/others/ster.png) no-repeat left;
}
.others dl dt#icon-curtain {
	background:url(/img/others/house.png) no-repeat left;
}
.others dl dt#icon-deposit {
	background:url(/img/others/house.png) no-repeat left;
}
.others dl dt#icon-recycle {
	background:url(/img/others/ster.png) no-repeat left;
}
.others dl dt#icon-vip {
	background:url(/img/others/house.png) no-repeat left;
}
.others dl dt#icon-trackback {
	background:url(/img/others/ster.png) no-repeat left;
}
.others dl dt#icon-garagesale {
	background:url(/img/others/ster.png) no-repeat left;
}
.others dl dt#icon-photo {
	background:url(/img/others/folder.png) no-repeat left;
}
.others dl dt#icon-sl {
	background:url(/img/others/ster.png) no-repeat left;
}
.others p{
	margin:auto 15px;
}

ul.latest-blog {
	margin:5px 10px;
	padding:0px;
}
.latest-blog li {
	margin:3px 0px 3px 1em;
	padding:0px;
	list-style:outside disc;
	text-align:left;
}
#blog-tags li {
	margin:2px auto;
}
#blog-tags a {
	font-weight:bold;
	color:#333333;
}
#about-us h2 {
	font-weight:bold;
}