@charset "UTF-8";


/*****************************************************************************
 *
 * [Easy-Ruby CSS v2.1]
 *
 * CSS Author : BENIT
 * http://welkin.s60.xrea.com/blog/
 *
 * Last Updata > 2009-06/04
 *
 ******************************************************************************/
 
/* IE6,7 */
.ruby2{
	border-bottom: 1px dotted #666666;
	cursor: help;
}

/* Ruby Base */
html>/* */body .ruby2 {
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
}

/* Ruby Text */
html>/* */body .ruby2:before {
	font-size: 0.64em;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	content: attr(title);
}


/* Adapt to your site's CSS */
html>/* */body .ruby2:hover{
	color: #000000;
	background-color: #ffffcc;
}

html>/* */body .ruby2:hover:before{
	background-color: #ffcc66;
}
