﻿/*
--------------------------------------------------------
Class:		Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);


/*--------------------------------------------------------
　個別レイアウト
--------------------------------------------------------*/

table.makerlist	{
	width: 710px;
	margin-bottom: 5px;
	border-collapse: collapse;
}

table.makerlist th,
table.makerlist td	{
	text-align: left;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table.makerlist th	{
	text-align: center;
}

table.makerlist td	{
	width: 24%;
	padding: 3px 0.7em;
}

table.makerlist th a	{
	font-weight: bold;
}

table.makerlist th.maker_initial	{
	width: 30px;
	border-top: 2px solid #00A0CA;
	vertical-align: top;
	text-align: center;
	font-size: 1.1em;
}


/*　ナビゲーション
--------------------------------------------------------*/

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;	}




