@charset="utf-8";

html{
	font-family:sans-serif;
}

html body{
	background:url(../images/bk.png) left top; 

}


h1 {
	margin: 10px 0 0 0;
	font-size:10pt;
	padding: 0;
	color: #ffffff;
	background-color: #8b4513;
	border-top: 8px solid #462301;
	line-height: 20pt;
	text-align:center;
}

html body #contents{
	width:900px;
	margin:0 auto;
	background:url(../images/ct_background.png) right top repeat-y;

}

#main-left{
	float:left;
	width:260px;
	margin:0;


}

html body #contents #main-right{
	float:right;
	margin:0;
	width:610px;
	font-size:0.9em;
	overflow:hidden;
	padding:15px;
}

html body #contents #main-left h2 a.logo{
	margin:0;
	padding: 0;
	display: block;
	width: 255px;
	height: 255px;
	background: url(../images/logo.png) left top no-repeat;
	text-indent: -9999px;
}

html body #contents #main-left h2 a.logo:hover{
	background: url(../images/hogo.png) left top no-repeat;
}



html body #contents #main-left ul#global-navigation li{
	list-style: none;
	margin: 7px 0px;
	padding: 0;
	width: 255px;
	height: 72px;
	display: block;
}
html body #contents #main-left ul#global-navigation li a{
	width: 255px;
	height: 72px;
	display: block;
}

html body #contents #main-left ul#global-navigation li.n1 a{		background: url(../images/bar.png) left top no-repeat;}
html body #contents #main-left ul#global-navigation li.n1 a:hover{	background-image: url(../images/har.png);}
html body #contents #main-left ul#global-navigation li.n2 a{		background: url(../images/ba2.png) left top no-repeat;}
html body #contents #main-left ul#global-navigation li.n2 a:hover{	background-image: url(../images/ha2.png);}
html body #contents #main-left ul#global-navigation li.n3 a{		background: url(../images/ba3.png) left top no-repeat;}
html body #contents #main-left ul#global-navigation li.n3 a:hover{	background-image: url(../images/ha3.png);}


html body #contents #main-right #title {
	height: 157px;
	margin: 5px 0;
	background: url(../images/title.png) left top no-repeat;
}

html body #contents #main-right #title .season {
	display: block;
	width: 600px;
	height: 157px;
	background: url(../images/season.png) right bottom no-repeat;
}

html body #contents #main-right table{
	border-collapse:collapse;

}

html body #contents #main-right table, th, td{
	border:1px solid brown;
	padding:5px;
}

html body #contents #main-right ul#list-of-menu li{
	display:block:
}

html body #contents #main-right ul#list-of-menu li a:hover{
	background:#f5deb3;
	padding:3px;
	text-decoration:none;
}

html body #contents #main-right p.newstitle{
	font-weight:bold;
	color:#666600;

}

html body #contents #main-right ul#footer-navigation li{
	float:left;
	display:inline;
	font-size:0.9em;
	width:180px;
	margin:10px;
}

html body #contents #main-right ul#footer-navigation li a:hover{
	background:#f5deb3;
	padding:7px;
}


html body #contents #main-right p#main-start{
	clear:both;
}

td.f1 {
	background: url(../images/1.png) left top no-repeat;
	padding-top: 50px;
	padding-right:10px;
	padding-left:10px;
}
td.f2 {
	background: url(../images/2.png) left top no-repeat;
	padding-top: 50px;
}
td.f3 {
	background: url(../images/3.png) left top no-repeat;
	padding-top: 50px;
}


html body #contents #site-information{
	clear:both;
	text-align:right;
}

html body #contents #site-information ul li{
	display:inline;
	font-size:0.8em;
	padding:5px;
}

html body #contents #site-information ul a{
	text-decoration:none;
}

html body #contents #site-information ul a:hover{
	text-decoration:underline;
}

html body #contents #site-information p{
	text-align:center;
	padding:10px;
	margin-left:100px;
	color:white;
	background:brown;
	font-size:0.9em;
}


html body #contents #site-information p a:visited{
	color:white;
}

html body #contents #site-information p a{
	text-decoration:none;
}

html body #contents #site-information p a:hover{
	text-decoration:underline;
}





