﻿/* CSS Document */

a:link { color: #2365FB; text-decoration:underline; outline:none;}
a:visited { color: #0000FF;text-decoration:underline; outline:none;}
a:hover { color: #FE9A26;text-decoration:underline; outline:none;}
a:active { color: #0000FF;text-decoration:underline; outline:none;} 

* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	/*color: #3B3B3B;*/
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	line-height: 120%;
	text-decoration: none;
}

.center {
	margin: 0 auto;
	width: 778px;
	height: auto;
	border: #FE9A26 solid 1px;
}

.header_img {
	background: url(images/ad_otyugen/header_image.jpg) no-repeat;
	width: 778px;
	height: 224px;
	text-indent: -9999px;
}

.site {
	background: url(images/ad_otyugen/header_sait_bg.jpg) no-repeat;
	width: 778px;
	height: 68px;
}

.site h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2D1409;
	text-align: center;
	padding: 12px 0 0 0;
	line-height: 150%;
}

.promo {
	margin: 10px 0 0 0;
}

.name {
	background: url(images/ad_otyugen/promo_bg1.jpg) no-repeat;
	width: 760px;
	height: 77px;
	margin: 0 auto;
}

.name h3 {
	padding: 40px 0 0 65px;
}

.name_h3_link
{
	font-size: 16px;
	font-weight: bold;
	color: #2365FB;
}

.name h4 {
	padding: 0 0 0 65px;
}

.name_h4_link
{
	font-size: 13px;
	font-weight: bold;
	color: #2365FB;
}

.goods {
	background: url(images/ad_otyugen/promo_bg2.jpg) repeat-y;
	width: 760px;
	margin-left: 9px;
	padding: 10px 0 0 0;
	display: inline-block;
}

.goods:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.goods_img {
	padding: 0 0 0 65px;
	float: left;
	width: 125px;
}

.goods_data {
	margin: 0 0 0 20px;
	float: left;
	width: 505px;
	letter-spacing: 1px;
}

.goods_data dl {
	margin: 8px 0 16px 0;
}

.goods_data dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 55px;
}

.goods_data p span {
	color: #FA3B00;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.detail {
	background: url(images/ad_otyugen/promo_bg3.jpg) no-repeat;
	width: 760px;
	height: 76px;
	margin: 0 auto;
}

.detail p {
	padding: 10px 0 0 319px;
}

.detail a span {
	display: none;
}

.detail a {
	display: block;
	background: url(images/ad_otyugen/button_detail1.jpg) no-repeat;
	width: 142px;
	height: 41px;
}

.detail a:hover {
	display: block;
	position: absolute;
	background: url(images/ad_otyugen/button_detail2.jpg) no-repeat;
	width: 142px;
	height: 41px;
}

.footer {
	background: #FE9A26;
	width: 778px;
	height: 20px;
	margin: 25px 0 0 0;
}

.footer p {
	padding: 8px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}