@charset "utf-8";

/* tool.css */


/*-------------------------------------------------
///	 お役立ちツール全般
-------------------------------------------------*/
#contents {
	position: relative;
	padding-top: 0;
}

#contents #tool {	
	padding-bottom: 50px;
	margin-bottom: 25px;
}

#contents #tool .tool_contents {	
	
}

#contents #tool h2 {
	margin-bottom: 10px;
}

#contents #tool h3 {
	margin-bottom: 30px;
	background: url(../img_new/bg_tool_info.gif) no-repeat;
	width: 614px;
	height: 45px;
	font-size: 12px;
	padding: 10px 30px 0 30px;
}

* html #contents #tool h3 {
	width: 674px;
	height: 55px;
}


/*-------------------------------------------------
///	ツール紹介	
-------------------------------------------------*/

#contents #tool .tool_contents {
	margin-bottom: 25px;
}

#contents #tool .tool_contents img.toolphoto {
	width: 143px;
	height: 197px;
	float: left;
}

#contents #tool .tool_contents dl {
	margin-left: 163px;
	padding-top: 10px;
}

#contents #tool .tool_contents dl dt {
	margin-bottom: 5px;
}

#contents #tool .tool_contents dl dd {
	text-align: right;
	margin-right: 5px;
}

#contents #tool .tool_contents dl dd.tool_text {
	background: url(../img_new/bg_linetext.gif) no-repeat left 22px;
	width: 496px;
	height: 92px;
	line-height: 165%;
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0 5px;
	text-align: left;
}

* html #contents #tool .tool_contents dl dd.tool_text {
	width: 506px;
}



	
