@charset "utf-8";

/* ALOALO INDEX CSS */

#indexFlash {
	text-align: center;
}
#blog {
	background-image: url(../images/index/blog_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#blog h2 {
	float: left;
}
#blog p.headLine {
	float: left;
}
#blog p.headLine a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	display: block;
	width: 532px;
	padding-top: 8px;
	padding-bottom: 7px;
}
#blog p.headLine a:hover {
	color: #333333;
	text-decoration: underline;
}
#blog p.btnRss {
	float: right;
}
#banner ul {
	padding: 0px;
	margin: 0px;
}
#banner li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#banner li.bannerEnd {
	margin-right: 0px;
}
#tyusyaku p {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 20px;
	margin-top: 3px;
}
