@charset "UTF-8";
/* トップページ用 */

.home #header {
	margin: 0 ;
	padding: 10px 0 0 0 ;
	width: 860px;
	height: 100%
	color: #000;
	background: url(../images/topbg1-trans.png) no-repeat;
}

.home #logo {
	width: 495px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 3px;
	left: 8px;
}

#copy {
	width: 660px;
	height: 44px;
	padding: 15px 0 0 0 ;
	margin: 0 auto;
}

.home #menu {
	width: 860px;
	height: 100%;
	margin: 0 auto;
}

.home #title {
	float: right;
	margin: 0;
	padding: 0;
	height: 165px;
	width: 523px;
}

/* 販売リンク */

#contents_left {
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 100%;
}

#buy_top {
	height: 45px;
	width: 410px;
	margin: 0;
	padding: 0;
}

#buy_top ul {
	height: 45px;
	
}

#buy_top ul li{
	float: left;
	padding: 0 15px 0 0;
	height: 45px;
	width: 185px;
}

#buy_under {
	height: 45px;
	width: 410px;
	margin: 0;
	padding: 10px 0 0 0;
}

#buy_under ul {
	height: 45px;
	clear: both;
}

#buy_under ul li{
	float: left;
	padding: 0 15px 0 0;
	height: 45px;
	width: 185px;
}


li.button_link2 {
	width: 187px;
}

li.button_link2 a {
	display: block;
	height: 45px;
	text-indent: 0;
	background: url(../images/link2-trans.png) no-repeat;
	overflow: hidden;
}

li.button_link2 a:hover {
	display: block;
	background: url(../images/link2on-trans.png) no-repeat;
	overflow: hidden;
}

li.button_link3 {
	width: 185px;
}

li.button_link3 a {
	display: block;
	height: 45px;
	text-indent: 0;
	background: url(../images/link3-trans.png) no-repeat;
	overflow: hidden;
}

li.button_link3 a:hover {
	display: block;
	background: url(../images/link3on-trans.png) no-repeat;
	overflow: hidden;
}

li.button_link4 {
	width: 187px;
}

li.button_link4 a {
	display: block;
	height: 45px;
	text-indent: 0;
	background: url(../images/link4-trans.png) no-repeat;
	overflow: hidden;
}

li.button_link4 a:hover {
	display: block;
	background: url(../images/link4on-trans.png) no-repeat;
	overflow: hidden;
}


#tvinfo {
	margin: 0;
	padding: 20px 0 0 0;
	height: 100%;
	width: 395px;
	color: #000;
	clear: both;
}

#contents_right {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	height: 100%;
}


/* for IE6 */
* html #contents_right {
	margin-top: -2px;
	}





