/* CSS Document */

/* トップページ */
.en_midasi{
	font-size: 14px;
	font-weight: bolder;
	text-align: right;
	padding-top: 2px;
}

/* トップイメージ */
.top_img{
	background-repeat: no-repeat;
	background-position: right top;
	height: 220px;
}

/* カタログ一覧ボタン */
#catalog_field{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

#catalog_field .catalog_bt a

	{
	text-decoration: none;
	background-image: url(../img/orange_button.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-top: 2px;
	padding-left: 15px;
	color: #FF6600;
	}



#catalog_field .catalog_bt a:hover

	{
	color: #185ED0;
	background-image: url(../img/blue_button.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	}
	
	
/* 商品 */
#senpaku h3{
	font-size:14px;
	line-height: 130%;
	color: #185ED0;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #185ED0;
}
#buil h3{
	font-size:14px;
	line-height: 130%;
	color: #339900;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}

#kiki h3{
	font-size:14px;
	line-height: 130%;
	color: #FF6600;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

/* グローバル */
#global h3{
	font-size:16px;
	background-color: #003378;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
}
#global h4{
	font-size:14px;
	margin-top: 0px;
	padding-bottom: 2px;
	color: #003378;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 3px;
	line-height: 125%;
}
#global .point{
	background-color: #003378;
	width: 5px;
}
.global_field{
	padding-left: 10px;
	margin-bottom: 10px;
}

/* グループ */
#group h3{
	font-size:15px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #003378;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #003378;
}
.adress{
	background-color: #003378;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.coment{
	background-color: #E6EAF0;
	font-weight: bolder;
	color: #003378;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.caption{
	font-size: 10px;
}

.caption_teramecs{
	color: #003378;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.tcs{
margin-top: 10px;
}

