/* 株式会社マルジュ　システム開発 */
/* http://okinawa.maru.jp/ */

/*--------------------------------------------------------*/
@import url("sub.css");

div#left .img {
	margin-left: 7px;
	border: 1px solid #B2B2B2;
}

/*--------------------------------------------------------*/
/* System sidebar */
div#left h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 5px;
	text-align: left;
}

div#system-sidebar {
	width: 535px;
}
div#system-left {
	float: left;
	width: 365px;
	margin: 10px 0px 10px 0px;
}
div#system-left ul {
	background-color: inherit; 
	width: 365px;
	line-height: 130%;
	color: #333333;
	list-style: none outside;
	margin: 0px 1px 0px 1px;
	padding: 0px;
	text-align: left;
}
div#system-left li {
	clear: right;
	margin-top: 3px;
}
div#system-left li p.right {
	margin-bottom: 5px;
}
div#system-left ul .date {
	float: left;
	font-size: 12px;
	background-color: inherit;
	width: 80px;
	color: #777777;
}
div#system-left ul .txt {
	float: right;
	width: 277px;
}

div#system-right {
	float: right;
	background-color: #F1F1F1;
	width: 165px;
	color: #444444;
	margin: 10px 0px 10px 0px;
}
div#system-right p {
	margin-bottom: 5px;
	padding: 3px 7px;
}
/*--------------------------------------------------------*/
/* head txt */
div#head-txt {
	background: url(../system/affideli/img/header_affideli.jpg) left top no-repeat;
	width: 535px;
	margin-bottom: 1px;
	padding-top: 56px;
}
div#head-txt img.system-img {
	float: left;
	margin-right: 8px;
}
div#head-txt div.txt {
	padding: 25px 0px 0px 0px;
}
div#head-txt div.txt p.right {
	margin-top: 3px;
}

/*--------------------------------------------------------*/
/* System tab */
ul#system-tab {
	clear: both;
	float: left;
	width: 535px;
	background: url(../system/img/tab_back.gif) left bottom no-repeat;
	font-size: 0px;
	line-height: 0%;
	list-style: none;
}
ul#system-tab li {
	float: left;
	margin-left: 3px;
}
ul#system-tab li.t {
	margin-left: 5px !important;
	margin-left: 3px;
}
ul#system-tab li.select {
	margin: 0px 2px 0px 3px;
}

/*--------------------------------------------------------*/
/* System main */
div#system-main {
	clear: both;
	width: 523px !important;
	width: 535px;
	padding: 3px 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
}
div#system-main h2,div#system-main h3,div#system-main p {
	display: block;
	font-weight: normal;
	margin: 0px 5px;
	padding: 0px;
}
div#system-main strong {
	font-weight: normal;
}

/* button */
div#system-main p.right {
	margin: 5px 0px 0px 0px;
}
div#system-main p.right img {
	margin-left: 3px;
}

/*--------------------------------------------------------*/
/* System trouble QA */
ul#trouble-q {
	margin: 0px 140px 0px 3px;
	list-style: none;
}
ul#trouble-q li {
	background: url(../system/img/icon_q.gif) left top no-repeat;
	margin-bottom: 3px;
	padding: 2px 0px 0px 25px;
	line-height: 140%;
	list-style: none;
}
div#system-main .m {
	margin-right: 140px;
}

/*--------------------------------------------------------*/
/* System peculiarity */
ul#peculiarity {
	margin: 0px 5px;
	list-style: none;
}
ul#peculiarity li {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 30px;
}
ul#peculiarity li.i1 {
	background: url(../system/img/icon_1.gif) left top no-repeat;
}
ul#peculiarity li.i2 {
	background: url(../system/img/icon_2.gif) left top no-repeat;
}
ul#peculiarity li.i3 {
	background: url(../system/img/icon_3.gif) left top no-repeat;
}

/*--------------------------------------------------------*/
/* System appeal */
div#system-appeal dl {
	margin-top: 7px;
	padding-left: 5px;
}
div#system-appeal dt {
	padding-top: 7px;
	margin: 0px;
}
div#system-appeal dd {
	background: url(../img/border523.gif) left bottom repeat-x;
	padding-bottom: 7px;
	line-height: 140%;
}

/* table */
div#system-appeal table {
	background-color: #848484;
	color: #333333;
	margin: 0px auto;
}
div#system-appeal table th {
	background-color: #428ED5;
	color: #FFFFFF;
	text-align: center;
}
div#system-appeal table td {
	background-color: #FFFFFF;
	color: #333333;
	padding: 3px 5px;
	text-align: center;
	vertical-align: top;
}
div#system-appeal table td.left {
	text-align: left;
}
div#system-appeal table td.gray {
	background-color: #EFEFEF;
}
div#system-appeal table td p {
	font-size: 12px;
	margin: 5px 0px;
	line-height: 130%;
	text-align: left;
}

/*--------------------------------------------------------*/
/* System plan */
div#system-plan {
	padding: 5px 0px;
}
div#system-plan p {
	margin: 3px 0px;
	line-height: 140%;
}
div#system-plan .notes li {
	background: url(../img/icon_arrow_blist.gif) left top no-repeat;
	margin: 2px 5px 1px 8px;
	padding: 1px 0px 0px 8px;
	list-style: none;
}

/* table */
div#system-plan table {
	background-color: #666666;
	color: #333333;
	margin: 0px auto;
}
div#system-plan table caption {
	text-align: left;
}
div#system-plan table th {
	background-color: #EAEAEA;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
div#system-plan table td {
	background-color: #FFFFFF;
	color: #333333;
	padding: 3px 7px;
	text-align: right;
}
div#system-plan table td.left {
	text-align: left;
}
div#system-plan table td.cap {
	text-align: center;
}
div#system-plan table td .price {
	background-color: inherit;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
div#system-plan table td del {
	background-color: inherit;
	color: #888888;
}

/*--------------------------------------------------------*/
/* System data */
div#system-data a.pict {
	clear: both;
	float: right;
	margin: 3px;
	padding: 5px;
	border: 1px solid #B2B2B2;	
}

div#system-data dl {
	margin: 0px;
	padding: 0px;
}
div#system-data dt {
	background-color: inherit;
	font-size: 120%;
	color: #006699; 
	padding-left: 5px;
}
div#system-data dd {
	background: url(../img/icon_arrow_down.gif) left top no-repeat;
	margin-left: 20px;
	padding-left: 11px;
}
div#system-data dd p {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #CCCCCC;
}
div#system-data dd ul {
	background-color: inherit;
	color: #666666; 
	margin: 0px 0px 5px 40px;
	padding: 0px;
}

/*--------------------------------------------------------*/
/* results box */
div#system-main div#results-box {
	width: 523px;
}
div#system-main div#results-box h3 {
	display: block;
	background: #FFFFFF url(../img/icon_arrow_o.gif) left center no-repeat;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin: 5px 0px 0px 3px;
	padding-left: 8px;
}
div#system-main div#results-box .img {
	float: right;
	margin: 7px 0px 7px 5px;
	padding: 0px;
}
div#system-main div#results-box ul {
	background-color: #FFFFFF;
	font-size: 11px;	
	color: #666666;
	margin: 10px 0px;
	list-style: none;
}
div#system-main div#results-box li {
	padding-bottom: 3px;
}
div#system-main div#results-box ul .left {
	clear: left;
	float: left;
	background-color: #EEEEEE;
	width: 70px;
	margin: 0px 5px;	
	padding: 0px 0px 3px 5px;
}
div#system-main div#results-box p {
	margin: 0px 2px;
}
div#system-main div#results-box .right {
	clear: right;
	padding-bottom: 5px;
}

/* interview */
div#results-box .interview {
	clear: both;
	margin-top: 20px;
}
div#system-main div#results-box p.clear {
	float: left;
	margin: 2px 0px 0px 0px;
}
div#results-box .comment {
	float: right;
	background: #FFFFFF url(../system/img/interview/back.gif) right top no-repeat;
	width: 374px;
	margin: 2px 1px 0px 0px;
	padding: 5px 0px 0px 0px;
}
div#results-box .comment p {
	padding: 0px 5px 0px 25px;
}
div#results-box .comment div {
	margin-top: 5px;
}

/*--------------------------------------------------------*/
/* System demo */
div#system-demo {
	margin : 0px 0px 5px 10px;
	text-align: left;
}
div#system-demo h2 {
	float: none;
	background-color: inherit;
	color: #009999; 
	padding: 0px;
}
div#system-demo .img {
	float: right;
	margin-bottom: 5px;
}

/*--------------------------------------------------------*/
/* System detail */
div#system-detail {
	width: 535px;
	text-align: left;
}
div#system-detail p {
	padding-left: 5px;
}
div#system-detail .img {
	clear: both;
	float: right;
	margin: 3px;
	padding: 4px;
}
div#system-detail .tlb {
	font-size: 150%;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 11px;
}
div#system-detail .leftBox {
	float: left;
	width: 44%;
	padding: 3px 10px 8px 10px;
	border: 1px solid #CCCCCC;
}
div#system-detail .rightBox {
	float: right;
	width: 44%;
	padding: 3px 10px 8px 10px;
	border: 1px solid #CCCCCC;
}
div#system-detail .leftBox ul,
div#system-detail .rightBox ul {
	margin-left: 20px;
}


div#system-detail dl {
	margin: 0px;
	padding: 0px;
}
div#system-detail dt, div#system-detail .tlt {
	background-color: inherit;
	font-size: 120%;
	color: #006699; 
	padding-left: 5px;
}
div#system-detail dd {
	background: url(../img/icon_arrow_down.gif) left top no-repeat;
	margin-left: 20px;
	padding-left: 11px;
}
div#system-detail dd p {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #CCCCCC;
}
div#system-detail dd ul {
	background-color: inherit;
	color: #666666; 
	margin: 0px 0px 5px 40px;
	padding: 0px;
}

/*--------------------------------------------------------*/
/* System results */
div#system-detail div.results-box {
	clear: left;
	width: 523px;
	height: 187px;
	margin: 0px 7px 0px 7px;
	padding-top: 3px;
}
div#system-detail div.results {
	float: left;
	font-size: 10px;
	line-height: 100%;
}

/*--------------------------------------------------------*/
/* other service */
#related-service {
	background-color: inherit; 
	color: #999999;
	margin: 10px 0px;
}
#related-service ul {
	margin: 5px 0px 10px 18px;
	padding: 0px;
	list-style: square outside;
}
#related-service li {
	margin: 2px 0px;
}

/*--------------------------------------------------------*/
/* results about */
div#results-about {
	width: 535px;
	margin-bottom: 15px;
	text-align: left;
}
div#results-about h2 {
	float: none;
	background-color: inherit;
	width: auto;
	color: #000000; 
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 1px 10px;
	padding: 0px;
}

/*--------------------------------------------------------*/
/* results box */
div#results-box {
	width: 530px;
	margin-bottom: 15px;
	text-align: left;
}
div#results-box h3 {
	display: inline;
	background: url(../img/icon_arrow_o.gif) left center no-repeat;
	font-size: 120%;
	color: #333333;
	margin: 0px;
	padding-left: 8px;
}

div.results-box-l {
	float: left;
	width: 150px;
	margin: 5px 5px 5px 0px;
}
div#results-box .img {
	border: none;
}

div.results-box-r {
	float: right;
	width: 365px;
	margin-top: 8px;
}
div.results-box-r p {
	margin: 5px;
}

div.results-box-c {
	float: left;
	width: 515px;
	margin: 5px 7px;
}
div.results-box-c p {
	margin: 5px;
}
/*--------------------------------------------------------*/
/* data */
div#data {
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
}
div#data p.title {
	background-color: inherit; 
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px 0px 3px 0px;
}
div#lefcon {
	float: left;
	margin-left: 3px;
}
div#ricon {
	float: left;
}
div#data img {
	border: 1px solid #CCCCCC;
}
div#data .download li {
	background: url(../system/img/icon_arrow.gif) left center no-repeat;
	font-size: 11px;
	color: #666666;
	margin: 2px 5px 5px 8px;
	padding: 0px 0px 0px 16px;
	list-style: none;
}
div#data .download li a {
	font-size: 14px;
	line-height: 150%;
	text-decoration: underline;
}

/*--------------------------------------------------------*/
/* glossary */
div#glossary .glossary-index {
	clear: both;
	background-color: #E5E5E5;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	margin: 20px 0px 10px 0px;
	padding: 5px;
}

/* Glossary index */
div#glossary-index {
	background-color: #FFFFFF;
	color: #666666;
}
div#glossary-index strong {
	background-color: #FFFFFF;
	color: #333333;
	margin-right: 20px;
}

/* Glossary */
div#glossary h3 {
	font-size: 120%;
	margin: 2px 5px 0px 5px;
	padding: 0px 0px 0px 4px;
	border-left: 4px solid #003399;
}
div#glossary dl {
	margin: 5px 0px 12px 0px;
}
div#glossary dd {
	background: url(../img/border_gray.gif) left bottom no-repeat;
	margin: 5px;
	padding: 0px 5px 5px 5px
}
div#glossary dd p {
	font-size: 85%;
	margin-top: 7px;
}
div#glossary dd p a {
	background-color: inherit; 
	color: #003399;	
	text-decoration: underline;	
}
