@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Basic(Layout) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2009.01.12 S.Takikawa
 * revision - 01
 *
 ********************************
*/

#contents #contents-body-wide {
	background-image: url(../img/bg_product.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/********************************
   # Custom Block CSS Setting
 ********************************/

div.menu {
	width: 880px;
	float: left;
	clear: both;
	height: auto;
}

/* */

div.box1 {
	width: 320px;
	line-height: 15px;
	float: left;
	height: auto;
}
.box1 .box-top {
	height: 20px;
	line-height: 20px;
	background-image: url(box01_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.box1 .box-bottom {
	height: 20px;
	line-height: 15px;
	background-image: url(box01_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.box1 .box-body {
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(box01_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	height: 130px;
	margin: 0px;
}

/* */

div.box2 {
	width: 560px;
	line-height: 15px;
	float: left;
	height: auto;
}
.box2 .box-top {
	height: 20px;
	line-height: 20px;
	background-image: url(box02_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.box2 .box-bottom {
	height: 20px;
	line-height: 15px;
	background-image: url(box02_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.box2 .box-body {
	width: 540px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(box02_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	height: 130px;
	margin: 0px;
}

/* */

div.menu .txtbox {
	font-size: 11px;
	line-height: 16px;
	padding: 5px;
	margin: 0px;
	text-align: justify;
	font-weight: normal;
}

div.menu .border-top {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECEAEC;
	margin-bottom: 5px;
}

div.menu .border-bottom {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEAEC;
}

div.menu a.thumbnail {
	background-image: url(../../cmn/img/diag_green.gif);
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
div.menu a.thumbnail:hover   {
	background-image: url(../../cmn/img/diag_orange.gif);
}
div.menu a.thumbnail img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9EDE9;
	border-bottom-color: #E9EDE9;
}

.menu a:link    { color: #333333; }
.menu a:visited { color: #333333; }
.menu a:hover   { color: #CC3333; text-decoration: none; }
.menu a:active  { color: #CC3333; text-decoration: none; }


div.menu img.sub-btn {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #F0F0F0;
}

div.menu img.banner {
	margin-top: 5px;
}

/********************************
   # List CSS Setting
 ********************************/


.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	font-size: 12px;
	line-height: 16px;
	padding-left: 18px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	background-image: url(../../cmn/img/li_icon_type1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 2px;
}
.menu ul li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
.menu ul li ul li {
	font-size: 12px;
	line-height: 16px;
	padding-left: 18px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	background-image: url(../../cmn/img/li_icon_type2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 2px;
}
.menu ul li ul li.listChild {
	margin-left: 16px;
}

.menu ul li a:link    { color: #333333; }
.menu ul li a:visited { color: #333333; }
.menu ul li a:hover   { color: #CC3333; text-decoration: none; }
.menu ul li a:active  { color: #CC3333; text-decoration: none; }


/********************************
   # Custom Etc CSS Setting
 ********************************/

/* (CSS END) */
