@charset "utf-8";
/* CSS Document */

body {
}

/*---------------------------------------------------
* メインビジュアル
*--------------------------------------------------*/
.mainv {
	background: #fff url(../img/img_shadow.gif) repeat-x 0% 0%;
	position: relative;
	height: 450px;
}

.drawer {
	position:absolute;
	width : 600px;
	text-align: center;
	top: 20px;
	left: 150px;
}

.mainNavi {
	position: absolute;
	top: 50px;
	left: 35px;
}

.mainNavi ul {
	background: url(../img/line_dot.gif) no-repeat 0 0 ;
	margin-bottom: 40px;
	margin-top: 20px;
}

.mainNavi li {
	padding: 7px 0;
	background: url(../img/line_dot.gif) no-repeat 0 100% ;
}

.bar li {
	float: left;
}

/*---------------------------------------------------
* コンテンツ
*--------------------------------------------------*/

.contents{
	background: #fff url(../img/bg_contents.gif);
}

.main {
	width: 605px;
	padding: 0 20px 0 20px;
	float: left;
	background: #fff;
}

* html .main {
	width: 645px;
}

.sidebar {
	float: right;
	width: 220px;
}

.sidebar .contact {
	margin-top: 10px;
}

.listLink {

	margin-right: 15px;
	line-height: 1.5;
}

.listLink li {
	padding: 3px 0 3px 12px;
	background: url(../img/common/icon_arw_blue.gif) no-repeat 3px 0.8em;
}

.listLink li a,
.listLink li a:visited,
.blogLink a,
.blogLink a:visited {
	color: #333;
}

.blogLink {
	margin: 10px 15px 15px 0;
	text-align: right;
}

h2 {
	clear: both;
	margin: 15px 0 10px 0;
}

/*---------------------------------------------------
* 製品
*--------------------------------------------------*/
.productBox {
	margin-bottom: 15px;
	width: 299px;
	background: url(../img/bg_prd_bottom.gif) no-repeat bottom center;
}

.productBox .inner {
	padding: 10px;
	background: url(../img/bg_prd_top.gif) no-repeat top center;
}

	.productBox .pict {
		float: left;
	}
	
	.productBox dl {
		margin-left: 135px;
	}
	
	.productBox dt {
		margin: 5px 0;
	}
	
	.productBox dd p{
		margin: 8px 0;
		font-size: 85%;
		line-height: 145%;
	}

/* ファイルDEシリーズ知的財産権 */
.rights {
	clear: both;
	padding: 10px;
	line-height: 1.5;
	font-size: 85%;
}

.rights dt {
	font-weight: bold;
	color:#003399;
}


.bn {
	margin-top: 15px;
}

/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.techBox:after,
.productBox .inner:after
{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.techBox,
.productBox .inner
{ display: inline-block; }

/* Hides from IE-mac \*/
* html .techBox,
* html .productBox .inner
{ height: 1%; }

.techBox,
.productBox .inner
{ display: block; }
/* End hide from IE-mac */
