@charset "utf-8";

/* Base
========================================== */
@import "base/reset.css";
@import "base/structure.css";
@import "base/header.css";
@import "base/navigation.css";
@import "base/footer.css";
@import "base/textdecorations.css";


/* Individual
========================================== */
@import "individual/sub.css";
@import "individual/home.css";

.cake-sql-log {
	display: none;
}

#header .rss #feed {
	width: 343px;
	height: 150px;
	overflow: auto;
	padding: 5px 10px;
}

#feed dt.feedDate {
	font-size:92.4%;
	color:#666666;
	margin: 5px 0;
	line-height: 15px;
}

#feed dd.feedTitle {
	padding: 0 0 10px 30px;
	border-bottom:#999999 1px dotted;
	background: url("/img/pre_list.gif") no-repeat 0 0;
}

#feed dd.feed-0 { background-image: url("/img/car_list.gif") }
#feed dd.feed-1 { background-image: url("/img/pil_list.gif") }
#feed dd.feed-2 { background-image: url("/img/pre_list.gif") }

#link .link {
	position: relative;
	padding: 15px 5px 5px 5px;
	border-bottom: 1px dotted #CCC;
}

#link .link a {
	color: #06F;
}

#link .link img {
	position: absolute;
}

#link .link span {
	display: block;
	margin: 0 0 0 120px;
	text-decoration: underline;
}

#link .link .text {
	margin: 5px 0 0 120px;
	line-height: 1.3;
}
