
/* ------------------------------------------------------
Top Layout
------------------------------------------------------ */

#bg_header {
	height: 365px;
	width: 100%;
	background-image: url(../img/top_bg_header.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#header {
	height: 365px;
	width: 1200px;
	background-image: url(../img/top_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 0 auto;
}

#SMenu {
	width:402px;
	height:41px;
	float:right;
	position: relative;
	right: 150px;
}

#SMenu li {
	float:left;
}


/* ContentR */

#contentR {
	width: 285px;
	float: right;
	height: auto;
}
	
#contentRbox {
	width: 283px;
	border:#cba solid 1px;
	padding:1px;
	background:#fff;
border-radius: 2px;   /* CSS3 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
position:relative;
behavior:url("css/PIE.htc");
}
#contentRbox .inner {
	border:#cba solid;
	border-width:3px 1px 1px;
	padding:10px;
	background:#f9f8f7 url(../img/bg_contentR.jpg) bottom repeat-x;
border-radius: 2px;   /* CSS3 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
position:relative;
behavior:url("css/PIE.htc");
}

#contentRbox2 {
	width: 283px;
	padding:1px;
border-radius: 2px;   /* CSS3 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
position:relative;
behavior:url("css/PIE.htc");
}
#contentRbox .inner2 {
	border:#cba solid;
	border-width:3px 1px 1px;
	padding:10px;
	background:#f9f8f7 url(../img/bg_contentR.jpg) bottom repeat-x;
border-radius: 2px;   /* CSS3 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
position:relative;
behavior:url("css/PIE.htc");
}

#contentRbox embed{
margin-left:1px;
}

#bg_mail {
	background-image: url(../img/top_bg_mail.gif);
	height: 91px;
	width: 285px;
}

#bg_mail p {
	width: 234px;
	position: relative;
	top: 22px;
	left: 26px;
}

#contentR .banner {
	background-image: url(../img/top_bg_banner.gif);
	background-repeat: repeat;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.contentR img {
	margin: 0px;
}



/* contentL */

#contentL {
	float: left;
	width: 590px;
	padding:0 0 40px 0;
}

#link_about_sotve {
	width: 590px;
}


#link_auction {
	width: 285px;
	margin-top: 25px;
	float: left;
}

#link_care {
	width: 285px;
	margin-top: 25px;
	float: right;
}

/* news */

.newsRease {
	width: 600px;
	background-image: url(../img/top_bg_news_middle.gif);
	background-repeat: repeat-y;
	margin-top: 30px;
}

.newsRease a {
	color: #8A3028;
	font-size: 12px;
}


.newsRease_li {
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
	padding: 8px 10px 4px 10px;
}

.newsRease_li_buttom {
	width: 560px;
	padding: 8px 0 10px 10px;
	margin-left: 5px;
}

.newsRease li span {
	position: relative;
	bottom: 4px;
}


.news_buttom {
	background-image: url(../img/top_bg_news_bottom.gif);
	height: 4px;
	width: 590px;
	background-repeat: no-repeat;
}

/* medianews */

.mediaNews_li {
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
	padding: 8px 5px 4px 5px;
}

.mediaNews_li_buttom {
	width: 260px;
	padding: 8px 0 10px 5px;
	margin-left: 0px;
}

.mediaNews li span {
	position: relative;
	bottom: 4px;
}


/*20111215text追加*/
.toptext p{
	padding:0 20px 20px 20px;
	line-height:140%;
	
}

