@charset "euc-jp";
/* CSS Document */
a {}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover , a:active {
	color: #FF6600;
	text-decoration: underline;
}

#okiniwrap {
	text-align: left;
	background: url(img/okini_body.jpg) no-repeat;
	height: 150px;
	padding-top: 30px;
	width: 503px;
	padding-right: 10px;
	overflow: hidden;
}
#okiniimg {
	width: 186px;
	float: left;
	height: 144px;
	padding-left: 10px;
	padding-right: 10px;
}

#okinititle {
	font-weight: bold;
	font-size: 14px;
}

#okinititle2 {
	font-weight: bold;
	font-size: 14px;
}

#okinicomment {
	color: #666666;
	font-size: 12px;
}
