@charset "UTF-8";

/* ****************************************************
Title: content.css
Created date: 2009/05/27
Last Modified: 2009/05/27
Created by: iGrove
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 primary
#02 secondary

#03 function.html
#04 support.html
#05 trial.html
#06 price.html
#07 catalog.html
#08 menace.html
#09 agreement.html

----------------------------------------*/


/* #01 primary
---------------------------------------------------------------------------- */


/*メインイメージのサブナビゲーション*/
div.naviSection ul#lNavi li#lNaviTop {
	background: url(../../img/btn/lnavi60.png) no-repeat 0 0;
	width: 60px;
}

body#sagiwallTop div.naviSection ul#lNavi li#lNaviTop {
	background: url(../../img/btn/lnavi60_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviMenace {
	background: url(../../img/btn/lnavi180.png) no-repeat 0 0;
	width: 180px;
}

body#sagiwallMenace div.naviSection ul#lNavi li#lNaviMenace {
	background: url(../../img/btn/lnavi180_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviFunction {
	background: url(../../img/btn/lnavi75.png) no-repeat 0 0;
	width: 75px;
}

body#sagiwallFunction div.naviSection ul#lNavi li#lNaviFunction {
	background: url(../../img/btn/lnavi75_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviTrial {
	background: url(../../img/btn/lnavi70.png) no-repeat 0 0;
	width: 70px;
}

body#sagiwallTrial div.naviSection ul#lNavi li#lNaviTrial {
	background: url(../../img/btn/lnavi70_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviBuy {
	background: url(../../img/btn/lnavi70.png) no-repeat 0 0;
	width: 70px;
}

body#sagiwallBuy div.naviSection ul#lNavi li#lNaviBuy {
	background: url(../../img/btn/lnavi70_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviCatalog {
	background: url(../../img/btn/lnavi70.png) no-repeat 0 0;
	width: 70px;
}

body#sagiwallCatalog div.naviSection ul#lNavi li#lNaviCatalog {
	background: url(../../img/btn/lnavi70_o.png) no-repeat 0 0;
}

div.naviSection ul#lNavi li#lNaviContact {
	background: url(../../img/btn/lnavi_contact.png) no-repeat 0 0;
	width: 91px;
}

body#sagiwallContact div.naviSection ul#lNavi li#lNaviContact {
	background: url(../../img/btn/lnavi_contact_o.png) no-repeat 0 0;
}

body#sagiwallContact div.naviSection ul#lNavi li#lNaviContact a,
body#sagiwallContact div.naviSection ul#lNavi li#lNaviContact a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.naviSection ul#lNavi li#lNaviContact a,
div.naviSection ul#lNavi li#lNaviContact a:hover {
	color: #FFF;
}


body#sagiwallTop div.naviSection ul#lNavi li#lNaviTop a,
body#sagiwallTop div.naviSection ul#lNavi li#lNaviTop a:hover,
body#sagiwallTop div.naviSection ul#lNavi li#lNaviTop a,
body#sagiwallTop div.naviSection ul#lNavi li#lNaviTop a:hover,
body#sagiwallMenace  div.naviSection ul#lNavi li#lNaviMenace a,
body#sagiwallMenace  div.naviSection ul#lNavi li#lNaviMenace a:hover,
body#sagiwallFunction  div.naviSection ul#lNavi li#lNaviFunction a,
body#sagiwallFunction  div.naviSection ul#lNavi li#lNaviFunction a:hover,
body#sagiwallBuy div.naviSection ul#lNavi li#lNaviBuy a,
body#sagiwallBuy div.naviSection ul#lNavi li#lNaviBuy a:hover,
body#sagiwallTrial div.naviSection ul#lNavi li#lNaviTrial a,
body#sagiwallTrial div.naviSection ul#lNavi li#lNaviTrial a:hover,
body#sagiwallCatalog div.naviSection ul#lNavi li#lNaviCatalog a,
body#sagiwallCatalog div.naviSection ul#lNavi li#lNaviCatalog a:hover {
	color: #797979;
	font-weight: bold;
	text-decoration: none;
}

div.section dl.possible {float:left; margin:0 5px 15px 5px; width:300px; overflow:hidden; display:block;}
div.section dl.possible dt {font-weight:bold; margin:0 0 5px 0;}
div.section dl.possible dd {}
div.section dl.possible dd img {margin:0 0 5px 0;}

/* #02 secondary
---------------------------------------------------------------------------- */



/* #03 function.html
---------------------------------------------------------------------------- */
div.section dl.function {
	position: relative;
	height:186px;
	margin:0 0 30px 0;
}

div.section dl.function dt {
	padding: 19px 0 0 20px;
}

div.section dl.function dd {
	width: 330px;
}

* html div.section dl.function dd {
	height: 13px;
	padding: 11px 0 0 26px;
}

div.section dl.function dd.image {
	padding: 0;
}

div.section dl.function dd.image img {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.section table.system {margin:0 0 10px 0; border-top:solid 1px #CCC; border-left:solid 1px #CCC; width:100%}
div.section table.system th,div.section table.system td {padding:5px; border-bottom:solid 1px #CCC; border-right:solid 1px #CCC;}
div.section table.system th {text-align:left; background:#f2f2f2;}

div.section p.howto {overflow:hidden;}
div.section p.howto img {float:left; margin:0 20px 20px 0;}

/* #04 support.html
---------------------------------------------------------------------------- */

div.section dl.makeContact{
	margin-top: 5px;
	margin-bottom: 10px;
}

div.section dl.makeContact dt{
	margin-bottom: 11px;
}

div.section dl.makeContact dd{
	margin-bottom: 30px;
}

div.section dl.makeContact dd.image{
	margin-bottom: 15px;
}

div.section dl.makeContact dd.mb15{
	margin-bottom: 15px;
}

div.section dl.mt19{
	margin-top: 19px;
}

/* #05 trial.html
---------------------------------------------------------------------------- */

div.section div.trialItemsArea{
	width: 580px;
	border: 3px solid #dae8fa;
	padding: 14px 17px;
	margin-top: 19px;
	margin-bottom: 17px;
}

/*For IE6 \*/

*html div.section div.trialItemsArea{
	width: 620px;
}

/**/

div.section div.trialItemsArea dt{
	margin-bottom: 5px;
}

div.section ul.trialNotes{
	margin-bottom: 20px;
}

div.section div.btnTrial{
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

div.section p.text span.attention,
div.section p.text strong.attention{
	color: #c70615;
}
	
div.section p.flowImages02{
	margin: 0px 0px 24px 24px;
}

div.section p.initializationImages{
	margin: 0px 0px 13px 24px;
}	
		
/* #06 price.html
---------------------------------------------------------------------------- */	

div.section table.price{
	margin: 24px 0px;
	border: 1px solid #6d6c6e;
}

div.section table.price th,
div.section table.price td{
	padding: 10px 8px;
	border-color: #b8c0ca;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}

div.section table.price th.last{
	border-right-color: #6d6c6e;
	border-bottom-color: #b8c0ca;
}

div.section table.price td.bottomLast{
	border-right-color: #b8c0ca;
	border-bottom-color: #6d6c6e;
}

div.section table.price td.rightLast{
	border-right-color: #6d6c6e;
	border-bottom-color: #6d6c6e;
}


div.section table.price th{
	background-image: url(../img/bg_price_th.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f9f5d5;
	text-align: center;
	font-weight: bold;
}

div.section table.price td{
	white-space: nowrap;
}

div.section table.price td.remarks{
	background-color: #fbf9e2;
	white-space: normal;
}

div.section table.price td.remarks dl{
	font-size: 90%;
}

div.section table.price td.remarks dd.mb10{
	margin-bottom: 10px;
}


/* #08 menace.html
---------------------------------------------------------------------------- */	
ul.threat {margin:0 0 20px 0; padding:0;}
ul.threat li {margin:0 0 5px 20px; list-style-type:circle;}

/*div.section dl.menace {
	position: relative;
	height:404px;
}

div.section dl.menace dt {
	padding: 19px 0 0 20px;
}

div.section dl.menace dd {
	width: 330px;
}

* html div.section dl.menace dd {
	height: 13px;
	padding: 11px 0 0 26px;
}

div.section dl.menace dd.image {
	padding: 0;
}

div.section dl.menace dd.image img {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.section dl.menace2 {
	position: relative;
	margin:0 0 20px 0;
}

div.section dl.menace2 dt {
	padding: 19px 0 0 20px;
}

div.section dl.menace2 dd {
	width: 330px;
}

* html div.section dl.menace2 dd {
	height: 13px;
	padding: 11px 0 0 26px;
}

div.section dl.menace2 dd.image {
	padding: 0;
}

div.section dl.menace2 dd.image img {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.section dl.menace3 {
	position: relative;
	height:320px;
	margin:0 0 20px 0;
}

div.section dl.menace3 dt {
	padding: 19px 0 0 20px;
}

div.section dl.menace3 dd {
	width: 330px;
}

* html div.section dl.menace3 dd {
	height: 13px;
	padding: 11px 0 0 26px;
}

div.section dl.menace3 dd.image {
	padding: 0;
}

div.section dl.menace3 dd.image img {
	position: absolute;
	top: 0px;
	right: 0px;
}*/


/* #09 agreement.html
---------------------------------------------------------------------------- */	
div.section ul.agree {margin:10px 0 28px 0;}
div.section ul.agree li {
	list-style-position: outside;
	list-style-type: disc;
	margin:0 0 0 25px;
}
