@Charset"Shift_JIS";

/*
===============Contents======================
-Contents内の細かい設定-

	Updated:2008-12-12;
	
	1.2カラムタイプで真中タイプのベース
		
※中央コンテンツの細かい設定はその他のCSSファイルに
記載。htmlのhead内にて表示。
		
=============================================*/





/*=============================================
///////////////////////////////////////////////
1.2カラムタイプで真中タイプのベース
　・製品情報（product/index.hthml）
///////////////////////////////////////////////
=============================================*/

div#MainWrap	{
	width:740px;
	margin:0 auto;
}


div#MainWrap2	{
	width:740px;
	margin:0 auto;
}


div.LeftWrapCenter{
	width:750px;
	float:left;
	margin:0 0 0 25px;
}

*html div.LeftWrapCenter	{ /*--IE6--*/
	width:320px;
}

div.RightWrapCenter	{
	width:340px;
	float:left;
	margin:0 0 0 25px;
}


*html div.RightWrapCenter	{	/*--IE6--*/
	width:320px;
}


/*■の色-濃い赤-*/


span	{
	color:#903;
}


/*リンク色指定*/

div#MainWrap a:link {
	color: #0000FF;
	text-decoration: underline;
			}

div#MainWrap a:visited {
	color: #993399;
	text-decoration: underline;
			}

div#MainWrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #8294ff;
			}

div#MainWrap a:active {
	color: #0000FF;
			}



/*リンク色指定*/

div#MainWrap2 a:link {
	color: #0000FF;
	text-decoration: underline;
			}

div#MainWrap2 a:visited {
	color: #993399;
	text-decoration: underline;
			}

div#MainWrap2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #8294ff;
			}

div#MainWrap2 a:active {
	color: #0000FF;
	text-decoration: underline;
	background-color: #9999FF;
			}



/*=============================================
///////////////////////////////////////////////
1.1カラムタイプで真中タイプのベース
　・製品情報（product/index.hthml）
///////////////////////////////////////////////
=============================================*/



/*Floatクリアー
============================================*/


div#MainWrap:after{
	content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.div#HeaderLogo,div.SearchBox{  
	display:inline-table
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

