@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
TopBanner
--------------------------------------------------------------------------------------- */

#top_banner{
	position:relative;
	width:800px;
	margin:0px auto 5px auto;
}

/*#top_banner h1{
	text-align:center;
	margin-top:0.5em;
}

#top_banner p{
	margin-top:0.5em;
	text-align:right;
}*/

#top_link{
	position:relative;
	width:800px;
	margin:0px auto 5px auto;
	overflow:hidden;
	background: url(../img/top_link.png) no-repeat left top;
	line-height: 1.5;
}

#top_link h1{ 
	width:188px;
	height:63px;
	float:right;
}

#top_link .yamato_link{
	display:block;
	width:188px;
	height:63px;
	padding-top:0px;
	overflow:hidden;
	line-height: 1.5;
}
/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

#header{
	position:relative;
	width:800px;
	height:176px;
	margin:0px auto 0px auto;
	overflow:hidden;
	background: url(../img/header.png) no-repeat left top;
	line-height: 1.5;	
}

#header h1{ 
	width:176px;
	height:70px;
	float:right;
}

#header .logo_link{ 
	display:block;
	width:176px;
	height:0;
	padding-top:70px;
	overflow:hidden;
	line-height: 1.5;
	
}

#header .komoku{
	height:0;
	padding-top:176px;
}



#header .map{
	width:260px;
	height:18px;
	position:absolute;
	top:150px;
	left:10px;
	background-color:#0066ff;
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#header .map_link{ 
	display:block;
	width:260px;
	height:0;
	padding-top:18px;
	overflow:hidden;
	line-height: 1.5;	
}

/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */
#contents{
	width:800px;
	margin:20px auto 0px auto;
}

/* 製品枠 */
#contents .pro_frame{
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:2px solid #666;
	padding:10px 10px 10px 10px;
}


#contents h3{
	border-top:2px solid #666;
	border-right:2px solid #666;
	border-left:2px solid #666;
	border-bottom:1px solid #999;
	padding:5px 8px;
	background:url(../img/h3_bg.png) ;
}

#contents .mark01{
	background:url(../img/mark01.png) no-repeat left top;
	padding-left:14px;
}

#contents .mark02{
	background:url(../img/mark02.png) no-repeat left top;
	padding-left:14px;
}


