@charset "euc-jp";
/* sidebar
---------------------------------------------------------------------------------------------------- */
/* contents
---------------------------------------------------------------------------------------------------- */
#contents h1	{
	width: 655px;
	padding-bottom: 35px;
}
/* box001
---------------------------------------------------------------------------------------------------- */
#box001	{
	width: 655px;
	padding-bottom: 40px;
}
#box001 dl	{
	padding-left: 15px;
	background: url(../link/images/link_ic001.gif) no-repeat;
	background-position: 0 5px;
}
#box001 dl dt	{
	padding-bottom: 15px;
	font-size: 1.5em;
}
#box001 dl dd	{
	padding-bottom: 30px;
}
/* clearfix
---------------------------------------------------------------------------------------------------- */
#box001:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}
#box001	{
	display: inline-block;
}
