@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ用css
 
=================================================================== */

/*----------------------------------------------------
	header
----------------------------------------------------*/
body {
	background: url(../img/top/bg.gif) ;
	
}

#container {
	background: url(../img/top/bg.png) repeat-x;
}

#header {
	height: 340px;
	padding-top: 20px;
}

#header h1#logo {
	height: 142px;
	width: 140px;
	margin-left: 10px;
	background: url(../img/top/logo.png) no-repeat;
	text-indent: -9999px;
	position: relative; 
	z-index: 2;
}

#header img#mainimg {
	margin-top: -91px;
	margin-left: 19px;
	position: relative; 
	z-index: 1;
}

*:first-child+html #header img#mainimg {
	margin-top: -111px;
} 

*html #header img#mainimg {
	margin-top: -111px;
} 

#header #utilityNav a{
	margin-top: -142px;
	margin-right: 25px;
	display: block;
	height: 11px;
	width: 61px;
	background: url(../img/top/btn_english.gif) no-repeat;
	text-indent: -9999px;
	float: right;
}

html[xmlns*=""] body:last-child #header #utilityNav a{
	position: relative; 
}

#header #whatsNew {
	margin: -112px 5px 0px 0px;
	float: right;
}

#header ul#whatsNew {
	display: block;
	width: 190px;
	height: 260px;
	background: #4E4643;
	color: #FFFFFF;
	margin-top: -82px;
}

*:first-child+html #header ul#whatsNew {
	margin-top: -102px;
} 

*html #header ul#whatsNew {
	margin-top: -102px;
}

#header ul#whatsNew a {
	color: #FFFFFF;
}

#header ul#whatsNew li {
	border-top: dotted #FFFFFF 1px;
	width: 160px;
	margin-left: 10px;
	padding: 8px 5px 10px 5px;
	font-size: 0.9em;
}

#header ul#whatsNew li#listttl {
	background: url(../img/share/ttl_whatsnew.gif) no-repeat;
	height: 16px;
	width: 100px;
	margin: 13px auto 10px 15px;
	border-top: none;
	padding: 0px;
}

#header ul#whatsNew li .date {
	font-weight: bold;
	display: block;
}

/*----------------------------------------------------
	gnavi
----------------------------------------------------*/

#header ul#gNav {
	clear: both;
	margin-left: 70px;
}

*:first-child+html #header ul#gNav {
	margin-top: -3px;
} 

*html #header ul#gNav {
	margin-top: -3px;
} 

#header ul#gNav li {
	display: block;
	width: 180px;
	height: 32px;
	text-indent: -9999px;
	float: left;
}

*html #header ul#gNav li {
	height: 35px;
}

#header ul#gNav li a {
	display: block;
	width: 180px;
	height: 32px;
}

*html #header ul#gNav li a {
	height: 35px;
}

#header ul#gNav li#gNavHome {
	background: url(../img/share/gnavi_home_over.png) no-repeat;
}

#header ul#gNav li#gNavHome a {
	background: url(../img/share/gnavi_home.png) no-repeat;
}

#header ul#gNav li#gNavProducts {
	background: url(../img/share/gnavi_products_over.png) no-repeat;
}

#header ul#gNav li#gNavProducts a {
	background: url(../img/share/gnavi_products.png) no-repeat;
}

#header ul#gNav li#gNavAbout {
	background: url(../img/share/gnavi_about_over.png) no-repeat;
}

#header ul#gNav li#gNavAbout a {
	background: url(../img/share/gnavi_about.png) no-repeat;
}

#header ul#gNav li#gNavSupport {
	background: url(../img/share/gnavi_support_over.png) no-repeat;
}

#header ul#gNav li#gNavSupport a {
	background: url(../img/share/gnavi_support.png) no-repeat;
}

#header ul#gNav li#gNavHome a:hover, #header ul#gNav li#gNavProducts a:hover, #header ul#gNav li#gNavAbout a:hover, #header ul#gNav li#gNavSupport a:hover {
	background: none;
}

#contents .productbox {
	margin-top: 20px;
	width: 400px;
	float: left;
	margin-left: 20px;
}

*:first-child+html #contents .productbox {
	margin-top: 32px;
	margin-bottom: -12px;
} 

*html #contents .productbox {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
}

#contents .productbg {
	background: url(../img/top/bg_box.png);
	padding-bottom: 10px;
}

#contents .productbox .productbg .ttlset {
	padding-bottom: 15px;
}

#contents .productbox h2 {
	width: 284px;
	height: 30px;
	float: left;
	margin-bottom: 15px;
}

#contents .productbox .btn_detail {
	display: block;
	width: 115px;
	height: 30px;
	background: url(../img/top/btn_detail_over.png) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-bottom: 15px;
}

#contents .productbox .btn_detail a {
	width: 115px;
	height: 30px;
	background: url(../img/top/btn_detail.png) no-repeat;
	float: right;
}

#contents .productbox .btn_detail a:hover {
	background: none;
}

#contents .productbox .productleft {
	margin: 0px 15px 0px 15px;
	float: left;
}

*html #contents .productbox .productleft {
	margin-left: 8px;
}

#contents .productbox .productimg {
	margin: 0px;
	border: 1px solid #999999;
}

#contents .productbox .productleft .btn_blank {
	display: block;
	width: 126px;
	height: 29px;
	margin-top: 10px;
}

*html #contents .productbox .productright {
	width: 229px;
	float: right;
	margin-top: -263px;
}

#contents .productbox .productright .producticon {
	margin-right: 10px;
	float: left;
}

#contents .productbox .productright p {
	margin-right: 15px;
	line-height: 1.6em;
}

*:first-child+html #contents .productbox .productright p {
	line-height: 1.5em;
}

*html #contents .productbox .productright p {
	line-height: 1.5em;
}

#contents .productbox .productright .productfinfo {
	display: block;
	float: right;
	width: 203px;
	margin: 10px 15px 0px 0px;
	padding: 10px 13px;
	background: url(../img/top/bg_info.png) ;
}

*html #contents .productbox .productright .productfinfo {
	margin-right: 8px;
}

#contents .productbox .productright .productfinfo li {
	margin-top: 4px;
}

#contents .productbox .productright .productfinfo li:first-child {
	margin-top: 0px;
}

#contents .productbox .productright .productfinfo .icon_category {
	background: url(../img/top/icon_category.gif) 0px 2px no-repeat;
	padding-left: 75px;
}

#contents .productbox .productright .productfinfo .icon_language {
	background: url(../img/top/icon_language.gif) 0px 2px no-repeat;
	padding-left: 75px;
}

#contents .productbox .productright .productfinfo .icon_price {
	background: url(../img/top/icon_price.gif) 0px 2px no-repeat;
	padding-left: 75px;
}

#contents .productbox .productright .productfinfo .icon_release {
	background: url(../img/top/icon_release.gif) 0px 2px no-repeat;
	padding-left: 75px;
}

#contents .productbox .productright .productfinfo .model {
	font-size: 0.9em;
	color: #555;
}

#contents .boxBottom {
	width: 400px;
	height: 3px;
	background: url(../img/top/boxbottom.png) no-repeat;
}

#footer {
	height: 30px;
	background: #190600;
	margin-top: 25px;
}

*:first-child+html #footer  {
	margin-top: 37px;
} 

*html #footer {
	margin-top: 20px;
}

#footer #footercnt {
	width: 860px;
	margin: 0px auto;
	color: #ddd;
	font-size: 0.8em;
}

#footer #footercnt a {
	color: #ddd;
}

#footer #footercnt ul{
	margin: 0px 10px;

}
#footer #footercnt li{
	float: left;
	padding: 7px 10px;
	background: url(../img/share/icon_fnavi.gif) 3px 12px no-repeat;
}

#footer #footercnt p{
	float: right;
	padding: 7px;
}
.clear {
	clear: both;
}