@charset "UTF-8";

/*------------------------------------------------------------------------------
	BeeSystem - Adjustment
	URL: http://www.fc-soft.jp/
	Date: 2008-00-00
	Copyright (C) BeeSystem Company All Rights Reserved.
------------------------------------------------------------------------------*/

/* ClearFix
----------------------------------------------------*/

/* modern browsers */

body#item div#main div#otherItems ul li:after,
div#containerInner:after,
.section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* IE7 */

body#item div#main div#otherItems ul li,
div#containerInner,
.section{
	display: inline-block;
	}

/* legacy IE */

* html body#item div#main div#otherItems ul li,
* html div#containerInner,
* html .section{
	height: 1%;
	}
body#item div#main div#otherItems ul li,
div#containerInner,
.section{
	display: block;
	}

/* End of ClearFix */

/* Legacy IE (6,5.5)
----------------------------------------------------*/

/* fontsize */
* html body	{font-size:x-small;}
* html textarea	{font-size:small;}
* html div#header p#tagline{font-size:10px;}

/* global.css - Global Layout */
* html body		{text-align:center;}
* html div#container	{text-align:left;}
* html div#main{
}

/* global.css - header */
* html body#home div#header,
* html body#item div#header{}
* html div#header{
	height:325px;
}

/* global.css - category navigation */
* html div#sub div#categoryNav ul li a{
	color: #333333;
}

/* global.css - banner */
* hteml div#sub div#banner ul li a{
	width:200px;
	height:59px;
	}

/* home.css - news index */
* html body#home div#main div#newsIndex dl dt{width:9em;}

/* home.css - new products */
* html body#home div#main div#newProducts{
	height:auto;
	}

/* local.css - item photo, item description */
* html body#item div#main div.section div#itemPhoto{margin-right:2px;}
* html body#item div#main div.section div#itemLead h1{font-size:120%;}
* html body#item div#main div.section div#itemLead{margin-left:2px;}

/* local.css - contact */
* html body#item div#main div#itemContact form dl {height:1%;}
* html body#item div#main div#itemContact form dl dd input{width:206px;}
* html body#item div#main div#itemContact form dl dd textarea{
	width:306px;
	height:106px;
	}

/* local.css - profile */
* html body#item div#main div#profile dl dt{
	width:7em;
	font-weight: bold;
}
* html body#item div#main div#media dl dt{
	width:10em;
	font-weight: bold;
}

