@charset "UTF-8";

/* ======================================
 
 
 index.html
 

======================================= */

#index #article .social {
	/*position: absolute;
	right: 0;*/
	top: 20px;
	/*width: 30px;
	padding: 4px;
	border: 1px solid #D9D2CB;
	border-radius: 3px;
	background: #EDE8E4;*/
}
#index-startup #article .social {
	top: 20px;
}
#index-management #article .social {
	top: 20px;
}

/* ======================================

 main

======================================= */

.contents .section {
	position: relative;
	width: 690px;
}
.contents .section .overview {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
}
.contents .section .overview a {
	display: block;
	padding: 7px 10px 7px 7px;
	background: url(../img/com/arrow_r_FFF.png) no-repeat 0 50%;
	color: #FFF;
}
.contents .fb-likebox {
	margin: 20px 0;
}

#topics {
	
}
#topics dt {
	float: left;
	width: 6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#topics dd {
	margin: 9px 0;
	padding-left: 7em;
}
#topics dt ~ dt {
	padding-top: 9px;
}
#topics dd ~ dd {
	padding-top: 9px;
	background: url(../img/com/dotted_line.gif) repeat-x 0 0;
}
