@charset "utf-8";
/* CSS Document */
.wrapper .column{
	background: url(../images/col_bg.png) repeat-y left top;
	float: left;
	width: 620px;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	height: auto;
}
.wrapper .column .top{
	background: url(../images/col_top_bg.png) no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 620px;
	height: 15px;
}

.wrapper .column .bottom{
	background: url(../images/col_bottom_bg.png) no-repeat;
	float: left;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	width: 620px;
	height: 70px;
}

.wrapper .title{
	background-color: #FFFFFF;
	min-height: 30px;
	width: 557px;
	border: #9999cc 1px solid;
	margin: 10px 10px 0px 20px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	line-height: 2em;
	vertical-align: bottom;
	clear: both;
}
.wrapper .column h3{
	margin: 0px 10px 0px 10px;
	padding: 0 15px 0px 15px;
	line-height: 2em;
	font-weight: bolder;
	clear: both;
}
.wrapper .column p{
	margin: 5px 10px 5px 15px;
	padding: 0 15px 0px 15px;
	line-height: 2em;
	clear: both;
}
.wrapper .column li{
	line-height: 2em;
}
.links{
	background: url(../../images/point.gif) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 2em;
	vertical-align: middle;
}
.left_navi{
	float: left;
	width: 160px;
	margin: 0px;
	height: 60px;
}
.left_navi ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.left_navi li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.col_wrapper{
	margin: 0px;
	padding: 0px;
	margin: 0px 9px 0px 0px;
}






