@charset "utf-8";

#mainContainer {
	width: 960px;
	background: none;
}

#mainVisual {
	border-bottom-width: 1px;
}

/* index.css */

#leftcontentArea {
	width: 720px;
}

#mainContent {
	float: left;
	width: 720px;
	margin: 0;
}

/*　新製品情報　*/

#newestProducts h2 {
	margin: 0 0 20px;
}

#newestProducts li {
	float: left;
	width: 350px;
	margin: 0 20px  0 0;
}

#newestProducts li.last {
	margin: 0;
}

#newestProducts .twoColumnContainer {
	width: 350px;
}

#newestProducts .twoColumnRight {
	width: 220px;
}

#newestProducts .twoColumnRight strong {
	display: block;
	border-left: 8px solid #a00;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4;	
}

#newestProducts .twoColumnRight strong span {
	font-weight: normal;
	font-size: 65%;
	line-height: 1.4;
}

#newestProducts .twoColumnRight p {
	font-size: 75%;
	line-height: 1.6;
}

#newestProducts .twoColumnLeft {
	width: 125px;
}

#newestProducts .productImage {
}	

/*　最新情報　トッピクス　*/


#recentlyInfo {
	width: 720px;
}

#recentlyInfo .newsTitle {
	margin: 30px 0 20px;
}

#recentlyInfo li {
	width: 700px;
	padding: 8px 0;
	margin:  0 0 0 10px;
	background: url(/images/common/item_dot02.gif) left bottom repeat-x;
    overflow: hidden;
}

#recentlyInfo li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #recentlyInfo li {
    height: 1em;
    overflow: visible;
}
/**/

#recentlyInfo li.last {
	background: none;
}

#recentlyInfo .newsDate {
	float: left;
	width: 80px;	
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	background: url(/images/common/item_arrow01.gif) right center no-repeat;
}

#recentlyInfo .newsBody {
	float: left;
	width: 600px;	
}




#rightbannerArea {
	float: right;
	width: 220px;
	padding-top: 10px;
}

#rightbannerArea li {
	margin-bottom: 5px;
}

