@charset "UTF-8";


/*
------------------------------------------
日本ゲスコ様　レイアウト設定CSS
制作者：　屋良達哉
作成日：　2010年01月06日
----------------------------------------*/


/*////// 全ページ共通パーツ ////////////*/

/* =ページ概要
----------------------------------------*/
/* =ヘッド部分
----------------------------------------*/
/*-- menu 部分-----------------*/



/*//////////////////////////////////////*/


ul{
	list-style: none;
}

img.right{
	width: 377px;
	float: right;
}

img.left{
	width: 377px;
	float: left;
}


a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #e47911;
	text-decoration: underline;
}

a:visited {
	color: #996633;
}



a:hover {
	color: #e47911;
	text-decoration: underline;
}

a:visited {
	color: #996633;
}


/* b-navi設定----------------------*/
ul#b-menu{
width: 768px;
height: 110px;
padding: 200px 16px 10px;
background-image: url(../images/brand2.png);
background-position: 0 0;
background-repeat: no-repeat;
background-color: #000;
list-style: none;
overflow: hidden;
position: relative;
}

ul#b-menu li{
width: 108px;
height: 110px;
float: left;
margin-right: 2px;
}

ul#b-menu li.end{
width: 108px;
height: 110px;
float: right;
margin-right: 0px;
}


div#main{
width: 768px;
padding: 16px;
background-color: #fff;
text-align: left;
overflow: hidden;
}

/* NEWSリリース設定------*/

div#news{
	width: 377px;
	float: right;
}

div#news ul {
	width: 377px;
/*	height: 400px;
	overflow: auto;*/
}

div#news ul li{
	width: 350px;
	padding: 8px 7px 8px 0px;
	border-bottom: 1px dashed #aaaaaa;
}

div#news ul li p.center{
	text-align: center;
	margin: 10px 0px;
	width: auto;
}

div#news ul li span.topic{
	color: #333333;
	font-weight: bolder;
}


/* 新製品設定------*/

div#new-pro{
	width: 377px;
	float: left;
	margin-top: 10px;
/*	height: 400px;
	overflow: auto;*/
}

div#new-pro p{
	background-color: #dde4e8;
	margin-bottom: 8px;
	min-height: 82px;
	height: auto !important;  
    height: 82px; 
	width: 361px;
	padding: 4px 8px;
	line-height: 16px;
/*	position: relative;*/
}

div#new-pro p.bnr{
	background-color: #fff;
	margin-bottom: 8px;
    height: 80px; 
	width: 377px;
	padding: 0px;
/*	position: relative;*/
}

div#new-pro p.bnr a img{
	border: 0px;
	width: 377px;
	float: none;
	margin: 0px;
	position: rerlative;
	top: 0px;
	left: 0px;
}

div#new-pro p img{
	width: 120px;
	float: left;
	margin-right: 4px;
	position: relative;
	top: -3px;
	left: -7px;
}

div#new-pro p span{
	color: #113399;
	font-weight: bolder;
}

div#new-pro p span a{
/*	color: #113399;*/
	font-weight: bolder;
}




