/* charset */
@charset "UTF-8";

/* IEのhover対策 ------------------------------------------------------------- */
body { behavior:url("../css/csshover2.htc"); }


/* 初期化・ベース------------------------------------------------------------- */


* {
	margin:0px;
	padding:0px;	
}

body {
	width:100%;
	text-align:center;
	font-family: sans-serif; 
	background-color: #F6F6F6;
	background-image:url('../images/back.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size:83%;
	color:#25486A;
}

a:link {
	color:#0000ff;
	text-decoration:none;
}
a:visited {
	color:#25486A;
	text-decoration:none;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
}

a:active {
	color:#cc0000;
	text-decoration:underline;
}

img {
	border-width:0px;
}

p {
	color:#333333;
	margin:1em 10px;
	line-height:130%;
}

ul , ol {
	color:#333333;
	margin:1em 30px;
	line-height:130%;
}


#top {
	overflow:hidden;
}


/* Crearfix モダンブラウザ（Firefox Opera Safari）対策------------------------ */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
	display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */ 

/* FireFoxでスクロールバーを常時表示 ---------------------------------------- */
html {
overflow-y:scroll;
} 


/*  レイアウト  ---------------------------------------------------------------*/

#header {
	width:750px;
	height:80px;
	margin: 0 auto;
	padding:0;
}

#container {
	width:100%;
	background-image:url('../images/container.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#Home #container {
	background-image:url('../images/container_home.jpg');
}


#menu {
	width: 750px;
	height:40px;
	margin: 20px auto;
}

#appeal {
	width:790px;
	margin:0 auto;
	padding:0;
}

* html #appeal {padding-left:1px;} /* IE 1px ズレ対策 */ 
*+html #appeal {padding-left:1px;} /* IE 1px ズレ対策 */ 


#eye {
	float:left;
	width:550px;
	margin:0;
	padding:0;
}

#appeal #lineup {
	float:left;
	width:240px;
	margin:0;
	padding:0;
}


#main {
	clear:both;
	width:790px;
	margin:25px auto 0 auto;
	padding:0;
	background:#ffffff;
}

#Home #main {
	margin:0 auto;
}

* html #main {padding-left:1px;} /* IE 1px ズレ対策 */ 
*+html #main {padding-left:1px;} /* IE 1px ズレ対策 */ 

#contents {
	float:left;
	width:570px;
	margin:0;
	padding:0;
	background :url('../images/contents.gif') 0 0 no-repeat;
}

#Home #contents {
	background:#ffffff;
}

#content {
	margin:10px 20px 30px 20px ;
	padding:0;
	text-align:left;
}

#subcontents {
	float:left;
	width:220px;
	color:#333333;
	margin:0;
	padding:0;
}

#subcontent {
	margin:0;
	padding:0;
	text-align:left;
}

#Home #subcontent {
	margin:10px 0;
}

#footer {
	clear:both;
	color: #666666;
	line-height:120%;
	width:790px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
    background: url('../images/footer.gif') 0 0 no-repeat;
	background-color:#ffffff;
}


/*  ヘッダー ----------------------------------------------------------------- */


#header div.logo {
    float:left;
	margin:0px;
	padding:0px;
	width:310px;
	height:80px;
}

#header div.headermenu {
	text-align:right;
	vertical-align:bottom;
	margin: 0;
	padding:5px 0 0 0;
	height:7px;
}

#header div.headermenu img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:middle;
}

#header div.headermenu ul{
	margin:0;
}

#header div.headermenu li{
    display:inline;
    font-size:13px;
}

#header li.topsp {
	position:relative; top:10px; left:0px;
}

#header div.headermenu a{
    padding-right: 1em;
}

#header div.headermenu a:link {
	color: #0033ff;
	text-decoration:none;
}

#header div.headermenu a:visited {
	color: #0033ff;
	text-decoration:none;
}

#header div.headermenu a:hover {
	color:#cc0000;
	text-decoration:none;
}

#header div.headermenu a:active {
	color:#cc0000;
	text-decoration:none;
}



/*  メニュー  -----------------------------------------------------------------*/

#menu ul {
	margin:0;
	padding:0;
	width:750px;
}

#menu li {
	padding: 0;
	list-style: none ;
	text-indent:-999999px;
	float: left;
}

#menu a, #menu a:link, #menu a:visited {
	display:block;
	height:40px;
	overflow:hidden;
}

#menu li.home a {
    background: url('../images/menu.gif') 0 0 no-repeat;
    text-decoration: none;
    width:90px;
}
#menu li.home a:hover { background-position: 0 -40px ; }

#menu li.summary a {
    background: url('../images/menu.gif') -90px 0 no-repeat;
    text-decoration: none;
    width:90px;
}
#menu li.summary a:hover { background-position: -90px -40px ; }

#menu li.function a {
    background: url('../images/menu.gif') -180px 0 no-repeat;
    text-decoration: none;
    width:90px;
}
#menu li.function a:hover { background-position: -180px -40px ; }

#menu li.case a {
    background: url('../images/menu.gif') -270px 0 no-repeat;
    text-decoration: none;
    width:90px;
}
#menu li.case a:hover { background-position: -270px -40px ; }

#menu li.price a {
    background: url('../images/menu.gif') -360px 0 no-repeat;
    text-decoration: none;
    width:90px;
}
#menu li.price a:hover { background-position: -360px -40px ; }

#menu li.inquiry a {
    background: url('../images/menu.gif') -450px 0 no-repeat;
    text-decoration: none;
    width:170px;
}
#menu li.inquiry a:hover { background-position: -450px -40px ; }

#menu li.order a {
    background: url('../images/menu.gif') -620px 0 no-repeat;
    text-decoration: none;
    width:130px;
}
#menu li.order a:hover { background-position: -620px -40px ; }



/*  appeal ----------------------------------------------------------------- */

#appeal div#eye img {
	width:550px;
}

#appeal #lineup h2 {
	width:240px;
    height: 29px;
    background: url('../images/lineup.gif') 0 0 no-repeat;
    text-indent:-999999px;
}

#appeal #lineup ul {
    margin:0;
	padding:0;
	width:240px;
    text-indent:-999999px;
}

#appeal #lineup li {
    width: 240px;
    list-style-type: none;
}

#appeal #lineup a {
    display: block;
    height: 58px;
    text-decoration: none;
    overflow:hidden;
}

#appeal #lineup li.asp a {
    background: url('../images/lineup.gif') 0 -29px no-repeat;
}
#appeal #lineup li.asp a:hover { background-position: -240px -29px; }

#appeal #lineup li.appliance a {
    background: url('../images/lineup.gif') 0 -87px no-repeat;
}
#appeal #lineup li.appliance a:hover { background-position: -240px -87px; }

#appeal #lineup li.oem a {
    background: url('../images/lineup.gif') 0 -145px no-repeat;
}
#appeal #lineup li.oem a:hover { background-position: -240px -145px; }



/*  ContactList ----------------------------------------------------------------- */

#ContactList {
	width:220px;
	height:213px;
    background: url('../images/contactlist.gif') 0 0 no-repeat;
}

#ContactList h3 {
	width:220px;
    height: 83px;
    text-indent:-999999px;
}

#ContactList ul {
    margin:0;
	padding:0;
	width:220px;
    text-indent:-999999px;
}

#ContactList li {
    width: 220px;
    list-style-type: none;
}

#ContactList a {
    display: block;
    height: 30px;
    text-decoration: none;
    overflow:hidden;
}

#ContactList li.inquiry a {
    background: url('../images/contactlist.gif') 0 -83px no-repeat;
}
#ContactList li.inquiry a:hover { background-position: -220px -83px; }

#ContactList li.order a {
    background: url('../images/contactlist.gif') 0 -113px no-repeat;
}
#ContactList li.order a:hover { background-position: -220px -113px; }

#ContactList li.download a {
    background: url('../images/contactlist.gif') 0 -143px no-repeat;
}
#ContactList li.download a:hover { background-position: -220px -143px; }

#ContactList li.estimate a {
    background: url('../images/contactlist.gif') 0 -173px no-repeat;
}
#ContactList li.estimate a:hover { background-position: -220px -173px; }


/*  LinkList ----------------------------------------------------------------- */

#LinkList ul {
    margin:10px;
	padding:0;
	width:200px;
    text-indent:-999999px;
}

#LinkList li {
    width: 200px;
    list-style-type: none;
}

#LinkList a {
    display: block;
    height: 20px;
    text-decoration: none;
    overflow:hidden;
}

#LinkList li.step a {
    background: url('../images/linklist.gif') 0 0 no-repeat;
}
#LinkList li.step a:hover { background-position: -200px 0; }

#LinkList li.agent a {
    background: url('../images/linklist.gif') 0 -20px no-repeat;
}
#LinkList li.agent a:hover { background-position: -200px -20px; }


/*  CaseList & FunctionList ----------------------------------------------------------------- */


#CaseList {
	width:220px;
	height:auto;
	margin:0;
	padding:0;
    background: url('../images/listcover.gif') 0 0 repeat-y;
}

#CaseList h3 {
	width:220px;
    height: 24px;
    text-indent:-999999px;
    background: url('../images/caselist.gif') 0 0 repeat-y;
}

#FunctionList h3 {
	width:220px;
    height: 24px;
    text-indent:-999999px;
    background: url('../images/functionlist.gif') 0 0 no-repeat;
}

#FunctionList h4 {
	width:190px;
	height:auto;
	margin:0 0 0 10px;
	padding:3px 10px;
	border-top:1px #eeeeee solid;
	border-bottom:1px #cccccc solid;
	background:#efefef;
	color:#333333;
}

#FunctionList {
	width:220px;
	height:auto;
	margin:0;
	padding:0;
    background: url('../images/listcover.gif') 0 0 repeat-y;
}

#ListCover ul {
    margin:5px 5px 10px 15px ;
	padding:0;
	width:190px;
}

#ListCover li {
	line-height:150%;
    list-style-type: none;
    padding-left: 20px; 
    padding-right: 10px; 
    background: url('../images/icon-link.gif') 5px 5px no-repeat;
}


/*  content内 汎用      --------------------------------------------------------- */

#content h2 {
	width:520px;
    height: 33px;
    margin: 40px 0 0 0 ;
    padding: 0 0 0 10px ;
	font-size:130%;
    background: url('../images/subtitle.gif') 0 100% no-repeat;
	clear:both;
}

#content .title {
	width:530px;
    height: 50px;
    text-indent:-999999px;
	margin :0px;
}

#content h3 {
    margin: 20px 0 0 0 ;
    padding: 0 0 5px 0;
	font-size:100%;
	clear:both;
	border-bottom:1px #aaaaaa dotted;
}

/*  >のリストマーカー   --------------------------------------------------------- */

ul.ListIcon {
	margin:0 0 20px 0;
}

ul.ListIcon li {
	line-height:170%;
    list-style-type: none;
    padding-left: 20px; 
    background: url('../images/icon-link.gif') 5px 8px no-repeat;
}

/*  テーブル（汎用）   --------------------------------------------------------- */

table {
	border-collapse: collapse;
	border: solid 1px #ffffff;
	margin:10px;
}

table th {
	border: solid 1px #ffffff;
	padding:5px 4px;
	background:#DEE4E9;
	color:#006699;
}

table td {
	border: solid 1px #ffffff;
	padding:5px 10px;
	background:#f4f4f4;
}


/*  ページ下部のガイド   --------------------------------------------------------- */


.FormGuide {
	margin:20px 0 ;
	padding:10px 20px;
	background:#E9EEF0 ;
	font-size:80%;
	color:#333333;
}


.FormGuide a {
    text-indent:-999999px;
    overflow:hidden;
    float:left;
}

.FormGuide a.inquiry {
	padding: 0;
	margin: 0;
    width: 230px;
    height: 80px;
    display:block;
    background: url('../images/guide-inquiry.gif') 0 0 no-repeat;
}

.FormGuide a.inquiry:hover {
    background: url('../images/guide-inquiry-over.gif') 0 0 no-repeat;
}

.FormGuide a.order {
	padding: 0;
	margin: 0 0 0 10px;
    width: 230px;
    height: 80px;
    display:block;
    background: url('../images/guide-order.gif') 0 0 no-repeat;
}

.FormGuide a:hover.order  {
    background: url('../images/guide-order-over.gif') 0 0 no-repeat;
}

/*  フォーム用テーブル（汎用）   --------------------------------------------------------- */

form table {
	border-collapse: collapse;
	margin:10px;
}

form table th {
	padding:5px 10px;
	background:#ffffff;
	color:#006699;
	vertical-align:top;
}

form table .required {
	color:#ff0000;
	font-size:10px;
}

form table td {
	padding:0px 10px 5px 10px;
	background:#ffffff;
	vertical-align:top;
}

form table p {
	padding:3px 10px 5px 0px !important;
	margin:0;
}

form table span {
	color:#333333;
}


.FormRoute {
	margin:20px 0 ;
	padding:10px 20px;
	background:#E9EEF0 ;
	text-align:center;
	font-size:80%;
	color:#333333;
}

.FormRoute input {
	border: 0 ;
	vertical-align:middle;
	padding:5px;
}

.FormRoute .RouteSend {
	padding: 0;
	text-indent:-999999px;
    background: url('../images/btn-route-send.gif') 0 0 no-repeat;
    text-decoration: none;
    width:160px;
    height:25px;
    cursor:pointer;
}

;;body .FormRoute .RouteSend {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 

.FormRoute .RouteSend:hover {
    background: url('../images/btn-route-send-over.gif') 0 0 no-repeat;
}

.FormRoute .RouteInquiry {
	padding: 0;
	margin: 0 15px;
	text-indent:-999999px;
    background: url('../images/btn-route-inquiry.gif') 0 0 no-repeat;
    text-decoration: none;
    width:160px;
    height:25px;
    cursor:pointer;
}

;;body .FormRoute .RouteInquiry {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 


.FormRoute .RouteInquiry:hover {
    background: url('../images/btn-route-inquiry-over.gif') 0 0 no-repeat;
}

.FormRoute .RouteOrder {
	padding: 0;
	margin: 0 15px;
	text-indent:-999999px;
    background: url('../images/btn-route-order.gif') 0 0 no-repeat;
    text-decoration: none;
    width:160px;
    height:25px;
    cursor:pointer;
}

;;body .FormRoute .RouteOrder {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 

.FormRoute .RouteOrder:hover {
    background: url('../images/btn-route-order-over.gif') 0 0 no-repeat;
}

.FormRoute .RouteAgree {
	padding: 0;
	margin: 0 15px;
	text-indent:-999999px;
    background: url('../images/btn-route-agree.gif') 0 0 no-repeat;
    text-decoration: none;
    width:160px;
    height:25px;
    cursor:pointer;
}

;;body .FormRoute .RouteAgree {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 

.FormRoute .RouteAgree:hover {
    background: url('../images/btn-route-agree-over.gif') 0 0 no-repeat;
}

.FormBack {
	margin:0 ;
	padding:10px 0;
}

.FormBack input {
	border: 0 ;
}

.FormBack .RouteBack {
	padding: 0;
	text-indent:-999999px;
    background: url('../images/btn-route-back.gif') 0 0 no-repeat;
    text-decoration: none;
    width:54px;
    height:21px;
    cursor:pointer;
}

;;body .FormBack .RouteBack {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 


.FormBack .RouteBack:hover {
    background: url('../images/btn-route-back-over.gif') 0 0 no-repeat;
}


.FormBack .RouteNotAgree {
	padding: 0;
	text-indent:-999999px;
    background: url('../images/btn-route-notagree.gif') 0 0 no-repeat;
    text-decoration: none;
    width:100px;
    height:21px;
    cursor:pointer;
}

;;body .FormBack .RouteNotAgree {
	padding-top: 50px; 
} /* Opera input type="button"のvalue値の消去対策 */ 


.FormBack .RouteNotAgree:hover {
    background: url('../images/btn-route-notagree-over.gif') 0 0 no-repeat;
}


/*  テーブル（お見積もり）   --------------------------------------------------------- */

.Estimate table {
	border-collapse: collapse;
	margin:10px 0px 10px auto;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;
	font-size:110%;
}

.Estimate table th {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:3px 20px;
	color:#666666;
}

.Estimate table td {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:3px 20px;
	color:#333333;
}

.Estimate input {
	text-align: right;
        border: solid 0px;
	font-family: sans-serif; 
}

.Estimate input. {
	text-align: right;
        border: solid 0px;
	font-family: sans-serif; 
}

/* プライバシー */

div.privacy {
	background:#ffffff;
	border-bottom:#cccccc 3px double;
	padding-bottom:10px;
	font-size:14px;
}

div.privacy h3 {
	padding:5px !important;
	background:#eeeeee;
	font-size:12px;
}

.caption {
	padding-left:1em;
	font-size:12px;
	line-height:125%;
	color:#666666;
	text-indent:0 !important;
}


/*  エラー   --------------------------------------------------------- */

div.error p {
	color:#ff0000;
	padding-bottom:3px;
	border-bottom:2px #ff0000 solid;
	font-weight:bold;
}

div.error ul {
	color:#ff0000;
}

/*  バナー   --------------------------------------------------------- */

#content .BannerArea {
	margin:0;
	padding:0;
}

#content .BannerArea img {
	margin:0;
	padding:0;
}

#subcontent .BannerArea img {
	margin:10px 0 0 10px;
}


/*  フッタ ------------------------------------------------------- */

#footer a:link {
	color: #666666;
	text-decoration:none;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color:#cc0000;
	text-decoration:none;
}

#footer a:active {
	color:#cc0000;
	text-decoration:none;
}

#footer ul {
	margin:3px 0 3px 20px;
	padding:0;
}

#footer li {
	line-height:140%;
	margin-right:1em;
}

#footer .FooterMenu {
	margin:0;
	padding:5px 0;
	color:#666666;
	margin:20px 20px 0 20px ;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}

#FooterInfo {
	float:left;
}

#FooterInfo p {
	margin:0;
	padding:0;
	color:#666666;
	margin:15px 0 0 20px ;
}

#FooterInfo li{
    display:inline;
}

#FooterInquiry {
	text-align:right;
	margin:30px 20px 0 0 ;
}

/* hide hack from Mac-IE5 \*/
* html #FooterInquiry { height: 1%; }
/* end hiding */

/*  /index.htmlページのみ ------------------------------------------------------- */
#content div.HomeSecurity h2.title {
    background: url('../images/title-home-security.gif') 0 0 no-repeat;
    padding: 0 !important;
}

#content div.HomeConfig h2.title {
    background: url('../images/title-home-config.gif') 0 0 no-repeat;
    padding: 0 !important;
}

#content div.HomeUser h2.title {
    background: url('../images/title-home-user.gif') 0 0 no-repeat;
    padding: 0 !important;
}

#content div.HomeBackbone h2.title {
    background: url('../images/title-home-backbone.gif') 0 0 no-repeat;
    padding: 0 !important;
}

#Home ul.ListIcon {
	margin-bottom:30px;
}

#Home ul.ListIcon li {
	float:left;
	margin-right:20px;
	white-space: nowrap;
}

#topics {
    background: url('../images/topics.gif') 0 0 no-repeat;
	padding :23px 10px 10px 150px !important;
    margin: 0 0 20px 0 !important;
    height:57px;
}

#topics p {
    width:360px;
    margin:0 !important;
	padding:0 !important;
}

#topics a:link {
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
}
#topics a:visited {
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
}

#topics a:hover {
	color:#f00000;
	text-decoration:underline;
	font-weight:bold;
}

#topics a:active {
	color:#f00000;
	text-decoration:underline;
	font-weight:bold;
}


/*  /summary/ページのみ ------------------------------------------------------- */

#LineupInfo {
	float:left;
	width:180px;
	margin:0;
	padding:0;
}

#LineupInfo img {
	width:180px;
	height:175px;
}

#summary #lineup {
	float:left;
	width:240px;
	margin:0;
	padding:0;
}

#summary #lineup ul {
    margin:0;
	padding:0;
	width:350px;
    text-indent:-999999px;
}

#summary #lineup li {
    width: 350px;
    list-style-type: none;
}

#summary #lineup a {
    display: block;
    height: 58px;
    text-decoration: none;
    overflow:hidden;
}

#summary #lineup li.asp a {
    background: url('../images/summary-lineup.gif') 0 -29px no-repeat;
}
#summary #lineup li.asp a:hover { background-position: -350px -29px; }

#summary #lineup li.appliance a {
    background: url('../images/summary-lineup.gif') 0 -87px no-repeat;
}
#summary #lineup li.appliance a:hover { background-position: -350px -87px; }

#summary #lineup li.oem a {
    background: url('../images/summary-lineup.gif') 0 -145px no-repeat;
}
#summary #lineup li.oem a:hover { background-position: -350px -145px; }


/*  /function/index.htmlページのみ ------------------------------------------------------- */
#content div.FunctionSecurity h3 {
    background: #f0f0f0;
	margin: 20px 0 0 0;
	font-size:120%;
	padding:3px 10px;
	border:0;
}

#content div.FunctionConfig h3 {
    background: #f0f0f0;
	margin: 20px 0 0 0;
	font-size:120%;
	padding:3px 10px;
	border:0;
}

#content div.FunctionUser h3 {
    background: #f0f0f0;
	margin: 20px 0 0 0;
	font-size:120%;
	padding:3px 10px;
	border:0;
}

#content div.FunctionBackbone h3 {
    background: #f0f0f0;
	margin: 20px 0 0 0;
	font-size:120%;
	padding:3px 10px;
	border:0;
}

ul.FunctionList {
	margin-bottom:30px;
}

ul.FunctionList li {
	float:left;
	margin-right:20px;
	white-space: nowrap;
}

#content div.FunctionItem h4 {
	color:#666666;
    margin: 0 0 0 30px ;
    padding: 3px 0 3px 5px;
	font-size:100%;
	clear:both;
	border-bottom:1px #cccccc dotted;
	background:#f0f0f0;
}

#content div.FunctionItem h4 span {
	border-left:5px #0099cc solid;
	margin:0;
	padding:1px 0 0 5px;
}

div.FunctionItem ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.FunctionItem li {
	color:#666666;
    margin: 0 0 0 50px ;
    padding: 2px 0 2px 5px;
	font-size:100%;
	clear:both;
	border-bottom:1px #f0f0f0 solid;
}

/*  h1タイトル集 ------------------------------------------------------- */
#content h1.summary {
    background: url('../images/title-summary.gif') 0 0 no-repeat;
}

#content h1.SummaryAsp {
    background: url('../images/title-summary-asp.gif') 0 0 no-repeat;
}

#content h1.SummaryAppliance {
    background: url('../images/title-summary-appliance.gif') 0 0 no-repeat;
}

#content h1.SummaryOem {
    background: url('../images/title-summary-oem.gif') 0 0 no-repeat;
}

#content h1.function {
    background: url('../images/title-function.gif') 0 0 no-repeat;
}

#content h1.FunctionSecurity {
    background: url('../images/title-function-security.gif') 0 0 no-repeat;
}

#content h1.FunctionIdc {
    background: url('../images/title-function-idc.gif') 0 0 no-repeat;
}

#content h1.FunctionSpec {
    background: url('../images/title-function-spec.gif') 0 0 no-repeat;
}

#content h1.FunctionSystem {
    background: url('../images/title-function-system.gif') 0 0 no-repeat;
}

#content h1.FunctionUser {
    background: url('../images/title-function-user.gif') 0 0 no-repeat;
}

#content h1.FunctionFile {
    background: url('../images/title-function-file.gif') 0 0 no-repeat;
}

#content h1.FunctionSend {
    background: url('../images/title-function-send.gif') 0 0 no-repeat;
}

#content h1.FunctionCollect {
    background: url('../images/title-function-collect.gif') 0 0 no-repeat;
}

#content h1.FunctionGroup {
    background: url('../images/title-function-group.gif') 0 0 no-repeat;
}

#content h1.FunctionAddress {
    background: url('../images/title-function-address.gif') 0 0 no-repeat;
}

#content h1.FunctionTemplate {
    background: url('../images/title-function-template.gif') 0 0 no-repeat;
}

#content h1.FunctionLog {
    background: url('../images/title-function-log.gif') 0 0 no-repeat;
}

#content h1.FunctionMobile {
    background: url('../images/title-function-mobile.gif') 0 0 no-repeat;
}

#content h1.FunctionMultilang {
    background: url('../images/title-function-multilang.gif') 0 0 no-repeat;
}

#content h1.FunctionVirus {
    background: url('../images/title-function-virus.gif') 0 0 no-repeat;
}

#content h1.FunctionFolderopen {
    background: url('../images/title-function-folderopen.gif') 0 0 no-repeat;
}

#content h1.FunctionOnetimepass {
    background: url('../images/title-function-onetimepass.gif') 0 0 no-repeat;
}

#content h1.FunctionSyscollect {
    background: url('../images/title-function-syscollect.gif') 0 0 no-repeat;
}

#content h1.FunctionSysfile {
    background: url('../images/title-function-sysfile.gif') 0 0 no-repeat;
}

#content h1.FunctionSyspass {
    background: url('../images/title-function-syspass.gif') 0 0 no-repeat;
}

#content h1.FunctionSyssend {
    background: url('../images/title-function-syssend.gif') 0 0 no-repeat;
}

#content h1.FunctionSystemplate {
    background: url('../images/title-function-systemplate.gif') 0 0 no-repeat;
}



#content h1.inquiry {
    background: url('../images/title-inquiry.gif') 0 0 no-repeat;
}

#content h1.order {
    background: url('../images/title-order.gif') 0 0 no-repeat;
}

#content h1.case {
    background: url('../images/title-case.gif') 0 0 no-repeat;
}

#content h1.price {
    background: url('../images/title-price.gif') 0 0 no-repeat;
}

#content h1.step {
    background: url('../images/title-step.gif') 0 0 no-repeat;
}

#content h1.download {
    background: url('../images/title-download.gif') 0 0 no-repeat;
}

#content h1.faq {
    background: url('../images/title-faq.gif') 0 0 no-repeat;
}

#content h1.trial {
    background: url('../images/title-trial.gif') 0 0 no-repeat;
}

#content h1.estimate {
    background: url('../images/title-estimate.gif') 0 0 no-repeat;
}

#content h1.agent {
    background: url('../images/title-agent.gif') 0 0 no-repeat;
}

#content h1.privacy {
    background: url('../images/title-privacy.gif') 0 0 no-repeat;
}

#content h1.PrivacyPolicy {
    background: url('../images/title-privacy-policy.gif') 0 0 no-repeat;
}

#content h1.sitemap {
    background: url('../images/title-sitemap.gif') 0 0 no-repeat;
}


/*  パンくずリスト ------------------------------------------------------- */
#pan {
	font-size:11px;
	margin-bottom:10px;
}

#pan a:link{
	color: #333333;
	text-decoration:none;
}

#pan a:visited {
	color: #333333;
	text-decoration:none;
}

#pan a:hover {
	color: #ff0000;
	text-decoration:underline;
	}


/*  ページアクション ------------------------------------------------------- */

div.link {
	line-height:170%;
    list-style-type: none;
    text-align:right;
    margin-right:10px;
}

div.link a {
    background: url('../images/icon-link.gif') 5px 60% no-repeat;
    padding-left: 20px; 
}

div.back {
	line-height:170%;
    list-style-type: none;
    text-align:right;
    margin-right:10px;
}

div.back a {
    background: url('../images/icon-back.gif') 5px 60% no-repeat;
    padding-left: 20px; 
}

/*  汎用 ------------------------------------------------------- */
.ll {text-align:left;}
.cc {text-align:center;}
.rr {text-align:right;}
.MarginReset {margin:0 !important;}
.FullSize {width:510px;}
.Point {color:#ee0000;}
.Heavy {font-weight:bold;}
.nowrap {white-space:nowrap;}

.AspColor {color:#5DB153;}
.AppColor {color:#668D01;}
.OemColor {color:#6585BA;}
.AspBG {color:#ffffff; background-color:#5DB153;}
.AppBG {color:#ffffff; background-color:#668D01;}
.OemBG {color:#ffffff; background-color:#6585BA;}

.Action {
	color:#ffffff;
	background:#cc0000;
	padding:2px 3px;
	font-size:75%;
	margin:0 10px;
	font-weight:normal;
}

.mention {
	color:#ffffff;
	background:#7DA127;
	padding:2px 3px;
	font-size:75%;
	margin:0 10px;
	font-weight:normal;
}

.ASP {
	color:#ffffff;
	background:#5DB153;
	padding:2px 3px;
	font-size:75%;
	margin:0 10px;
	font-weight:normal;
}

#wfAspVer{
        display:none;
}
#wfApplianceVer{
        display:none;
}
#wfOemVer{
        display:none;
}
#wfEstimateMail{
        display:none;
}




