@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2011.11.15
Style Info:     tantapappatoria css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url("style.css");
/*------------------------------------------------------------Content*/
/*Menu*/
table.sheetmenu {
	width: 500px;
	border-collapse: collapse;
	border: 3px double #99CC00;
	background-color: #FEF9EF;
	margin-bottom: 10px;
	float: left;
}
table.sheetmenu th,
table.sheetmenu td {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	padding: 4px 10px;
	vertical-align: top;
}
table.sheetmenu th {
	text-align: left;
}
table.sheetmenu th.tx_green {
	padding: 12px 10px 4px;
	color: #690;
}
table.sheetmenu td {
	color: #900;
}
/*Photo*/
table.sheet_photo {
	width: 240px;
	float: right;
	margin: 0 5px 0 0;
	border-collapse: collapse;
}
table.sheet_photo td {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	padding: 0 0 5px;
}
