
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
html, body	{height: 100%;}
ul {list-style-type: none;}
img			{border: 0;}

a {text-decoration: none;}
a:link		{color: #555555;}
a:visited	{color: #555555;}
a:hover		{color: #cc6700;}
a:active	{color: #ff3333;}

body {
	text-align: center;
	line-height: 1.4em;
	font-size: 73%;
	color: #555555;
}
#container {
	width: 940px;
	margin: auto;
	text-align: left;
}

/* global layout
------------------------------------------------------------*/

#header {
	height: 60px;
	margin-top:5px;
}
#header h1, #header #logo {
	float: left;
}
#header #header-navi {
	float: right;
	width: 300px;
	border-top: 2px solid #999;
}
#header #header-navi li {
	float: left;
	height: 22px;
	margin-right: 2px;
}
#header #header-navi li#language {
	float: right;
	width: 129px;
	height: 17px;
	margin: 0;
	background: url("../../common/images/language_bg.gif") top left no-repeat;
}
#header #header-navi li#language a {
	float: left;
	margin: 3px 0 0 4px;
	padding: 1px 10px;
}
#header #header-navi li#language a#japanese {
	display:block;
	overflow: hidden;
	text-indent: -9999px;
	width: 29px;
	_width: 51px;
	height: 10px;
	_height: 12px;
	margin-left: 5px;
	_margin-left: 2px;
	background: url("../../common/images/japanese.gif") center 1px no-repeat;
}
#header #header-navi li#language a#japanese:hover {
	background: url("../../common/images/japanese_over.gif") center 1px no-repeat;
}
#header #search {
	clear: both;
	height: 30px;
	padding: 5px;
	background: url("../../common/images/search_bg.gif") top left no-repeat;
}
#header #search img {
	float: left;
	margin-left: 5px;
}
#header #search #text {
	width: 140px;
	height: 12px;
	_height: 17px;		/* IE 6 */
	margin: 0 5px;
	font-size: 90%;
}
#header #search #submit {
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
	height: 18px;
	background: url("../../common/images/go.gif") top left no-repeat;
	border: 0;
	text-align: left;
}



ul#navigation {
	height: 20px;
	border-left: 1px solid #aaaaaa;
	font-weight: bold;
	
}
#navigation li {
	float: left;
	height: 12px;
	border-right: 1px solid #aaaaaa;
	padding: 0 6px;
}
#home #navigation li#a-home a:link						{color: #cc6700;}
#home #navigation li#a-home a:visited					{color: #cc6700;}
#products #navigation li#a-products a:link				{color: #cc6700;}
#products #navigation li#a-products a:visited			{color: #cc6700;}
#company #navigation li#a-company a:link				{color: #cc6700;}
#company #navigation li#a-company a:visited				{color: #cc6700;}
#distributors #navigation li#a-distributors a:link		{color: #cc6700;}
#distributors #navigation li#a-distributors a:visited	{color: #cc6700;}
#support #navigation li#a-support a:link				{color: #cc6700;}
#support #navigation li#a-support a:visited				{color: #cc6700;}
#faq #navigation li#a-faq a:link						{color: #cc6700;}
#faq #navigation li#a-faq a:visited						{color: #cc6700;}

/*2008.9.10 追加 */
#event #navigation li#a-event a:link					{color: #cc6700;}  
#event #navigation li#a-event a:visited					{color: #cc6700;}


#contents {
	clear: both;
	float: right;
	margin: 5px 0 15px;
	background: url("../../common/images/side_navi_bg.gif") top left repeat-y;
}



#footer {
	position: relative;
	clear: both;
	height: 26px;
	padding: 0 10px;
	background-color: #eeeeee;
}
#home #footer #goto-top {display: none;}
#footer #goto-top {
	clear: both;
	z-index: 1;
	position: absolute;
	left : 280px;
	top : -40px;
	width: 655px;
	background: url("../../common/images/arrow_up.gif") 530px center no-repeat;
	text-align: right;
}

#footer p {
	float: left;
	margin-top: 5px;
}
#footer ul#footer-navi {
	float: right;
	margin-top: 5px;
}
#footer-navi li {
	float: left;
	height: 12px;
	padding: 0 6px;
}
#footer-navi li.partition {
	border-right: 1px solid #777777;
}

/* base format
------------------------------------------------------------*/

#main-content {
	float: right;
	width: 655px;
	padding-bottom: 40px;
	margin-left:20px;
}
#main-content ul#location {
	float: left;
	margin: 5px 0;
	font-size: 95%;
}
ul#location li {
	float: left;
	margin-left: 5px;
}
#main-content h1, #h1 {
	margin-bottom: 10px;
	padding: 2px 0 4px 20px;
	background-color: #f1f0eb;
	background: #f1f0eb url("../../common/images/marker.gif") 8px center no-repeat;
	border-top: 2px solid #a3a097;
	font-weight: normal;
	font-size: 110%;
}
#main-content strong {
	margin-right: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #544f32;
}
#main-content h2, #h2 {
	margin: 10px 0 5px;
	padding: 2px 0 2px 5px;
	border-left: 4px solid #cc7701;
	font-weight: bold;
	font-size: 130%;
	color: #544f32;
}



#side-navi {
	float: left;
	width: 265px;
}

#side-navi p#label {
	padding: 5px 0 5px 10px;
	background-color: #a5a198;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
}
#side-navi p#label a {
	text-decoration: none;
	color: #ffffff;
}
#side-navi p#label a:hover {
	color: #cc6601;
}



#side-navi ul#category li {
	display: inline;	/* IE 6 */
}
#side-navi ul#category a {
	display: block;
	width: 246px;
	_width: 265px;		/* IE 6 */
	padding: 5px 0 4px 15px;
	background: #f4f1ec url("../../common/images/arrow.gif") 2% center no-repeat;
	border: 1px solid #deded6;
	border-top: 1px solid #ffffff;
	border-left: 3px solid #a5a198;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#side-navi ul#category a:link, #side-navi ul#category a:visited {
	color: #544f32;
}
#side-navi ul#category a:hover {
	border-left: 3px solid #cc6700;
}
#side-navi ul#category li#active a {
	background: #f4f1ec url("../../common/images/arrow_active.gif") 2% center no-repeat;
	border-left: 3px solid #cc6700;
}

#side-navi ul#category ul#category2 a {
	display: block;
	width: 236px;
	_width: 265px;		/* IE 6 */
	padding: 3px 0 3px 27px;
	background: #ffffff url("../../common/images/arrow.gif") 7% center no-repeat;
	border: 1px solid #deded6;
	border-top: 1px solid #ffffff;
	font-weight: normal;
	font-size: 100%;
}
#side-navi ul#category ul#category2 a:hover {
	background: #ffeedd url("../../common/images/arrow_over.gif") 7% center no-repeat;
	text-decoration: underline;
	color: #ee8822;
}
#side-navi ul#category ul#category2 li#active2 a {
	background: #ffeedd url("../../common/images/arrow_over.gif") 7% center no-repeat;
	font-weight: bold;
	color: #cc6601;
}

#side-navi ul#category ul#category2 ul#category3 a {
	width: 221px;
	_width: 265px;		/* IE 6 */
	padding-left: 42px;
	background: #ffffff url("../../common/images/line_cursor.gif") 12% center no-repeat;
	font-weight: normal;
	color: #544f32;
}
#side-navi ul#category ul#category2 ul#category3 a:hover {
	background: #ffffff url("../../common/images/line_cursor_over.gif") 12% center no-repeat;
	color: #ee8822;
}
#side-navi ul#category ul#category2 ul#category3 li#active3 a {
	background: #ffffff url("../../common/images/line_cursor_over.gif") 12% center no-repeat;
	font-weight: bold;
	color: #cc6601;
}

/* global style
------------------------------------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}