﻿/*
--------------------------------------------------------
Class:			Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);


/*--------------------------------------------------------
　個別レイアウト
--------------------------------------------------------*/

body	{
	background: #FFF url(./images/wallpaper.gif) 0 0 repeat-x;
}



div#subNavigationArea	{
	clear: both;
	height: 35px;
	overflow: hidden;
	background: #FFF url(./images/navi_solution.gif) 0 0 no-repeat;
}

ul#solutionNavigation	{
	position: relative;
}

ul#solutionNavigation li	{
	position: absolute;
	top: 4px;
	width: 142px;
	height: 31px;
	overflow: hidden;
	text-indent: -6000px;
}

ul#solutionNavigation li a	{
	display: block;
	width: 142px;
	height: 28px;
	padding-bottom: 4px;
}

ul#solutionNavigation li#solutionJAM	{	left: 0;	}
ul#solutionNavigation li#solutionHouse	{	left: 152px;	}
ul#solutionNavigation li#solutionOffice	{	left: 304px;	}
ul#solutionNavigation li#solutionMall	{	left: 456px;	}
ul#solutionNavigation li#solutionTechnology	{	left: 608px;	}

/* リンクセレクト */
ul#solutionNavigation li#solutionJAM a.select	{	background: #FFF url(./images/navi_solution.gif) 0 -40px no-repeat;	}
ul#solutionNavigation li#solutionHouse a.select	{	background: #FFF url(./images/navi_solution.gif) -152px -40px no-repeat;	}
ul#solutionNavigation li#solutionOffice a.select	{	background: #FFF url(./images/navi_solution.gif) -304px -40px no-repeat;	}
ul#solutionNavigation li#solutionMall a.select	{	background: #FFF url(./images/navi_solution.gif) -456px -40px no-repeat;	}
ul#solutionNavigation li#solutionTechnology a.select	{	background: #FFF url(./images/navi_solution.gif) -608px -40px no-repeat;	}


/* コンテンツボディ */
div#pageBody	{
	margin-top: 0;
}


/* 商品リスト */
table#productlist	{
	width: 100%;
	margin: 1.0em 0;
}

table#productlist caption	{
	display: none;
}

table#productlist td	{
	vertical-align: top;
	padding-bottom: 1.0em;
}

table#productlist td.productlistcell	{
	width: 230px;
}

dl.productlistcell dt	{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-indent: 15px;
	background: #FFF url(./images/icon_circle01.gif) 0 4px no-repeat;
}


/* 事例紹介 */
dl#examplelist	{
	margin-bottom: 3.0em;
}

dl#examplelist dt	{
	display: none;
}

dl#examplelist dd	{
	float: left;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	padding: 9px;
	width: 690px;
	height: auto;
	display: block;
}

dl#examplelist dd img	{
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 1.0em;
	background-color: #FFF;
}

dl#examplelist dd strong	{
	display: block;
	margin-bottom: 3px;
	padding: 3px;
	background-color: #EEE;
}


/*　個別レイアウト
--------------------------------------------------------*/
div.contentArea h4.jamheader	{
	margin-top: 1.0em;
	border-top: 2px solid #00A0CA;
	padding-top: 1.0em;
	background: transparent url(../common/images/hl_decoration.gif) right center no-repeat;
}

.jambody	{
	margin: 5px 0;
	line-height: 1.5em;
}




