@charset "UTF-8";
/* CSS Document */
@import 'global.css';
@import 'menu.css';
@import 'textstyle.css';

.subtitle{
	color: #2B99D1;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
.cushion{
	background:url(../images/business/cushion_top.gif) left top no-repeat;
	padding:12px 0 0 0;
	margin-bottom:20px;
	position:relative;
}
.cushion .box{
	padding:20px 30px 20px 185px;
	background:url(../images/business/cushion_btm.gif) left bottom no-repeat;
}
.cushion .logo{
	position:absolute;
	top:30px;
	left:20px;
}
div#maincontents ul{
	font-size: 77%;
	padding: 0 0 0 5px;
	margin: 0px 0px 15px 0px;
}
div#maincontents ul li{
	padding: 0px 0px 0px 10px;
	background-image: url(../images/global/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin:0 0 2px 0;
}

dl.products{
	margin:1em 0 2em 0;
	padding:10px 0;
}
dl.products:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
dl.products dt{
	clear:left;
	float:left;
	width:182px;
	padding:0;
}
dl.products dd{
	margin-left:200px;
	padding:0;
}
