@charset "utf-8";
/* CSS Document */

.title{background-image:url(../images/contents_bg.jpg); background-repeat:no-repeat; background-position:center 165px;}


p{line-height:220%;}


.inst{
	background:#CCC;
	padding-top:15px;
	padding-left:15px;
	margin-bottom:20px;
}



/*instagram*/
.instagram {
	overflow: hidden;
	width:600px;
	margin: 0 auto;
	padding-left:50px;
}
.instagram-placeholder {
	float: left;
	margin-right: 20px;
	margin-bottom:10px;
}

/*topics----table-set*/
.border_top{border-top:1px dashed #ccc;}

#topics_table{
border-collapse:collapse;
width:600px;
margin-bottom:30px;
}


#topics_table th{
	width:70px;
text-align:left;
padding:12px 12px 12px 15px;
font-weight:bold;
vertical-align:top;
border-bottom:1px dashed #ccc;
background-image:url(../images/arrow.png);
background-repeat:no-repeat; background-position:5px 15px;
}

#topics_table td{
padding:12px 12px;
border-bottom:1px dashed #ccc;
}

