/*------------------------------------------------
	index.css - <shokuen> index.html design css
	2006.11.16
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
#main a{ text-decoration:underline;}
.borderbg td {font-size: 10px; color: #333333; line-height: 15px; }
.rdm { color: #336699; line-height: 15px ; }
.title    {color: #cc0000; line-height: 15px; }
.ltable {width:575px;
	margin:15px 0px 0px 0px;
	border: 1px solid #333333;
	border-collapse:collapse;
}
.borderbg .ltable td,th {
	font-weight:normal;
	padding:3px;
	border: 1px solid #333333;
}
.bgcol01{background-color:#f1efd3;}
.bgcol02{background-color:#dbc8b7;}
.bgcol03{background-color:#faf2ea;}
.bgcol04{background-color:#faf9f1;}
.bgcol05{background-color:#ffe9d6;}
.bgcol06{background-color:#ccd4c4; padding:5px;}
.bgcol07{background-color:#5a6253;}
.bgcol08{background-color:#b4a59e;}

