﻿/*
--------------------------------------------------------
Class:		Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);


/*--------------------------------------------------------
　個別レイアウト
--------------------------------------------------------*/

div.contentArea h4	{
	margin-bottom: 0.2em;
	padding-bottom: 0;
	border: none;
}

dl.productlist dt	{
	display: block;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #DDD;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #16A8CF;
	text-indent: 0.5em;
}

dl.productlist dd	{
	float: left;
	width: 130px;
	padding-left: 12px;
	margin-bottom: 0.4em;
	line-height: 1.2em;
}
dl.largecell dd	{
	width: 165px;
}

dl.largecell2 dd	{
	width: 340px;
}
dl.largecell2 dd strong	{
	display: block;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.4em;
}

dl.largecell3 dd	{
	width: 220px;
}
dl.largecell3 dd.txtcenter	{
	text-indent: 60px;
}


/*　ナビゲーション
--------------------------------------------------------*/

body	{
	background: #FFF url(./images/wallpaper.gif) 0 0 repeat-x;
}

div#subNavigationArea	{
	clear: both;
	height: 35px;
	overflow: hidden;
	background: #FFF url(./images/navi_product.gif) 0 0 no-repeat;
}

ul#solutionNavigation li	{
	float: left;
	width: 180px;
	height: 31px;
	overflow: hidden;
	margin-top: 4px;
	margin-right: 10px;
	text-indent: -6000px;
}
ul#solutionNavigation li#solutionHouse	{
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

ul#solutionNavigation li a	{
	display: block;
	width: 180px;
	height: 28px;
	padding-bottom: 4px;
}

/* リンクセレクト */
ul#solutionNavigation li#productList a.select	{	background: #FFF url(./images/navi_product.gif) 0 -40px no-repeat;	}
ul#solutionNavigation li#productMaker a.select	{	background: #FFF url(./images/navi_product.gif) -190px -40px no-repeat;	}

