@charset "Shift_JIS";

/* メニュ
------------------------------------------------------------ */
td.menu	 { 
	width: 410; 
	height: auto;
	vertical-align: top;
	margin: 0 ;
	padding: 20px;
	}

td.menu	 { 
	font-size: medium;
}
*html td.menu	 { 
	font-size: small; 
}

/*h3*/
td.menu h3 {
	margin:0;
	padding-top:4px;
	background-image: url(../images/top-ttlback.gif);
	background-repeat: no-repeat;
	text-indent: 22px;
	font-weight: bold;
}

td.menu h3 {
	font-size: medium;
}
*html td.menu h3 {
	font-size: small;
}

/* メニュ-飾り
------------------------------------------------------------ */
/*メインメニュー*/
.menu-right-img1, .menu-right-img2, .menu-right-img3, .menu-right-img4	{
	width: 359px;
	height: auto;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding-bottom: 10px;
}
.menu-right-img1	{background-image: url(../images/photo-ttl1.gif);}
.menu-right-img2	{background-image: url(../images/photo-ttl2.gif);}
.menu-right-img3	{background-image: url(../images/photo-ttl3.gif);}
.menu-right-img4	{background-image: url(../images/photo-ttl4.gif);}

.menu-text	{
	margin: 0;
	padding: 3px 10px 0 22px;
	width: 200px;
	line-height: 1.2em;
	color: #333333;
}

.menu-text	{
	font-size: small;
}
*html .menu-text	{
	font-size: small;
}

/* サブメニュー*/
.sub-menu	{
	width: 360px;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	margin: 10px 0;
}

td.mininavi	{ 
	text-indent: 20px;
	color: #333333;
	padding-top: 5px;
}

td.mininavi	{
	font-size: small;
}
*html td.mininavi	{
	font-size: x-small;
}

td.mininavi a:link, td.mininavi a:visited, td.mininavi a:active	{
	text-decoration: none;
	color: #111111;
	background-image: url(../images/icon-mininavi.gif);
	background-repeat: no-repeat;
}

td.mininavi a:hover {
	color: #439097; 
	background-image: url(../images/icon-mininavi-on.gif);
	background-repeat: no-repeat;
}

/* お知らせ*/
.information	{
	width: 330px;
	height: auto;
	border: #999999 1px solid;
	margin: 20px 0 0;
	padding: 25px 15px 15px;
	background-image: url(../images/ttl-oshirase.gif);
	background-repeat: no-repeat;
	line-height: 1.3em;
	color: #333333;
}

.information-text	{
	font-size: small;
	border-bottom: #999999 1px dotted;
	margin-top: 10px;
}
*html .information-text	{
	font-size: x-small;
}