@charset "shift_jis";

/* ----- soft review style ------*/

body#soft #main {
	width: 520px;
	float: left;
	border-right: solid 1px #c4c4c4;
}
body#soft #main p{
	padding-left: 35px;
	margin-bottom: 25px;
}
body#soft #main dl{
	margin-left: 25px;
	padding: 0px 30px 25px 0px;
	
}
body#soft #main dl dt{
	border-bottom: dashed 1px #b9b9b9;
	font-size: 15px;
	padding: 1px 10px;
	margin-bottom: 6px;
}
body#soft #main dl dd{
	font-size: 15px;
	padding-left: 10px;
}
body#soft #main dl dd.ss{
	text-align: right;
	font-size: 13px;
	border-bottom: dashed 1px #b9b9b9;
	padding-bottom: 6px;
	padding-top: 6px;
}

body#soft #category{
	width: 170px;
	float: right;
}
body#soft #category h3{
	margin-top: 10px;
	margin-left: 15px;
	color: #666660;
}
body#soft #category ul{
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 15px;
}
body#soft #category ul li{
	font-size: 13px;
	padding: 5px 0px 5px 12px;
	background-image: url("../img/arrow16_12.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

body#soft #footer{
	clear: both;
}

/* ----- end soft review style ------ */