@charset "utf-8";


/* pc
---------------------------------------------------------------------*/

div#main{
	position:relative;
	width:900px;
	margin:0 auto;
	padding-bottom:50px;
}

div#main h1{
	position:relative;
	left:-18px;
	margin-bottom:60px;
}

div#lead{
	position:absolute;
	left:509px;
	top:0;
	width:393px;
}
	div#lead p{
		width:397px;
		height:82px;
		text-indent:-9999px;
		background:url(../pc/img/lead_pasocon.gif) no-repeat;
	}
	

div#menu{
	position:relative;
	width:888px;
	height:411px;
	background:url(../pc/img/fr_green.gif) no-repeat;
	margin-bottom:40px;
}
	div#menu strong{
		position:absolute;
		display:block;
		left:49px;
		top:19px;
	}
	div#menu ul#mn_lead{
		position:absolute;
		left:444px;
		top:38px;
		width:377px;
		height:105px;
		background:url(../pc/img/lead_os.gif) no-repeat;
	}
	div#menu ul#mn_lead li{
		text-indent:-9999px;
	}
	
	div#menu dl#page_menu{
		position:absolute;
		left:33px;
		top:179px;
		width:840px;
	}
	div#menu dl#page_menu dt{
		margin:0 0 10px 75px;
	}
	div#menu dl#page_menu dd{
		display:inline;
	}
	div#menu dl#page_menu dd img{
		margin-right:8px;
	}

/*高さ個別指定*/
div#d_os{
	height:440px;
}
div#d_hdd{
	height:280px;
}
div#d_mother{
	height:300px;
}
div#d_dengen{
	height:240px;
}
div#d_memory{
	height:280px;
}

img#img_os{
	position:absolute;
	display:block;
	left:32px;
	top:70px;
}
img#img_hdd{
	position:absolute;
	display:block;
	left:15px;
	top:60px;
}
img#img_mother{
	position:absolute;
	display:block;
	left:22px;
	top:68px;
}
img#img_dengen{
	position:absolute;
	display:block;
	left:30px;
	top:57px;
}
img#img_memory{
	position:absolute;
	display:block;
	left:30px;
	top:63px;
}

/* 基本レイアウト */

div.pc_item{
	position:relative;
	width:879px;
	background:url(../pc/img/fr.jpg) no-repeat;
}
div.pc_item_close{
	width:879px;
	height:16px;
	background:url(../pc/img/fr_btm.jpg) no-repeat;
	margin-bottom:15px;
}

	div.pc_item h2{
		position:absolute;
		left:12px;
		top:10px;
	}
	div.pc_item a.btn_inq{
		position:absolute;
		display:block;
		left:643px;
		top:9px;
	}
	
	div.pc_item dl.problem{
		position:absolute;
		left:300px;
		top:70px;
		width:230px;
	}
	div.pc_item dl.problem dt{
		margin-bottom:10px;
	}
	div.pc_item dl.problem dd{
		line-height:15px;
		padding-bottom:8px;
		color:#3389a3;
	}

	
	div.pc_item ul.charge{
		position:absolute;
		left:542px;
		top:70px;
		width:289px;
		background:#95ae10;
		padding:6px 12px 6px;
	}
	div.pc_item ul.charge li{
		color:#fff;
		font-weight:bold;
	}
	
	div.pc_item div.article{
		position:absolute;
		left:542px;
		top:130px;
		width:315px;
	}
	div.pc_item div.article h3{
		margin-bottom:5px;
	}
	div.pc_item div.article p{
		font-size:11px;
		line-height:16px;
	}
	
	div.pc_item div.os{
		position:absolute;
		left:300px;
		top:217px;
		width:554px;
		height:60px;
		background:#f7ece1;
	}
	div.pc_item div.os h3{
		position:absolute;
		left:13px;
		top:9px;
	}
	div.pc_item div.os p{
		position:absolute;
		left:100px;
		top:12px;
		width:450px;
		font-size:11px;
		height:16px;
	}
	
	div.pc_item div.subimg{
		position:absolute;
		left:21px;
		top:303px;
		width:870px;
	}
	div.pc_item div.subimg li{
		display:inline-block;
		width:158px;
		height:112px;
		margin-right:7px;
	}
	*+html div.pc_item div.subimg li{
		display:inline;
		width:158px;
		height:112px;
		margin-right:11px;
		zoom: 1;
	}
	div.pc_item div.subimg p{
		padding-top:2px;
		font-size:10px;
		line-height:100%;
	}
	
