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

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

/********************************
   Basic Layout CSS Setting ( ContentsPage Only ).
 ********************************/

#wrp-main {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
}



#container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
	background-image: url(../img/bg_side.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}

#header {
	width: 770px;
	margin: 0px;
	padding: 0px;
}

#contents {
	width: 760px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	padding: 0px;
	color: #666666;
	background-color: #F2F2F2;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header h1 {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#header ul {
	width: 770px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header ul li {
	display: inline;
	list-style-type: none;
	line-height: 50%;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 50px;
}

/********************************
   #contents Layout CSS Setting
 ********************************/

#contents #address {
	height: 30px;
	width: 760px;
	margin-bottom: 5px;
	clear: both;
	margin-top: 5px;
	background-image: url(../img/addr_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#contents #address ul {
	list-style-type: none;
	margin: 0px;
	height: 30px;
	width: 640px;
	float: left;
	overflow: hidden;
	background-image: url(../img/addr_border_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	display: inline;
}

#contents #address ul li {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/addr_border.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#contents #address ul li.first {
	background-image: none;
	padding-right: 5px;
	padding-left: 0px;
}

#contents #address #pageback {
	float: right;
	height: 30px;
	width: 110px;
	display: inline;
}

#contents #main-contents {
	clear: both;
	width: 760px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;

}
/********************************
   #footer Layout CSS Setting
 ********************************/


#footer #foot-contents {
	width: 900px;
	height: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#footer #foot-contents ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
	height: 16px;
}

#footer #foot-contents ul li {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-top: 1px;
	line-height: 16px;
	font-size: 11px;
	background-image: url(../img/mark_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

#footer #foot-contents h3 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#footer a:active {
	color: #CC3333;
	text-decoration: underline;
}

#footer #foot-dp {
	display: none;

}

#foot-dp a:link {
	color: #F2F2F2;
}
#foot-dp a:visited {
	color: #F2F2F2;
}
#foot-dp a:hover {
	color: #F2F2F2;
	text-decoration: none;
}
#foot-dp a:active {
	color: #F2F2F2;
	text-decoration: none;
}



/********************************
 *
 *
 * #main-contents Layout CSS Setting
 *
 *
 ********************************/

/********************************
 * Box Indent
 ********************************/

#main-contents div.boxL1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#main-contents div.boxL2 {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}

/********************************
 * Text Box
 ********************************/

#main-contents h3 {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000000;
}

#main-contents .page-title {
	background-image: url(../img/ttl_bg.gif);
	background-position: left top;
	height: 40px;
	font-size: 11pt;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 40px;
}

#main-contents .tbox {
	line-height: 180%;
	text-align: justify;
	text-indent: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#main-contents .guide-box {
	padding-left: 28px;
	background-image: url(../img/mark_arrow_blue.gif);
	background-position: 3px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}

#main-contents .tbox-noindent {
	line-height: 180%;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#main-contents .tbox-title {
	line-height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4F80B9;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

#main-contents .tbox-c {
	line-height: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 3px;
	font-size: 11px;
}

#main-contents .tbox-news {
	line-height: 20px;
	background-image: url(../img/mark_red.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 5px;
	background-position: left 10px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;

}

#main-contents .tbox-linebox {
	line-height: 180%;
	border: 2px solid #4F81B9;
	margin: 10px;
	font-size: 12pt;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/********************************
 * Img Box
 ********************************/

#main-contents .img-border {
	background-image: url(../img/diag_gray.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}


/********************************
 * Text
 ********************************/

#main-contents .clrBlack {
	color: #111111;
}
#main-contents .txtS {
	font-size: 8pt;
}
#main-contents .txtM {
	font-size: 9pt;
}
#main-contents .txtL {
	font-size: 11pt;
}
#main-contents .clrRed {
	color: #CC3300;
}
#main-contents .clrGreen {
	color: #339900;
}
#main-contents .clrBlue {
	color: #0099CC;
}
#main-contents .clrGray {
	color: #999999;
}

/********************************
 * (dl+dt+dd)
 ********************************/

#main-contents dl {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#main-contents dl dt {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main-contents dl dd {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}

/********************************
 * (list)
 ********************************/

#main-contents ol.def-list {
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main-contents ol.def-list li {
	line-height: 180%;
	text-align: justify;
	text-indent: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/********************************
 * (list) Tab Menu
 ********************************/
#tab-menu {
}

#tab-menu ul {
	width: 760px;
	height: 31px;
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	background-image: url(../img/bg_tab_menu.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#tab-menu ul li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
	float: left;
	height: 25px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #F0F0F0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
#tab-menu ul li.selected {
	font-weight: bold;
	background-color: #FFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	padding-top: 1px;
}
#tab-menu a:link {
	color: #285F89;
}
#tab-menu a:visited {
	color: #285F89;
}
#tab-menu a:hover {
	color: #285F89;
	text-decoration: none;
}
#tab-menu a:active {
	color: #285F89;
	text-decoration: none;
}


/********************************
 * Table
 ********************************/

#main-contents table.tbl-lrborder {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.tbl-lrborder th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 9px;
	padding-left: 19px;
}
.tbl-lrborder td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 9px;
	padding-left: 19px;
}
.tbl-lrborder td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main-contents table.tbl-normal {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tbl-normal 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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tbl-normal 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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tbl-normal td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main-contents table.tbl-def {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.tbl-def th {
	border-bottom-style: none;
	font-weight: normal;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
.tbl-def td {
	border-bottom-style: none;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}


/* table common */
table td.center-cell {
	text-align: center;
}
table td.center-cell-row {
	text-align: center;
	vertical-align: middle;
}

table th.center-cell {
	text-align: center;
}
table th.center-cell-row {
	text-align: center;
	vertical-align: middle;
}


/********************************
 *
 * TOP ONLY CSS
 *
 ********************************/


/********************************
 *
 * #top-main Layout CSS Setting
 *
 ********************************/


/* END */

