@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Basic(Layout) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2009.03.18 T.Chika
 * revision - 01
 *
 ********************************
*/

/********************************
   Basic Layout CSS Setting ( ContentsPage Only ).
 ********************************/
#container {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: hidden;
	background-color: #F9F9F9;
	height: auto;
	float: left;
}

#header {
	clear: both;
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: hidden;
	height: 70px;
	float: none;
}

#contents {
	width: 860px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
}

#footer {
	clear: both;
	width: 100%;
	background-image: url(../img/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/********************************
   #header Layout CSS Setting
 ********************************/

#header #head-content {
	width: 860px;
	float: left;
	clear: both;
	text-align: inherit;
	margin-right: auto;
	margin-left: auto;
}

#head-content h1 {
	width: 850px;
	height: 75px;
	clear: both;
	display: inline;
	font-size: 12px;
	line-height: 20px;
	height: 25px;
	color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	float: left;
}

#head-content #head-menu {
	height: 45px;
	width: 480px;
	clear: both;
	float: left;
}

#head-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#head-menu ul li {
	line-height: 45px;
	display: inline;
	float: left;
	height: 50px;
}

#head-content #head-submenu {
	height: 40px;
	width: 370px;
	float: left;
	clear: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#head-submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 40px;
	overflow: hidden;
}
#head-submenu ul li {
	line-height: 40px;
	display: inline;
	float: right;
	height: 40px;
	background-image: url(../img/mark_white_rvs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 10px;
	clear: none;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#header a:link {
	color: #F0F0F0;
}
#header a:visited {
	color: #F0F0F0;
}

/********************************
   #contents Layout CSS Setting
 ********************************/

#main-contents {
	display: inline;
	float: left;
	height: auto;
	width: 860px;
}





/********************************
   #footer Layout CSS Setting
 ********************************/

#footer a:link {
	color: #CCCCCC;
}
#footer a:visited {
	color: #CCCCCC;
}

#footer #foot-contents {
	width: 840px;
	clear: both;
	background-image: url(../img/box_foot_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 15px;
}
#foot-contents h2 {
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
}
#foot-contents h3 {
	line-height: 150%;
	float: right;
	clear: both;
	font-size: 11px;
	margin-top: 10px;
	width: 840px;
	height: auto;
	text-align: center;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

#foot-contents .div-top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F6123;
}
#foot-contents ul.foot-menu {
	list-style-type: none;
	padding: 0px;
	clear: both;
	margin: 0px;
}
ul.foot-menu li {
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 22px;
	background-image: url(../img/mark_white_rvs.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
}

#foot-contents .guide-txt {
	font-size: 11px;
	clear: both;
	line-height: 15px;
	color: #888888;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


/********************************
   #main-contents Layout CSS Setting
 ********************************/

/*** main-contents ***/

#contents h2 {
	font-size: 11pt;
	line-height: 45px;
	background-image: url(../../img/img_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #666666;
	height: 30px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 860px;
	clear: both;
	margin: 0px;
}

/* */
#contents #topics-box {
	display: inline;
	clear: both;
	height: auto;
	width: 858px;
	border: 1px dotted #AEB3AF;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;

}
#topics-box #news {
	display: inline;
	width: 610px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	clear: both;
	height: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AEB3AF;
	min-height:80px;
}
#topics-box #bnr {
	float: right;
	width: 210px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	display: inline;
	height: 80px;
}

#news #news-box {
	width: 610px;
	height: 80px;
	float: left;
	clear: both;
	overflow: auto;
}

#news dl {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 580px;
}

#news dl dt {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 50px;
	float: left;
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#news dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 9pt;
	line-height: 12pt;
	float: left;
	width: 520px;
}

/* */
#contents #item-box {
	display: inline;
	clear: both;
	height: auto;
	width: 858px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px dotted #AEB3AF;
	background-color: #FFFFFF;

}
#item-box #supply {
	display: inline;
	width: 610px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	clear: both;
	height: auto;
	min-height:80px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AEB3AF;
}
#item-box #needs {
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	display: inline;
	height: 80px;
}

#supply #wrp-item {
	clear: both;
	width: 610px;
	height: auto;
	display: block;
	float: left;
}

#wrp-item #map {
	float: left;
	width: 260px;
	display: inline;
	height: auto;
}
#wrp-item #cate {
	float: left;
	width: 330px;
	margin-left: 10px;
	display: inline;
}

#map .map-img {
	border: 1px solid #CCCCCC;
	display: inline;
	padding: 4px;
	background-color: #F0F0F0;
}

#cate .cate-box {
	padding: 4px;
	width: 320px;
	border: 1px solid #AEB3AF;
	display: inline;
	clear: both;
	float: left;
	background-color: #F9F9F9;
}

.cate-box .btns-cate {
	display: inline;
	float: left;
	height: auto;
	width: 150px;
}
.cate-box .btns-need {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 20px;
}

.cate-box p {
	background-image: url(../../img/btn_base_cate.gif);
	width: 145px;
	display: inline;
	height: 25px;
	clear: both;
	float: left;
	line-height: 25px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	font-size: 11px;
}
.cate-box p a {
	height: 25px;
	width: 145px;
	display: inline;
	clear: both;
	float: left;
}

.cate-box p a:link    { color: #333333; }
.cate-box p a:visited { color: #333333; }
.cate-box p a:hover   { color: #333333; }
.cate-box p a:active  { color: #333333; }

#supply  p.tbox-guide {
	font-size: 9pt;
	line-height: 15px;
	background-image: url(../img/mark_s_circle_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#needs  p.tbox-guide {
	font-size: 9pt;
	line-height: 15px;
	background-image: url(../img/mark_s_circle_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* */
#supply #new-items {
	clear: both;
	width: 610px;
	height: auto;
	display: inline;
	float: left;
	margin-top: 10px;
}

#new-items .items-box {
	height: 340px;
	width: 610px;
	display: inline;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}

.items-box dl {
	padding: 0px;
	width: 140px;
	height: 160px;
	float: left;
	background-image: url(../../img/bg_item_chintai.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin: 6px;
}

.items-box dl.stat-chintai {
	background-image: url(../../img/bg_item_chintai.gif);
}
.items-box dl.stat-chintai-new {
	background-image: url(../../img/bg_item_chintai_new.gif);
}
.items-box dl.stat-baikyaku {
	background-image: url(../../img/bg_item_baikyaku.gif);
}
.items-box dl.stat-baikyaku-new {
	background-image: url(../../img/bg_item_baikyaku_new.gif);
}

.items-box dl dt {
	width: 120px;
	float: left;
	font-size: 9pt;
	line-height: 12pt;
	display: inline;
	padding: 0px;
	height: 90px;
	margin-top: 24px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	clear: both;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.items-box dl dd {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	width: 120px;
	display: inline;
	clear: both;
	height: 15px;
	overflow: hidden;
}

.items-box dl dd.cap {
	font-size: 10px;
}
.items-box a:link    { color: #333333; }
.items-box a:visited { color: #333333; }
.items-box a:hover   { color: #333333; }
.items-box a:active  { color: #333333; }

/* */

#needs #new-needs {
	display: inline;
	width: 190px;
	margin-top: 0px;
	clear: both;
	float: left;
	padding: 0px;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#new-needs dl {
	clear: both;
	float: left;
	height: 40px;
	width: 190px;
	background-image: url(../../img/bg_needs_kaitai.gif);
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#new-needs dl.stat-kaitai {
	background-image: url(../../img/bg_needs_kaitai.gif);
}
#new-needs dl.stat-karitai {
	background-image: url(../../img/bg_needs_karitai.gif);
}
#new-needs dl dt {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 120px;
	margin-left: 70px;
	display: inline;
	clear: both;
	float: left;
}
#new-needs dl dd {
	height: 20px;
	width: 120px;
	margin-left: 70px;
	clear: both;
	float: left;
	display: inline;
}



/********************************
   #main-contents Layout CSS Setting (etc)
 ********************************/



#contents  p.tbox-mark {
	font-size: 9pt;
	line-height: 15px;
	background-image: url(../img/mark_s_circle_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#contents p.menu-list {
	font-size: 9pt;
	color: #333333;
	line-height: 20px;
	background-image: url(../img/mark_s_black.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	clear: both;
}

#contents p.link-box {
	background-image: url(../img/mark_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 28px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
}
#contents   ul.list-def {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1EFEC;
	border-bottom-color: #F1EFEC;
	height: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#contents  ul.list-def  li {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
#contents   img.img-border {
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#contents .attention-box {
	color: #CC3300;
	height: auto;
	width: 860px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




/*
 *
 *
 *
 *
 */

 
.txtS {
	font-size: 10px;
}
.txtL {
	font-size: 11pt;
}
.clrRed {
	color: #CC3300;
}
.clrGreen {
	color: #336600;
}
.clrBlue {
	color: #0066CC;
}

/* ul */
ul.list-menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul.list-menu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../img/mark_black.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list-menu li a:link { color: #333333; }
ul.list-menu li a:visited { color: #333333; }
ul.list-menu li a:hover { }
ul.list-menu li a:active { }

/* table */

table.t-searchbox {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.t-searchbox th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-searchbox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

table.t-type-noline {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin: 5px;
}
.t-type-noline th {
	font-weight: normal;
	vertical-align: top;
	background-color: #F0F0F0;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type-noline td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.center-cell {
	text-align: center;
}
