@charset "utf-8";
/* CSS Document */

/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* 共通設定 */
body {
	color: #666666;
	text-align: center;
	margin: 0 auto;
}
a {color: #666666;}
p {font-size: 80%;}
.small {font-size: 75%;}




/* エリア設定 */
#wrap {
	width: 806px;
	background: url(images/bg_wrap.jpg) repeat-y top center;
	margin: 0 auto;
}
#inner {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background: #FFFFFF;
}
#contents {
	clear: both;
	width: 800px;
	padding: 10px 0;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 780px;
	padding: 10px;
	background: url(images/bg_footer.gif) repeat top left;
	border-bottom: 8px solid #FF6600;
	position: relative;
}


/** ヘッダー指定 **/
#header {
	width: 800px;
	height: 345px;
	background: url(images/bg_header.jpg) no-repeat top left;
	margin-bottom: 5px;
	position: relative;
}
#header
	h1#logo a{
		display: block;
		width: 300px;
		height: 50px;
		position: absolute;
		top: 15px;
		left: 10px;
		behavior: expression(IEPNGFIX.fix(this));
	}


/** グローバルナビゲーション指定 **/
ul#gnavi {
	width: 800px;
	height: 60px;
}
ul#gnavi li {
	float: left;
}
ul#gnavi li a {
	display: block;
	width: 135px;
	height: 60px;
	border-right: 1px solid #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
}
ul#gnavi li#navi01 a {
	width: 119px;
}
ul#gnavi li#navi01 a {background: url(navi/navi01.jpg) no-repeat #FFFFFF;}
ul#gnavi li#navi02 a {background: url(navi/navi02.jpg) no-repeat #FFFFFF;}
ul#gnavi li#navi03 a {background: url(navi/navi03.jpg) no-repeat #FFFFFF;}
ul#gnavi li#navi04 a {background: url(navi/navi04.jpg) no-repeat #FFFFFF;}
ul#gnavi li#navi05 a {background: url(navi/navi05.jpg) no-repeat #FFFFFF;}
ul#gnavi li#navi06 a {
	background: url(navi/navi06.jpg) no-repeat #FFFFFF;
	border-right: none;
}
ul#gnavi li#navi01 a:hover,
ul#gnavi li#navi02 a:hover,
ul#gnavi li#navi03 a:hover,
ul#gnavi li#navi04 a:hover,
ul#gnavi li#navi05 a:hover,
ul#gnavi li#navi06 a:hover {background-position: bottom left;}
	
#home #wrap ul#gnavi li#navi01 a,
#product #wrap ul#gnavi li#navi02 a,
#company #wrap ul#gnavi li#navi03 a,
#case #wrap ul#gnavi li#navi04 a,
#glossary #wrap ul#gnavi li#navi05 a,
#contact #wrap ul#gnavi li#navi06 a {background-position: bottom left;}



/** コンテンツエリア **/
#contents
	p.summary {
		padding: 10px;
		line-height: 1.4;
		font-size: 90%;
	}	


/*** コンテンツ-メインエリア ***/
#contents #main {
		float: left;
		width: 540px;
		padding: 10px;
	}

#contents #main
	h2.title1 {
		padding-bottom: 10px;
	}
	h2.title2 {
		clear: both;
		padding: 10px 0;	
	}

	p.pagetop {
		padding: 10px;
		font-size: 60%;
		text-align: right;	
	}

	dl#new {
		margin: 10px 0;
		font-size: 80%;
		line-height: 1.2;	
	}
	dl#new dt.date {
		width: 100px;
		padding: 5px 5px 0 0;
		color: #FF0000;
	}
	dl#topic {
		margin: 10px 0;
		font-size: 80%;
		line-height: 1.2;
	}
	dl#topic dt.pics {
		float: left;
		width: 250px;
		height: 180px;
		padding-bottom: 5px;
		clear: both;
	}
	dl#topic dd.cap {
		margin-left: 250px;
		width: 170px;
		height: 180px;
		padding-left: 10px;
		padding-bottom: 5px;
	}

	table#seihin {
		margin: 10px 0;
		font-size: 80%;
		line-height: 1.2;	
	}
	table#seihin td {
		width: 170px;
		height: 100px;
	}
	table#seihin td a {
		display: block;
		width: 170px;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
	}
	table#seihin td.item01 a {background: url(images/product01.jpg) no-repeat;}
	table#seihin td.item02 a {background: url(images/product02.jpg) no-repeat;}
	table#seihin td.item03 a {background: url(images/product03.jpg) no-repeat;}
	table#seihin td.item04 a {background: url(images/product04.jpg) no-repeat;}
	table#seihin td.item05 a {background: url(images/product05.jpg) no-repeat;}
	table#seihin td.item06 a {background: url(images/product06.jpg) no-repeat;}
	
	table#seihin td.item01 a:hover,
	table#seihin td.item02 a:hover,
	table#seihin td.item03 a:hover,
	table#seihin td.item04 a:hover,
	table#seihin td.item05 a:hover,
	table#seihin td.item06 a:hover {background-position: left bottom;}
	
	table#seihin td.item01,
	table#seihin td.item02,
	table#seihin td.item04,
	table#seihin td.item05 {padding-right: 10px;}	
	
	table#seihin td.cap2 {
		padding: 5px;
		height: 70px;		
	}
	.promotion {
		padding-top: 20px;	
	}



/*** コンテンツ-サイドエリア ***/
#contents #right {
		float: right;
		width: 220px;
		margin-top: 20px;
	}

#contents #right
	div.banner {
		width: 210px;
		margin-bottom: 15px;
		clear: both;	
	}
	div.banner p {
		font-size: 70%;
		line-height: 1.4;
	}
	div.banner p.midashi {
		font-weight: bold;
		margin-bottom: 3px;	
	}
	div.banner div.mobile {
		clear: left;
	}
	div.mobile dt {
		float: left;
		width: 70px;
		height: 70px;	
	}
	div.mobile dd {
		margin-left: 70px;
		font-size: 70%;
		line-height: 1.4;	
	}
	
	h2.side {
		padding: 10px 10px 10px 0;
		font-size: 90%;
	}
	
	ul.link {
		width: 210px;
		margin: 0 10px 10px 0;
	}
	ul.link li {
		font-size: 80%;
		line-height: 1.4;
	}	
	ul.link li a {text-decoration: none;}
	ul.link li a:hover {text-decoration: underline;}
	
	ul.link li.caption{
		font-size: 60%;	
	}
	
		
		
/** フッター内設定 **/
#footer
	address {
		padding: 10px;
		font-size: 80%;
		font-style: normal;
		line-height: 1.4;	
	}
	p#copy {
		padding: 0 10px;
		font-size: 80%;
		line-height:1.4;	
	}
	ul#fmenu {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 10px;
		font-size: 80%;
		text-align: right;
	}
	ul#fmenu li {
		display: inline;
		line-height: 1.2;
		margin-right: 1em;
		padding-left: 1em;
		border-left: 1px solid #666666;
	}
	
	ul#fmenu li.menuend {
		border-right: 1px solid #666666;
		margin-right: 0;
		padding-right: 1em;	
	}


