﻿@charset "utf-8";
/* CSS Document */

#top-main {
	width: 550px;
	float: left;
	margin-top: 20px;
}

#top-side {
	float: right;
	width: 220px;
	margin-top: 20px;
}

#top-prodcuts {
	width: 550px;
	margin-bottom: 10px;
}




#top-info {
	width: 550px;
}


/*製品紹介
----------------------------------*/
#t-products-list li {
	width: 239px;
	border-left: 3px solid #01368F;
	float: left;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 13px 10px;
	background-image: url(../products/products-images/list-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 7px;
}

#t-products-list li p {
	color: #333333;
	margin-top: 0.2em;
}

#t-products-list h3 {
	font-weight: bold;
	color: #01368F;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #01368F;
}

#t-products-list h3 a:link, #t-products-list h3 a:visited, #t-products-list h3 a:active, #t-products-list h3 a:hover {
	font-weight: bold;
	color: #01368F;
	text-decoration: none;
}

.select {
	margin-top: 1em;
}
#t-products-list .select li {
	width: 230px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	background-image: url(../products/products-images/list-bbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	margin-bottom: 7px;
}

.select li a:link, .select li a:visited, .select li a:active {
	color: #333333;
	text-decoration:none;
	display: block;
	padding: 3px 0px 3px 8px;
}

.select li a:hover {
	color:#333333;
	text-decoration:none;
	background-image: url(../products/products-images/list-bbg-select.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.select img {
	vertical-align: baseline;
	padding-right:5px;
}

.go-list {
	float: right;
	padding-top: 5px;
	clear: both;
}

/*新着情報
----------------------------------*/
#t-products-list {
	margin-bottom: 0px;
}
#top-info dl {
	width: 550px;
}
#top-info dt {
	float: left;
	font-weight: bold;
	color: #01368F;
	display: block;
	padding-bottom: 1em;
	padding-right: 1em;
}
#top-info dd {
	display: block;
	padding-bottom: 1em;
	float: left;
	border-left: 1px dotted #666666;
	margin-left: 0.5em;
	padding-left: 1em;
	width: 420px;
}


/*サイド
----------------------------------*/
.t-banner li {
	margin-bottom: 10px;
}
.tb-user, .tb-agencies {
	border: 1px solid #CCCCCC;
	width: 218px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.tb-user p, .tb-agencies p {
	width: 200px;
	margin: 10px auto;
	font-size: 11px;
	line-height: 1.3em;
}
.tb-user a {
	text-align: right;
	margin-right: 10px;
	display: block;
}

.tb-agencies a {
	display: block;
	color: #333333;
}

.tb-agencies a:hover {
	color: #006699;
	text-decoration: none;
}
.t-p-logo {
	margin-top: 1em;
	margin-bottom: 1em;
}


/*お知らせ一覧へ
----------------------------------*/
.go-info {
	display: block;
}
#wrapper #contents #top-main #top-info .no-border {
	width: 520px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: normal;

}
