@charset "utf-8";

/**
 * レイアウト
 */

.toppage #header{
	margin-bottom: 20px;
}

.toppage #container{
	overflow: hidden;
	position: relative;
}

/**
 * ソリューション
 */

#solution{
	margin-bottom: 20px;
	background-image: url(../img/solution/back_image.gif);
	background-repeat: no-repeat;
	padding: 5px;
	overflow: hidden;
}

#solutionBanner {
	float: left;
	width: 660px;
}
#solutionBanner ul {
	list-style: none;
	position: relative;
	margin-top: 0px;
	overflow: hidden;
	width:660px;
	height: 240px;
}
#solutionBanner ul li {
	float: left;
	width: 660px;
	position: absolute;
}

#solutionNavi{
	float: left;
	width: 190px;
}

#solutionNavi li{
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 0px;
}

#solutionNavi img{
	cursor: pointer;
}


/**
 * 製品ラインアップ
 */

#lineup{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#lineup h2{
	margin-bottom: 16px;
	background-image: url(../img/ttb_lineup.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

#product{
	width: 610px;
	padding-left: 10px;
}
.productItem{
	float: left;
	width: 190px;
}

.productItem dl{
}
.productItem dt{
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/bg_productItem_title.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}
.productItem dd{
	margin-bottom: 5px;
	line-height: 150%;
}

/**
 * お知らせ・最新情報
 */

#sitenews{
	clear: both;
	margin-bottom: 20px;
}
#sitenews h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_news.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#sitenews .newsLine{
	width: 620px;
	background-color: #eee;
}
#sitenews .newsLine dl{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	position: relative;
}
#sitenews .newsLine dt{
	float: left;
	width: 100px;
	padding: 5px;
}
#sitenews .newsLine dd{
	float: left;
	width: 490px;
	padding: 5px 10px;
	line-height: 150%;
	background-color: #fff;
}

/**
 * 開発者ブログ
 */

#deblog{
	clear: both;
}
#deblog h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_deblog.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#deblog .deblogLine{
	width: 620px;
	background-color: #eee;
}
#deblog .deblogLine dl{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	position: relative;
}
#deblog .deblogLine dt{
	float: left;
	width: 100px;
	padding: 5px;
}
#deblog .deblogLine dd{
	float: left;
	width: 490px;
	padding: 5px 10px;
	line-height: 150%;
	background-color: #fff;
}

/**
 * 固定メッセージ
 */
.homeMessage {
	padding: 10px;
	border: 2px solid #dc143c;
	background-color: #fff8dc;
	line-height: 150%;
}