<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ��������Ή�鴻���ゃ��������menu.css */

#billboard{
	position:relative;
	width:950px;
	height:600px;
	background:#ffffff url(../img/tsukahara_bill_kumori.jpg) left top no-repeat;
}
h1{
	width:910px;
	height:35px;
	margin:0px 20px;
	padding-top:10px;
	padding-left:250px;
	font-size:20px;
	font-weight:bold;
}
#primary{
	width:910px;
	height:245px;
	margin:10px 20px 20px 20px;
}
#primary .box{
	float:left;
	width:160px;
	height:245px;
	background:url(../img/charge_square1.gif) center top no-repeat;
}

#secondary{
	width:910px;
	height:245px;
	margin:20px 20px 10px 20px;
}

#primary .charge{
	float:right;
	width:710px;
	height:245px;
}

#secondary .box{
	float:right;
	width:160px;
	height:245px;
	background:url(../img/charge_square2.gif) center top no-repeat;
}
#secondary .charge{
	float:left;
	width:710px;
	height:245px;
}


p#remarks{
	width:910px;
	height:20px;
	margin:0 20px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:430px;
	}

table#mens,
table#perm
	{
	width:355px;
	height:225px;
	float:left;
	line-height:1.2;
	}

table#ladies_child,
table#special
	{
	width:355px;
	height:225px;
	float:left;
	line-height:1.2;
	}

table#mens th,
table#ladies_child th,
table#perm th,
table#special th
	{
	font-weight:bold;
	width:160px;
	}

table#mens th.category
{
	height:25px;
	text-indent:-9999px;
	background:url('../img/menu_adult.gif')left top no-repeat;
}

table#ladies_child th.category
{
	height:25px;
	text-indent:-9999px;
	background:url('../img/menu_child.gif')left top no-repeat;
}
	
table#perm th.category
	{
	height:25px;
	text-indent:-9999px;
	background:url('../img/menu_perm.gif')left top no-repeat;
	}

table#special th.category
	{
	height:25px;
	text-indent:-9999px;
	background:url('../img/menu_special.gif')left top no-repeat;
	}


table#mens td.reader,
table#ladies_child td.reader,
table#perm td.reader,
table#special td.reader
	{
	width:100px;
	text-align:left;	
	font-size:16px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	}

table#mens td,
table#ladies_child td,
table#perm td,
table#special td
	{
	width:95px;
	text-align:left;	
	font-size:16px;
	color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	}



</pre></body></html>