@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      style.css
 Last update:    2009.09.24
----------------------------------------------------------- */


/*----------------------------------------------------
	main
----------------------------------------------------*/

.top #rightColumn .section {
	clear: both;
}
.top #rightColumn .banner {
	margin-bottom: 20px;
}
.top #rightColumn .section .left_section {
	float: left;
	width: 330px;
}
.top #rightColumn .section .left_section dl {
	height: 570px;
	overflow: auto;
}
.top #rightColumn .section .left_section dt {
	float: left;
	padding: 10px 0 0 10px;
	font-size: 11px;
	color: #37728a;
}
.top #rightColumn .section .left_section dd {
	padding: 10px 0 10px 90px;
	font-size: 11px;
	background: url(/common/images/common_border_dot.gif) repeat-x left bottom;
}

.top #rightColumn .section .right_section {
	float: right;
	width: 330px;
}
.top #rightColumn .section .right_section ul {
	margin-bottom: 5px;
}
.top #rightColumn .section .right_section ul li {
	padding: 10px 0 10px 10px;
	background: url(/common/images/common_border_dot.gif) repeat-x left bottom;
}
.top #rightColumn .section .right_section li p.voice_img {
	float: right;
	clear: right;
	padding: 0 0 0 10px;
}
.top #rightColumn .section .right_section li p {
	font-size: 10px;
}
.top #rightColumn .section .right_section li p.name {
	margin: 12px 0 0;
	font-size: 10px;
	font-weight: bold;
}
.top #rightColumn .section .right_section p.demo {
	margin-top: 5px;
}