@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 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: 365px;
	padding: 1px 7px 8px 1px;
/*	position: relative;*/
}

div#new-pro p img{
	width: 120px;
	float: left;
	margin-right: 10px;
/*	position: absolute;
	top: 1px;
	left: 1px;*/
}

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

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



