@charset "utf-8";

/* =======================================

	Structure CSS

========================================== */

html, body {
	background: ;
	color: ;
}

body {
	border-top: 2px solid #C00;
}

.left{
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.last {
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

.line {
	padding: 1px;
	border: 1px solid #CCC;
}

#page {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

#page:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#mainContents {
	width: 970px;
}

#contents {
	width: 770px;
	margin-top: 15px;
}

#localNav {
	padding-bottom: 20px;
	float: left;
	display: inline;
	width: 190px;
	padding-right: 35px;
	zoom: 1;
}

#localNav ul li {
	display: inline;
	width: 190px;
}

#localNav ul li a:hover {
	background-color: transparent;
}

#localNav ul li a:hover img {
	visibility: hidden;
}

#localNav p.navBnr {
	margin: 7px 0;
}

#localContents {
	float: right;
	display: inline;
	width: 170px;
	margin-top: 15px;
	text-align: right;
}

#localContents ul li {
	position: relative;
	margin-bottom: 5px;
}

#localContents ul li p.pdt {
	position: absolute;
}

#entryBox {
	float: right;
	display: inline;
	width: 545px;
}

#mainBox {
	width: 710px;
	margin: 3px 0 0;
	float: right;
}

body.products #mainBox {
	float: none;
}

#footer {
	clear: both;
	border-top: 1px solid #676767;
	background: #FFFFFF;
}

body.products #header {
	margin-bottom: 20px;
}

body.products #page table {
	margin: 0 auto;
}

/*やんわりスクロールのスクロールバーを非表示に*/
#ascrail2000,
#ascrail2000-hr {display: none;}



/*google AdWords リタゲタグ表示調整*/
iframe[name="google_conversion_frame"] { position: absolute !important; top: 0; }