@charset "UTF-8";

/* ================================================================ *
	登美代商事 2007/10
	共通デザイン CSS
 * ================================================================ */




/* フッタメニューを罫線を利用して横並びにしている */
#footer ul {
  margin-bottom: 4px;
  padding: 0;
  border-left: 1px solid #CCCCCC;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #CCCCCC;
}

/* 区切り線hrの設定 */
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #999999; /* 線色 */
	height: 1px; /* 高さ */
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

/* 詳細へのnameLinkの設定 */
.details {
	display: inline;
	padding: 2px;
	border: 1px solid #0099FF;
	width: 9em;
	background-color: #FFFFFF;
	bottom: -10px;
	right: -10px;
}
.details a{
    text-decoration:none;
	}

.details a:hover{
    text-decoration:underline;
	}
.new {
	background-color:#FFFF99;
	color:#CC0000;
	margin: 0px 2px;
	padding: 0px 2px;
	  }
.PDF {
	background-color:#DDEEFF;
	color:#CC0000;
	padding: 5px;
	display: block;
	height: 18px;
	width: 70px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 370px;
	  }	  

.click {
	background-color:#FFFFFF;
	color:#CC0000;
	margin: 0px 2px;
	padding: 0px 2px;
	  }


