@charset "shift_jis";

/*-- import
===================================================================--*/
@import "default.css";
@import "common.css";

.info h1{ 
	margin-bottom:50px;
	}

/*-- monitor
===================================================================--*/

#monitor{
	width:664px;
	height:25px;
	margin-left:103px;
	margin-bottom:25px;
	}
#monitor .monitorBtn{ 
	width:165px;
	float:left;
	padding-top:1px;
	}
#monitor #di{
	width:385px;
	padding-top:1px;
	float:left;
	}
#monitor #di .menu{
	display: none;
	}

/*-- downLoad
===================================================================--*/

#downLoad{
	width:664px;
	margin-left:103px;
	}
#downLoad ul li.left,
#downLoad ul li.right{
	width:332px;
	float:left;
	padding-top:25px;
	}
#downLoad ul li.left p.image{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	}
#downLoad ul li.right p.image{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	}
#downLoad ul li.left ul,
#downLoad ul li.right ul{	
	width:215px;
	float:left;
	height:100px;
	}
#downLoad ul li.left ul li,
#downLoad ul li.right ul li{
	width:96px;
	padding-bottom:5px;
	float:left;
	}
#downLoad ul li.left ul li.qrTxt,
#downLoad ul li.right ul li.qrTxt{
	width:192px;
	}
#downLoad ul li.left p.qr,
#downLoad ul li.right p.qr{
	width:117px;
	float:left;
	}
#downLoad ul li.left p.qr img,
#downLoad ul li.right p.qr img{ 
	padding:5px;
	border:1px solid #ccc;
	}
	
/*-- explanation
===================================================================--*/

#explanation{
	width:665px;
	clear:left;
	margin-left:103px;
	background:#ccc;
	margin-bottom:20px;
	}
#explanation .title{
	width:665px;
	padding-top:50px;
	padding-bottom:5px;
	background:#fff;
	}
#explanation .left,
#explanation .right{
	width:332px;
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	}
#explanation .left p{ 
	margin:0px 10px 0.5em 20px; 
	font-weight:bold; 
	font-size:14px;
	}
#explanation .right p{ 
	margin:0px 20px 0.5em 10px; 
	font-weight:bold; 
	font-size:14px;
	}
#explanation .left ul{ 
	margin:0px 10px 0px 20px;
	}
#explanation .right ul{ 
	margin:0px 20px 0px 10px;
	}
#explanation .left ul li,
#explanation .right ul li{ 
	margin-left:1em; 
	text-indent:-1em; 
	margin-bottom:1em;
	}