@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	border:0;
}

a {
	border:0;
}

ul li {
	padding:0;
	margin:0;
}

.clearfix {
	zoom:1;
}

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

body {
	background:#ffffff url(img/bodyback.gif) left 77px repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:77px;
}

#header h1 {
	float:left;
	padding-top:20px;
	background:url(img/logo.jpg) left 20px no-repeat;
	font-size:10px;
	width:227px;
	height:50px;
}

#header h1 span {
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
	z-index:-1;
}

.headerRight {
	float:right;
	color:#005096;
	margin-top:45px;
	font-size:14px;
}


#top {
	width:960px;
	height:440px;
	background:url(img/mainvisual.jpg) left top no-repeat ;

}

#top div {
	float:left;
	margin:210px 0 0 475px;
}

#top p {
	float:left;
	margin-right:20px;
}

#cm {
	margin:15px 0;
}

#cm div {
	float:left;
	background:#ccdcea;
	width:470px;
	height:240px;
	text-align:center;
	padding-top:5px;
}

#tiff {
	margin:0px 20px 0px 0px;

}

#cm p {
	font-size:12px;
	margin:10px 0;
	padding:0 5px;
}

#cm p strong {
	font-size:14px;
	margin-bottom:11px;
	display:block;
}


#tvImage h2 {
	border-top:#cccccc solid 1px;
	font-size:16px;
	padding:20px 0 10px;
}


#sales {
	background:url(img/back.jpg) left top no-repeat;
	width:960px;
	height:235px;
	padding:20px 41px 0;
}

#sales div {
	float:left;
	width:278px;
	height:166px;
	text-align:center;
}

#sales p {
	margin-top:120px;
	font-size:12px;
}

#good_bad {
	background:url(img/good_bad.jpg) center 30% no-repeat;
}

#heart {
	margin:0 23px;
	background:url(img/heart.jpg) center 30% no-repeat;
}

#recommend {
	background:url(img/recommend.jpg) center 30% no-repeat;
}


#sales strong {
	clear:both;
	display:block;
	color:#ffffff;
	padding:15px 0 0 50px;
	font-size:16px;
}

#screen h2 {
	border-top:#cccccc solid 1px;
	font-size:16px;
	padding:20px 0 0;
}

#screen ul li {
	display:inline;
	margin-left:8px;
}

#screen ul li:first-child {
	margin:0;
}

#screen span {
	display:block;
	text-align:right;
	font-size:11px;
	color:#989898;
}

#footer {
	background:#005096;
	height:60px;
	line-height:60px;
	color:#ffffff;
	margin-top:50px;
	font-size:12px;
}

#footer div {
	width:960px;
	margin:0 auto;
}

#footer p {
	float:left;
	margin-top:5px;
}

#footer  span {
	float:right;
	display:block;
	color:#ffffff;
	text-decoration:none;
}

#footer span a {
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
}

/*ie6*/

* html #container {
	overflow:hidden;
}


* html #top div {
	float:left;
	margin:210px 0 0 235px;
}

* html #sales p strong {
	margin-top:-130px;
}

* html #screen ul {
	text-align:center;
}

* html #screen ul li {
	margin:0;
}

/*ie6 end*/

/*ie7*/
*:first-child+html #sales strong {
	margin-top:-140px;	
}


/*ie7 end*/