@charset "utf-8";
/* ****************************************************
Since : 2009-12-22
Last Modify : 2010-02-01
**************************************************** */

/* font settings [ linkbox.css ]
=================================
1: common settings

99: clearFix
=================================*/


/* contents
---------------------------------*/


/* linkbox
=================================*/
.linkboxIn {
}
.linkboxIn a{
	text-decoration:none;
}
.linkboxIn .readmore .no-underline {
	color: #000000;
	text-decoration: none;
}
.box-hover {
	background: url(/sakura/images/index_bg004on.gif) no-repeat left top;
	text-decoration: none;
	cursor:pointer;
}
.box-hover .linkboxIn {
	background: url(/sakura/images/index_bg004on.gif) no-repeat left top;
	text-decoration: none;
	cursor:pointer;
}


.linkbox001,.linkbox002,.linkbox003,.linkbox004,.linkbox005,.linkbox006,.linkbox007,.linkbox008,.linkbox009,.linkbox010,.linkbox011,.linkbox012,.linkbox013,.linkbox014,.linkbox015,.linkbox016,.linkbox017,.linkbox018,.linkbox019,.linkbox020 {
	width: 225px;
	background: url(/sakura/images/index_bg004.gif) no-repeat left top;
}



/* clearFix
=================================*/
div.colSection div.linkbox a:after,
.linkboxIn:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html div.colSection div.linkbox a,
* html .linkboxIn {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html div.colSection div.linkbox a,
*:first-child+html .linkboxIn {/* IE7 hack */
	zoom: 1;
}

