/* CSS Document */

@import "template.css";

#content{
	padding-top:35px;
}

.columns h2{
	font-size:16px;
	border-bottom:dotted 1px #666;
	padding-bottom:6px;
}

.columns h2 span{
	color:#666;
	font-size:12px;
	float:right;
	padding-right:20px;
}

.columns p{
	line-height:2em;
	margin:15px 0;
}

.columns img{
	margin:15px 0;
}

.columns_left{
	float:left;
	width:680px;
}

.columns_right{
	float:left;
	width:235px;
	margin-left:15px;
}

.columns_right h3{
	margin:10px 0px;
	font-weight:normal;
	color:#666;
	border-bottom:dotted 1px #666;
	padding-bottom:3px;
}

.columns_right ul{
	margin:10px 0px;
}

.columns_right ul li{
	line-height:2em;
	
}

#footer{
	width:930px;
	padding-top:45px;
	background-image:url(../img/profile/makuhari.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.fb-like{
	position:relative;
	left:80px;
}