@charset "utf-8";

/*
===========================================================
	common css
	Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
	version: 2.0.1 [2010/01/06]
===========================================================
*/

/*
-------------------------------
	body	[=tab]
-------------------------------
*/
html {
	background-color:#f2fafc;
}
body {
	color:#666666;
	text-align:center;
	background:url(../img/bg_body.jpg) center repeat-y;
}
	/* for only IE7 style */
	*:first-child+html body {
	padding-left:1px;
	}
	/* for only IE6 style */
	*html body {
	padding-left:1px;
	}

a {
	color:#999966;
	text-decoration:none;
}
a:hover {
	color:#999966;
	text-decoration:underline;
}
a:visited {
	color:#666633;
	text-decoration:none;
}

strong {
	color:#940101;
	font-weight:bold;
}

tt {
	line-height:140%;
}

/*
-------------------------------
	container	[=tab]
-------------------------------
*/
div#container {
	width:800px;
	margin:0px auto;
	text-align:left;
}
	div#container h1 {
		height:26px;
		padding-left:5px;
		color:#ffffff;
		font-size:80%;
		background:url(../img/bg_h1.jpg) repeat-x;
	}

/*
-------------------------------
	header	[=tab]
-------------------------------
*/
div#header {
	width:800px;
}
div#header h2 {
	width:230px;
	float:left;
}
div#header p {
	width:265px;
	float:right;
}

/*
-------------------------------
	globalNav	[=tab]
-------------------------------
*/
div#header ul {
	clear:both;
	width:800px;
	height:37px;
}
	div#header ul li {
		display:inline;
	}
	div#header ul li a {
		float:left;
		height:0px;
		padding-top:37px;
		background-image:url(../img/bg_globalNav.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
	}

div#header ul li#gn_top a { width:77px; background-position: 0 0; }
div#header ul li#gn_about a { width:115px; background-position: -77px 0; }
div#header ul li#gn_date a { width:103px; background-position: -192px 0; }
div#header ul li#gn_patent a { width:119px; background-position: -295px 0; }
div#header ul li#gn_sale a { width:207px; background-position: -414px 0; }
div#header ul li#gn_outline a { width:91px; background-position: -621px 0; }
div#header ul li#gn_inquiry a { width:88px; background-position: -712px 0; }

div#header ul li#gn_top a:hover { background-position: 0 -37px; }
div#header ul li#gn_about a:hover { background-position: -77px -37px; }
div#header ul li#gn_date a:hover { background-position: -192px -37px; }
div#header ul li#gn_patent a:hover { background-position: -295px -37px; }
div#header ul li#gn_sale a:hover { background-position: -414px -37px; }
div#header ul li#gn_outline a:hover { background-position: -621px -37px; }
div#header ul li#gn_inquiry a:hover { background-position: -712px -37px; }

/*
-------------------------------
	contents	[=tab]
-------------------------------
*/
div#contents {
	margin:15px 10px 0px 20px;
	background:url(../img/bg_contents.jpg) repeat-y;
}

	div#contents div#main {
		width:560px;
		float:left;
		padding-bottom:60px;
		font-size:110%;
	}

	div#contents div#sideArea {
		width:190px;
		float:right;
		padding-bottom:60px;
	}

/*
-------------------------------
	main	[=tab]
-------------------------------
*/
div#main h2 {
	margin-top:20px;
	padding:8px 10px 8px 20px;
	color:#003399;
	font-size:120%;
	font-weight:bold;
	background:url(../img/bg_h2.jpg) no-repeat;
}
	div#main h2#page_title {
		margin-top:0px;
	}
div#main h3 {
	margin-top:20px;
	padding:8px 5px 5px 5px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px #dcdcdc dotted;
	background-color:#ffeed6;
}
div#main h4 {
	margin:15px 0px -10px 0px;
	padding:8px 5px 5px 5px;
	color:#224ea7;
	font-weight:bold;
	border-bottom:1px #dcdcdc dotted;
}

div#main p {
	margin-top:20px;
}

/*
-------------------------------
	sideArea	[=tab]
-------------------------------
*/
div#sideArea h2 {
	margin-top:10px;
	padding:7px 10px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/bg_sideArea_h2.jpg) no-repeat;
}
div#sideArea p {
	margin:10px 10px 0px 10px;
}
	div#sideArea p#side_symbol {
	margin:0px 0px 0px 0px;
	}
	div#sideArea p#side_mail {
	margin:5px 0px 0px 0px;
	text-align:center;
	}

/*
-------------------------------
	footer	[=tab]
-------------------------------
*/
div#footer {
	clear:both;
	padding-top:10px;
	text-align:center;
	border-top:1px #d3d3d3 solid;
}
	div#footer ul {
		width:800px;
		font-size:80%;
	}
	div#footer ul li {
		display:inline;
		padding-right:10px;
		padding-left:10px;
		background:url(../img/bg_footterNav.jpg) top right no-repeat;
	}
		div#footer ul li a {
			color:#666666;
			text-decoration:none;
		}
		div#footer ul li a:hover {
			text-decoration:underline;
		}
	div#footer address {
		margin-top:10px;
		padding:10px 0px 10px 10px;
		color:#ffffff;
		background-color:#cccccc;
	}
		div#footer address a {
			color:#ffffff;
			text-decoration:none;
		}

/*
-------------------------------
	layout	[=tab]
-------------------------------
*/
/* -- table -- */
table.layout_border {
	margin:15px 0px 0px 0px;
	border:1px #cccccc solid;
}
	table.layout_border td {
		padding:8px;
		border:1px #cccccc solid;
		vertical-align:top;
	}
	table.layout_border td.item {
		background-color:#f9f9f9;
	}
	table.layout_border td.item_sub {
		text-align:center;
		background-color:#fef1f1;
	}
	table.layout_border td.item_price {
		padding:8px 10px 8px 8px;
		text-align:right;
	}

/* -- list -- */
ul.list_arrow {
		margin-top:20px;
	}
	ul.list_arrow li {
		padding:0px 0px 0px 13px;
		background:url(../img/icon_arrow.jpg) 0px 5px no-repeat;
	}

ol.list_decimal {
	margin:20px 0px 0px 25px;
	list-style-type:decimal;
	}

/* -- font -- */
.emphasis {
	color:#FF6600;
}

/* -- form -- */
input.inputArea {
	width:200px;
}
textarea.inputField {
	width:350px;
}

/*
-------------------------------
	clearfix	[=tab]
-------------------------------
*/
/*  --- fix related --- */
/* to fix clear flot */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
	}
/* Mac IE \*//*/
.clearfix {
	overflow:hidden;
}
/* */

/*
-------------------------------
	iepngfix	[=tab]
-------------------------------
*/
/* fix to make png transparent in IE6 */
*html body,img,div {
	behavior:url("js/iepngfix.htc");
}
