@charset "utf-8";


/*--------------------------------------------*/
/* main-contents */
/*--------------------------------------------*/
body#home div#main-contents{
	width:920px;
	background: url(../../images/content_bg.gif) repeat-y;
	overflow: hidden;

}
body#home div#main-contents:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}



/*--------------------------------------------*/
/* main visual */
/*--------------------------------------------*/
div#main-visual{
	width:920px;
	height:260px;
	font-size:0px;
	background: url(../../images/top.jpg) no-repeat;	
}


/*--------------------------------------------*/
/* main product link */
/*--------------------------------------------*/
#main-product-link{
	width:920px;
	height:110px;
	padding:0px;
	margin:0px;
	background: url(../../images/product.jpg) no-repeat;
}
/*--------------------------------------------*/
/* contents */
/*--------------------------------------------*/
#contents{
	width:920px;
}
/* --------------- left --------------- */
#contents-left{
	width:737px;
	float:left;

}
div#textarea-left{
	width:459px;
	float:left;
	border-right:#e2e2e2 1px solid; 	
}
div.text-bg{
	width:459px;
	background:#ffffff url(../../images/text_bg03.gif) no-repeat;
}

div.textarea-leftText{
	width:auto;
	padding:10px 0 10px 10px;
	margin:0;
}
div#textarea-right{
	width:277px;
	float:right;
}
div.textarea-rightText{
	width:348px;
	padding:10px 0 10px 10px;	
}

div.textarea-leftText ul li a{ text-decoration: none; }
div.textarea-leftText ul li a:link, ul.newsDate a:link{text-decoration: none;color:#555555; }
div.textarea-leftText ul li a:visited, ul.newsDate a:visited{text-decoration: none;color:#9C9C9C; }
div.textarea-leftText ul li a:hover, ul.newsDate a:hover{text-decoration: underline;color:#009AC8; }
div.textarea-leftText ul li a:active, ul.newsDate a:active{text-decoration: none; }

div.textarea-leftText ul li.text {font-size:87%; }


/* --------------- home newsDate --------------- */
ul.home-newsDate{
	margin:0;
	padding:0;
	list-style:none;
	font-size:87%;
}
ul.home-newsDate li{
	margin:0;
	padding:0 0 2px 0;
	overflow: hidden;
}
html>/**/body ul.home-newsDate li {
	padding:0 0 6px 0;/* Windows IE disregards this style */
}

ul.home-newsDate li:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html ul.home-newsDate li {
	height: 1em;
	overflow: visible;
}
/**/

ul.home-newsDate li div.rtable{
	margin:0 10px 0 0;
	float:left;
	width:100px;
}
ul.home-newsDate li div.newstext {
	width:339px;
	padding:2px 0 0 0;
	margin:0;
}
/*\*/
ul.home-newsDate li div.newstext  {
	float:right;/* Mac IE disregards this style */
}
/**/

/* --------------- H3 P height(Do not shift by NN6) --------------- */
div#textarea-left h3{height:27px;}
div#textarea-right h3{height:27px;}
div#relatedLink-area h3{height:27px;}

/* --------------- right --------------- */
div#contents-right{
	width:182px;
	float:right;
}
ul#home-banner-list{
	margin:0;
	padding:10px 0 0 0;
	background: url(../../images/text_bg02.gif) no-repeat;
	list-style: none;
}
ul#home-banner-list li{
	margin:0 0 0 10px;
	padding:0 0 10px 0;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}



