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

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

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

#header {
	width: 100%;
	height: 85px;
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: inherit;
	float: left;
}


#container {
	clear: both;
	width: 100%;
	text-align: inherit;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
	text-align: inherit;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}





/********************************
   #header Layout CSS Setting
 ********************************/

#header #head-contents {
	clear: both;
	width: 850px;
	height: 80px;
	/* text-align: inherit; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(../img/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#head-contents #head-body {
	height: 80px;
	width: 820px;
	clear: both;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	overflow: hidden;
	background-image: url(../img/head_logo.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	display: inline;

}

#head-body .logo {
	float: left;
	height: 35px;
	width: 560px;

}

#head-body .smenu {
	float: left;
	height: 35px;
	width: 260px;

}

#head-body h1 {
	font-size: 10px;
	padding-left: 10px;
	padding-top: 2px;
}

#head-body h2 {
}

#head-body p.tel {
	line-height: 1em;
}

#head-body #head-menu {
	height: 25px;
	width: 630px;
	clear: both;
	float: left;
	margin-left: 190px;
	display: inline;
}

#head-menu ul {
	clear: both;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	overflow: hidden;
}

#head-menu ul li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 25px;
}


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

#container #contents-area {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	padding: 0px;
}
#contents-area #contents {
	width: 820px;
	height: auto;
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#contents-area #contents-top {
	background-image: url(../img/main_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 850px;
	clear: both;
	float: left;
}
#contents-area #contents-bottom {
	background-image: url(../img/main_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 850px;
	clear: both;
	float: left;
}

#contents #address {
	height: 30px;
	width: 820px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	margin-top: 5px;
	display: inline;
	line-height: 30px;
}

#contents #address ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 30px;
	width: 710px;
	float: left;
	background-image: url(../img/addr_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 30px;
	overflow: hidden;
	display: inline;
}

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

#contents #address ul li.selected {
	font-weight: bold;
	color: #000000;
}

#contents #address ul li.first {
	background-image: url(../img/addr_border_left.gif);
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#contents #address ul li a:link    { color: #666666; }
#contents #address ul li a:visited { color: #666666; }
#contents #address ul li a:hover   { color: #CC3333; text-decoration: underline; }
#contents #address ul li a:active  { color: #CC3333; text-decoration: underline; }


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

#contents #contents-body
, #contents #contents-body-wide {
	clear: both;
	float: left;
	width: 820px;
	height: auto;
	margin-top: 5px;
	display: inline;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* #contents-body */

#contents-body #main-contents {
	float: left;
	height: auto;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
}

#contents-body #sub-contents {
	float: left;
	width: 200px;
	display: inline;
	height: auto;
}

/* #contents-body-wide */

#contents-body-wide #main-contents {
	float: left;
	height: auto;
	width: 880px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
}


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


#footer #foot-contents {
	width: 840px;
	min-height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	color: #666666;
}


#foot-contents p.navi-pagetop {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 840px;
	clear: both;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	float: left;

}

#foot-contents #foot-wrapper {
	width: 840px;
	clear: both;
	background-image: url(../img/foot_wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	display: inline;
	border: 1px solid #CED1CF;
	float: left;
}

#foot-wrapper #foot-menu {
	width: 359px;
	float: left;
	height: auto;
	display: inline;
	overflow: hidden;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CED1CF;
}

#foot-menu .ul-border {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 3px;
}

#foot-menu ul {
	clear: both;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#foot-menu ul li {
	background-image: url(../img/mark_s_gray.gif);
	background-position: left center;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	font-size: 9pt;
	background-repeat: no-repeat;
	line-height: 15px;
	float: left;
	height: 15px;
}

#foot-wrapper #foot-logo {
	float: right;
	width: 400px;
	display: inline;
	height: auto;
	background-image: url(../img/foot_logo.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 65px;
}

#foot-logo .comp-addr {
	font-size: 11px;
}


#foot-contents #foot-copyrights {
	display: inline;
	clear: both;
	width: 840px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#foot-copyrights h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

#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; }

#foot-contents #powered-by {
}
#powered-by h2 {
	color: #F4F2EA;
	font-size: 8pt;
}

#powered-by a:link    { color: #F4F2EA; }
#powered-by a:visited {	color: #F4F2EA; }
#powered-by a:hover   { color: #F4F2EA; text-decoration: underline; }
#powered-by a:active  { color: #F4F2EA; text-decoration: underline; }

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

div.sub-menu {
	width: 200px;
	float: left;
	clear: both;
	background-image: url(../img/smenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div.sub-menu .smenu-top {
	height: 20px;
	width: 200px;
	line-height: 20px;
	background-image: url(../img/smenu_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.sub-menu .smenu-bottom {
	height: 20px;
	width: 200px;
	line-height: 20px;
	background-image: url(../img/smenu_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
div.sub-menu .smenu-body {
	width: 190px;
	margin-right: 5px;
	clear: both;
	padding: 0px;
	height: auto;
	margin-left: 5px;
}

div.smenu-body h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

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

/* ------------------------------
   Menu List CSS
   ------------------------------ */

div.smenu-body ul.list-menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.smenu-body ul.list-menu li {
	background-image: url(../img/li_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
div.smenu-body ul.list-menu li.selected {
	background-image: url(../img/li_icon_selected.gif);
}

/* */

div.smenu-body ul.list-menu li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
div.smenu-body ul.list-menu li ul li {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
div.smenu-body ul.list-menu li ul li.selected {
	/* */
}

/* */

div.smenu-body ul.list-menu li ul li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
div.smenu-body ul.list-menu li ul li ul li {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

div.smenu-body ul.list-menu li ul li ul li.selected {
	/* */
}

div.smenu-body .list-menu a:link    { color: #555555; }
div.smenu-body .list-menu a:visited { color: #555555; }
div.smenu-body .list-menu a:hover   {
	color: #FF3300;
	text-decoration: none;
}
div.smenu-body .list-menu a:active  { color: #CC3333; text-decoration: none; }

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

#main-contents p.page-title {
	margin-bottom: 20px;
}

/********************************
 *
 *
 * Decoration 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;
}

/********************************
 * Images
 ********************************/

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

#main-contents img.img-border-s {
	margin: 0px;
	padding: 1px;
	border: 1px solid #EEEEEE;
	background-color: #F0F0F0;
}

#main-contents img.img-border-s-intxt {
	margin: 5px;
	padding: 1px;
	border: 1px solid #EEEEEE;
	background-color: #F0F0F0;
}

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

#main-contents div.contents-box {
	height: auto;
	width: 580px;
	border: 5px solid #F2F1ED;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.contents-box dl {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 580px;
}

div.contents-box dt {
	width: 90px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E2DBC2;
	height: auto;
}

div.contents-box dd {
	height: auto;
	width: 465px;
	margin: 0px;
	line-height: 20px;
	padding: 0px;
	float: right;
}


#main-contents h2 {
	font-size: 12pt;
	/* */
}

#main-contents h3 {
	margin-bottom: 10px;
	background-image: url(../img/div_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 560px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 11pt;
	clear: both;
}

#main-contents h4 {
	background-image: url(../img/mark_circle_s_gray.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	vertical-align: middle;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 9pt;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}

#main-contents h5 {
	background-image: url(../img/mark_circle_s_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}

#main-contents p.tbox-link {
	background-image: url(../img/mark_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	font-size: 9pt;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main-contents .diag-bottom {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../img/diag_bd1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	width: auto;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* */

#main-contents p.tbox {
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#main-contents p.tbox-s {
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 11px;
}

#main-contents p.file-txt {
	background-image: url(../img/icon_s_view.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

#main-contents p.link-s1 {
	background-image: url(../img/mark_s_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
}

#main-contents p.link-s2 {
	background-image: url(../img/mark_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
}

/* */
#main-contents div.box-plate-out {
	background-image: url(../img/diag_gray.gif);
	padding: 4px;
	clear: both;
	margin-bottom: 10px;
}
#main-contents div.box-plate-in {
	border: 1px solid #EAECEA;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
}


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

#main-contents .txtS {
	font-size: 8pt;
}
#main-contents .txtM {
	font-size: 9pt;
}
#main-contents .txtL {
	font-size: 11pt;
}
#main-contents .clrRed {
	color: #993333;
}
#main-contents .clrGreen {
	color: #336600;
}
#main-contents .clrBlue {
	color: #0066CC;
}

/********************************
 * SP Box
 ********************************/


#main-contents .clrBlue {
	color: #0066CC;
}



/********************************
 * List (ul+li)
 ********************************/
/*

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

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

#main-contents table.t-type1 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.t-type1 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.t-type1 td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.t-type2 {
	text-align: left;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.t-type2 th {
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	background-color: #E8E8E8;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.t-type2 td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding: 5px;
}
table.t-type3 {
	text-align: left;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.t-type3 th {
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.t-type3 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	padding: 5px;
}

table.t-calendar {
	border-collapse: collapse;
	border-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CEC7AE;
	border-left-color: #CEC7AE;
}
.t-calendar th {
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	background-color: #F9F8F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC7AE;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CEC7AE;
}
.t-calendar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC7AE;
	padding: 3px;
	font-size: 9pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CEC7AE;
}
.t-calendar .sun {
	font-weight: bold;
	color: #CC0000;
}
.t-calendar .sat {
	font-weight: bold;
	color: #3366CC;
}

.t-calendar .am {
	font-weight: bold;
	color: #339966;
	background-color: #D0FFD0;
}
.t-calendar .ampm {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFCCCC;
}

/* 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;
}
*/

/* END */

