#contents .side {
	width: 180px;
	float: left;
}
#contents .main {
	float: right;
	width: 745px;
}
.side ul li {
	display: block;
	padding-bottom: 30px;
}
.main .contents_title {
	padding-bottom: 30px;
}
#profile .title_comment {
	display: block;
	padding-bottom: 30px;
}
#profile table td {
	vertical-align: top;
	padding-bottom: 20px;
}
#profile table tr .item {
	width: 120px;
}
.main #profile {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#access #googlemap {
	height: 400px;
	width: 100%;
}
.main #access {
	padding-bottom: 0px;
}
