/* 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: #dcdcdc;
	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:0 100px 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:790px;
	height:260px;
	margin: 0 auto;
	padding:0;
}

#header-s {
	width:790px;
	height:160px;
	margin: 0 auto;
	padding:0;
}

#container {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}



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

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

#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:0px auto 0 auto;
	padding:0;
}

#Home #main {
	margin:0 auto;
}

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

#contents {
	float:left;
	width:790px;
	margin:0;
	padding:0;
	background-image:url('../images/container.jpg'); 
	background-position:top center;
	background-repeat:repeat-y;
/*	background :url('../images/contents.gif') 0 0 no-repeat; */
}

#Home #contents {
}

#content {
	margin:0px 50px 30px 15px ;
	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 {
	margin:0px;
	padding:0px;
}





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

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


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

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

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

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

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

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

form table th {
	padding:5px 10px;
	background:#e4e2cd;
	color:#515151;
	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;
}

form input {
	margin-left:10px;
}


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

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

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

.FormRoute .RouteOrder:hover {
    background: url('../images/btn-route-order-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;
}

.FormBack .RouteBack:hover {
    background: url('../images/btn-route-back-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;
}


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

#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 */


h1 {
	margin:10px 10px;
	padding-left:3px;
	padding-bottom:3px;
	font-size:15px;
	border-bottom:3px #ada988 solid;
	color:#5b5a51;
	font-size:18px;
}

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

div.error {
	color:#ff0000;
}

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

div.error ul {
	color:#ff0000;
}

/*  /index.htmlページのみ ------------------------------------------------------- */
#content div.download {
	margin:10px;
}

#content div.download .dl1 {
    background: url('../images/dl1.gif') 0 0 no-repeat;
    padding: 0 !important;
    margin: 0 !important;
    width: 630px;
    height: 110px;
}

#content div.download .dl2 {
	clear:both;
    background: url('../images/dl2.gif') 0 0 no-repeat;
    padding: 0 !important;
    margin: 0 !important;
    width: 630px;
    height: 110px;
}

#content div.download .dl3 {
	clear:both;
    background: url('../images/dl3.gif') 0 0 no-repeat;
    padding: 0 !important;
    margin: 0 !important;
    width: 630px;
    height: 110px;
}

#content div.download h2 {
	clear:both;
	width:0;
	height:0;
	text-indent:-999999px;
	overflow:hidden;
}

#content div.dl1 p ,#content div.dl2 p ,#content div.dl3 p {
	margin:0;
	padding:50px 0 0 80px;
}

#content div.download ol {
	width:500px;
	padding-left:30px;
}


#content div.download p a {
    background: url('../images/pdficon_small.gif') 0 0 no-repeat;
	padding:0 0 0 25px;
	height:20px;
	width:200px;
	display:block;
}

#content div.spec {
	border:1px #999999 solid;
	margin:20px 95px 20px 15px;
	background:#f1f1f1;
}

#content div.spec h2 {
	margin:10px 10px;
	padding-bottom:3px;
	font-size:15px;
	border-bottom:3px #666666 solid;
}

#content div.spec dl {
	margin:10px 10px 10px 10px;
	font-size:12px;
}

#content div.spec dl dt {
	margin:15px 0 5px 0;
	padding-bottom:3px;
	border-bottom:3px #cccccc solid;
	color:#666666 ;
}





#content div.kiyaku {
	border:5px #e4e2cd solid;
	margin:20px 95px 20px 10px;
	background:#fefefe;
	font-size:14px;
}

#content div.kiyaku h2 {
	margin:20px 10px;
	text-align:center;
	padding-bottom:3px;
	font-size:20px;
	color:#666666;
}

#content div.kiyaku pre {
	margin:10px 10px 10px 50px;
	color:#666666 ;
	font-size:10px;
}

#content div.kiyaku dl dt {
	margin:15px 0 5px 0;
	padding-bottom:3px;
	border-bottom:3px #cccccc solid;
}

ul , ol {margin:10px 50px;}


#content div.beta3 {
	border:5px #cc0000 solid;
	margin:20px 95px 20px 10px;
	background:#e4e2cd;
	font-size:14px;
}

#content div.beta3 h2 {
	margin:20px 10px;
	text-align:center;
	padding-bottom:3px;
	font-size:20px;
	color:#cc0000;
}

#content div.beta3 p {
	margin:10px 20px 10px 20px;
	color:#666666 ;
	font-size:12px;
}

#content div.beta3 p.download {
	text-align:center;
	color:#0000CC ;
	font-size:16px;
	font-weight:bold;
}

/*  /function/index.htmlページのみ ------------------------------------------------------- */
#content div.FunctionBackbone 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;
}

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


/*  パンくずリスト ------------------------------------------------------- */
#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; 
}

/*  機能詳細  */

#function_point {
    margin: 0 0 20px 20px;
}

#function_mailbox {
    margin: 0 0 20px 0;
    background-image: url('../images/grpmail/function_mailbox.gif');
    background-repeat:no-repeat;
}

#function_other {
    margin: 0 0 20px 0;
    background-image: url('../images/grpmail/function_other.gif');
    background-repeat:no-repeat;
}

#function_mailbox h3 , #function_other h3 {
	padding:25px 20px 20px 70px ;
	font-size:100%;
	color:#0A336F;
}

#function_point p ,#function_mailbox p ,#function_other p {
	margin:0px 100px 10px 10px ;
	font-size:80%;
	color:#333333;
	line-height:125%;
}

#function_point img {
	margin:0px 0px 10px 0 ;
}

#function_point dl {
	margin:10px;
	padding:0;
	border:0;
	width:610px;
}

#function_point dt {
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:3px #eeeeee solid;
	font-size:95%;
	line-height:125%;
	color:#8c9e02;
	font-weight:bold;
}

#function_point dd {
	padding-left:5px;
	margin-bottom:5px;
	font-size:70%;
	line-height:125%;
}

/*  汎用 ------------------------------------------------------- */
.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;}
.clear {clear:both;}
