@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

/* ---------- globalNav ---------- */

#globalNav ul li#navi-freetool a{
	width: 87px;
	margin-left: 0px;
	background: url(../../images/common/globalNav.gif) no-repeat -703px -51px;
}


/* 無料ツール用一覧 */

#topics-list{
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.25em;
	font-size: 1.3em;
	overflow:hidden;
}

/* IE7のみ適用 */
*+html #topics-list{
	padding-top: 40px;
}

/* IE6以下のみ適用 */
* html #topics-list{
	padding-top: 30px;
}

/* CSSハック Start */
/* IE以外適用 */
#topics-list ul{
	margin-left: 4px;
	clear: both;
}

/* IE7のみ適用 */
*+html #topics-list ul{
	margin-top: -40px;
}

/* IE6以下のみ適用 */
* html #topics-list ul{
	margin-top: -30px;
}
/* CSSハック End */

#topics-list li{
	clear: left;
	padding-top: 10px;
}

.topics-date{
	display: block;
	float: left;
	width: 90px;
}

.topics-headline{
	float: left;
	width: 382px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#topics-list a:link {
	color: #454545;
	text-decoration: none;
} 
#topics-list a:visited {
	color: #525252;
	text-decoration: none;
}
#topics-list a:hover {
	color: #0099FF;
	text-decoration: none;
} 
#topics-list a:active { 
	color: #ff0000; 
	text-decoration: underline;
} 

#topic-entry{
	padding-top: 10px;
}

#topics-list-division{
	clear: both;
	float: none;
	text-align: center;
	padding-top: 30px;
	font-size: 1.3em;
}


