/* ==============================
トップページ専用CSS
============================== */


/* レイアウト
----------------------------- */
#wrapper {
	width:770px;
}

#right {	
	float: right;
	width: 180px;
}

#left {
	float: left;
	width: 570px;
	padding-top:9px;
}


/* mainimage
----------------------------- */
#mainimage {
	margin:20px 0 6px 0;
	width:770px;
	height:241px;
	background:url(../images/top/bg_mainimage.gif) no-repeat ;
/*	background:url(../images/top/bg_mainimage_2009haru.gif) no-repeat ;
	cursor:pointer;*/	/*←春の新作発表会用カーソル*/
}

#mainimage .flash {
	margin:3px 0 0 2px;
	float:left;
	width:527px;
	height:235px;
	display:block;
}


/* リンク
----------------------------- */
a {
	color : #4b3300;
	text-decoration:none;
}	

a:active {
	color : #4b3300;
	text-decoration:none;
}

a:visited {
	color :#4b3300;
	text-decoration:none;
}

a:hover	{
	color :#4b3300;
	text-decoration:underline;
}

/* リンク TOPICS
----------------------------- */
#topics {
	width:770px;
	background-color:#bb947d;
}


.leftbox {
	float:left;
	width:105px;
	/*background-color:#bb947d;*/

}


.rightbox {
	float:right;
	width:665px;
	background-image:url(../images/top/topics_bg2.gif);
	background-repeat:repeat-y;
}

#topics ul {
	margin:5px 10px 0 10px;
}

#topics li {
	background:url(../images/top/topics_ya.gif) no-repeat 0 4px;
	list-style-position:outside;
	margin-bottom:5px;
	padding:0 0 0 15px;
	color : #843c13;
	text-decoration:none;
	font-weight:bold;
	font-size:93%;
}

#topics li.type02 {
	background:url(../images/top/topics_ya.gif) no-repeat 0 4px;
	list-style-position:outside;
	margin-bottom:5px;
	padding:0 0 0 15px;
	color : #843c13;
	text-decoration:none;
	font-weight:bold;
	font-size:93%;
	border-bottom:dotted 1px #4b3300;
}



#topics a {
	color : #843c13;
	text-decoration:none;

}	

#topics a:active {
	color : #843c13;
	text-decoration:none;
}

#topics a:visited {
	color :#843c13;
	text-decoration:none;
}

#topics a:hover	{
	color :#843c13;
	text-decoration:underline;
}



/* 見出し
----------------------------- */
h1.products {
	width:374px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/top/products_h1.gif) no-repeat;
}

h1.kodawari {
	width:374px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/top/kodawari_h1.gif) no-repeat;
}


h1.showroom {
	width:374px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/top/showroom_h1.gif) no-repeat;
}


/* コンテンツボックス
----------------------------- */
.cnbox01 {
	width:570px;
	margin-bottom:35px;
}

.cnbox01-left {
	float:left;
	width:196px;
}


.cnbox01-right {
	float:right;
	width:374px;
}


p {
	padding:3px;
}


.img-bottom {
	margin-bottom:15px;
}


#left a {
	padding:0 7px 7px 20px;
	background: url("../images/in_arrow_red_square.gif") no-repeat 5px 2px;
}
