@charset "Shift_jis";

/* ---------------------------------------------------------
top.css
CUFFS official homepage
(c) 2009 CUFFS
--------------------------------------------------------- */

/* ---------------------------------------------------------
 layout
--------------------------------------------------------- */
#main {
	float: left;
	width: 415px;
	padding-right: 4px;
	border-right: 6px solid #cd7c81;
}

#history {
	float: left;
	width: 318px;
	padding-left: 4px;
}

/* ---------------------------------------------------------
 design
--------------------------------------------------------- */
#footer {
	margin-top: 4px;
}

/*
* inner_box
*/
#inner_box {
	padding: 4px 0;
	border-top: 1px solid #cd7c81;
}

h2 {
	padding-bottom: 4px;
	border-bottom: 1px solid #cd7c81;
	margin: 0 0 4px 0;
}
h3 {
	margin: 0;
}

/*
* main
*/
#main {
	font-size: 10px;
}
#main h3 {
	padding-top: 8px;
	border-top: 1px solid #cd7c81;
	border-bottom: 1px solid #cd7c81;
	margin-bottom: 8px;
}
#main #garden_info {
	margin: 8px 0;
}
#main #garden_info li {
	margin: 4px 0;
}
#main .section {
	margin: 6px 0;
}

/*
* histroy
*/
#history {
	font-size: 13px;
	overflow: hidden;
	height: 1400px;
}

#history .rss {
	text-align: right;
}

/* item */
#history .item {
	background: url('../images/item_top.gif') top left no-repeat white;
	width: 318px;
	margin: 10px auto 16px auto;
}
#history .item .i_date {
	font-size: 12px;
	background: url('../images/list-trigone.gif') 12px 10px no-repeat transparent;
	height: 38px;
	padding: 9px 0 0 26px;
	margin: 0;
}
#history .item .i_body {
	font-size: 13px;
	background: url('../images/item_body.gif') top left repeat-y white;
	min-height: 30px;
	padding: 0 12px 8px 12px;
}
#history .item .i_body p {
	margin: 0 0 1em 0;
}
#history .item .i_link {
	font-size: 11px;
	background: url('../images/item_bottom.gif') bottom left no-repeat white;
	min-height: 12px;
	padding: 8px 12px;
	border-top: 2px solid #da9da1;
}
#history .item .i_link ul {
	background: url('../images/list-trigone.gif') top left no-repeat white;
	padding: 0 0 0 16px;
	margin: 0;
}
#history .item .i_link ul li {
	list-style-type: none;
	padding: 0;
	margin: 4px 0;
}
