@charset "utf-8";

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

#mainVisual {
	border-bottom-width: 1px;
}
#mainVisual {
	width: 100%;
	background:url(/images/top/top07.jpg) no-repeat;
	height:300px;
	width: 960px;
	margin: 5px auto 20px;
	padding: 0;
}

#mainVisual h1 {
	width: 960px;
	height:300px;
	margin: 0 auto;
	padding: 0;
}



/* 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,
#newestProducts .twoColumnRight ul {
	font-size: 75%;
	line-height: 1.6;
}


#newestProducts .twoColumnLeft {
	width: 125px;
}

#newestProducts .productImage {
}	

#newestProducts .strongPoint {
	font-size:75%;
	margin-left:1em;
}



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


#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;	
}

#recentlyInfo .newsBody a span {
	margin-left:-3px;
	 color: #0087E6;
}
#recentlyInfo .newsBody a:hover span {
	 color: #ED1C24;
}

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

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

