@charset "utf-8";

/*  whole */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}
a:link{
	color: #f60;
	text-decoration: none;
}
a:visited{
	color: #996600;
	text-decoration: none;
}
a:hover{
	color: #f60;
	text-decoration: underline;
}
#syn {
    background-image: url(../../images/bg_stripes.gif);
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}
.clear{
	clear: both;
}
.size12px { font-size: 12px}
/*  whole end */

/*  header */
#header {
	margin: 0px 0 10px;
	padding: 0px;
	height: 108px;
	width: 760px;
}
#header h1 {
	display: none;
}
#header img {
	margin: 0px auto;
	height: 108px;
	width: 760px;
}
/*  header end */

/*  h2 bana */
.pannavi {
	font-size: 13px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
#bana {
	margin: 0px;
	padding: 0px;
	height: 48px;
}
#bana h2 {
	margin: 0px auto;
	height: 48px;
	width: 710px;
	text-indent: -9999pt;
	background-image: url(../images/title_big.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/*  h2 bana end */


#contents {
	padding: 15px 40px 0px;
	margin: 0px;
	width: 680px;
}

/*UI tabs*/
#contents #everyyear {
	margin: 0 auto;
	padding: 0 60;
	outline: 0;
	text-decoration: none;
	font-size: 14px;
	list-style: none;
	position: relative;
	z-index: 1;
	bottom: -1px;
	width: 560px;
	height: 390px;
}
#contents #everyyear ul {
	margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	width: 560px;
}
#contents #everyyear li {
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 30px;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border-right: 1px none #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#contents #everyyear #last_li {
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 30px;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#contents #everyyear li a {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 14px;
	list-style: none;
	float: left;
	font-weight: normal;
	background: #f6f6f6 url(images/f6f6f6_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	width: 69px;
}
#contents #everyyear li a:link {
	color: #03c;
	text-decoration: none;
}
#contents #everyyear li a:visited {
	color: #03c;
	text-decoration: none;
}

#contents #everyyear li a:hover {
	background: #fdf5ce url(images/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	color: #c77405;
	text-decoration: none;
}
#contents #everyyear li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
#contents #everyyear li.ui-tabs-selected a,#contents #everyyear li.ui-tabs-selected a:link,#contents #everyyear li.ui-tabs-selected a:visited,#contents #everyyear li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #eb8f00;
}
.ui-tabs-panel {
	margin: 0;
	padding: 10px 0px 5px 5px;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 14px;
	list-style: none;
	background: url(../../images/bg_stripes.gif) repeat-x;
	color: #333333;
	width: 555px;
	height:auto!important;
	height: 340px;
	min-height:340px;
	float: left;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.ui-tabs-panel p{
	margin-bottom: 5px;
}
.ui-tabs-panel a{
	margin-left: 10px;
}
.ui-tabs-panel a:link{
	color: #996600;
	text-decoration: none;
}
.ui-tabs-panel a:visited{
	color: #996600;
	text-decoration: none;

}
.ui-tabs-panel a:hover{
	color: #f60;
	text-decoration: underline;
}


.ui-tabs-hide{
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
/*UI tabs end*/

/*  footer */
#footer{
	margin: 0px;
	padding: 0px;
	height: 167px;
	width: 760px;
	position: relative;
}
#footer img{
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer #year_made{
	font-size: 13px;
	font-size: 10pt!important;
	color: #319c00;
	position: absolute;
	text-align: left;
	left: 242px;
	margin: 0px;
	padding: 0px;
	top: 45px;
	font-family: "Times New Roman", Times, serif;
}
/*  footer  end */

