﻿@charset "utf-8";
/* CSS Information
------------------------------------------------
File name: design.css
Editors: Naoto Yanai
Last Editor: Naoto Yanai
Date: 2009.4.14
------------------------------------------------ */

/* content
------------------------------------------------*/
#content h2 {
	margin-bottom: 20px;
}

#content img {
	vertical-align: top;
}

/* wrapper
------------------------------------------------*/
#wrapper {
	width: 530px;
	margin: 0 auto;
}


/* leedArea
------------------------------------------------*/
#leedArea {
	width: 530px;
	height: 111px;
	margin-bottom: 30px;
	background: url(../img/speed/spe_bg01.gif) right top no-repeat;
}


/* productList
------------------------------------------------*/
#productList {
	width: 490px;
	margin-bottom: 10px;
	padding: 20px;
	background: #F2FAFA;
}


/* .productItem
------------------------------------------------*/
.productItem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	*padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}

.last-node {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.productItem h4 {
	margin-bottom: 10px;
}

.productImg {
	width: 240px;
	margin-right: 10px;
	float: left;
}

.productItemInner {
	width: 240px;
	float: right;
}

.productItemInner h5 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #039CAD;
}

.productItemInner dl {
	margin-bottom: 10px;
}

.productItemInner dt {
	clear: both;
	width: 95px;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #333;
}

.productItemInner dd {
	margin: 0 0 0 95px;
	line-height: 1.9;
	*line-height: 1.7;
}

.productItemInner li {
	padding-left: 1em;
	text-indent: -1em;
	color: #333;
}

/* bannerArea
------------------------------------------------*/
#bannerArea {
	margin: 0 0 15px 20px;
}


/* goTop
------------------------------------------------*/
#goTop {
	width: 125px;
	margin-left: auto;
}

