﻿@charset "utf-8";
/****************************************************************
Reset
****************************************************************/
body{
	font:95%/123.1 arial,helvetica,clean,sans-serif;
	line-height: 1.4;
}

select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}
	
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	/*line-height:100%;*/
}


/* YUI 2: Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/****************************************************************
all area
****************************************************************/
a {
	color: #999900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

html,body{
	height:100%;
}
body {
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
/****************************************************************
header
****************************************************************/
#header {
	width: 960px;
	height: 430px;
	position: relative;
	background-image: url(../images/loading_w.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#header .title_menu {
	width: 505px;
	height: 175px;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	top: 220px;
	left: 15px;
	background-image: url(../images/title_menu_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 10;
}
.title_menu li {
	margin: 0 0 4px 0;
}
.language {
	position: absolute;
	top: 0;
	left: 775px;
	width: 180px;
}
.language ul li {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
}

/****************************************************************
Contents
****************************************************************/
.contents {
	width: 960px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.contents p, .contents ul {
	margin: 10px 0 10px 0;
}
.contents .border {
	background-image: url(../images/border_dot.gif);
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	background-position: bottom;
	background-repeat: repeat-x;
}
.contents h2 {
	margin: 20px 0 20px 0;
}
.contents h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.contents .photo img {
	border: 4px #FFFFFF solid;
}

/* top --------------------------------*/
.top .contents {
	width: 900px;
	padding: 10px 30px 30px 30px;
}
.top .contents .main {
	width: 590px;
	padding: 0 10px 0 0;
	float: left;
}
.top .contents .main .image_box01 li{
	border: 1px #ccc solid;
	margin: 0 8px 8px 0;
	float: left;
}
.top .contents .main .image_box01 li a {
	display: block;
}
.top .contents .sub {
	width: 298px;
	float: left;
	border: 1px #ccc solid;
}

/* education -------------------------*/
.education .contents {
	width: 900px;
	padding: 10px 30px 30px 30px;
}
.education .contents .section01 {
	width: 900px;
	overflow: hidden;
	background-image: url(../images/border_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.education .contents .section01 .box{
	width: 435px;
	padding: 0 15px 0 0;
	float: left;
}

/* daily -------------------------*/
.daily .contents {
	width: 900px;
	padding: 10px 30px 30px 30px;
}
.daily .contents h3{
	font-size: 180%;
}
.daily .contents .section01 {
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
	width: 856px;
	overflow: hidden;
	background-image: url(../images/border_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.daily .contents .section01 .box{
	margin: 0 0 0 20px;
	width: 830px;
	overflow: hidden;
}
.daily .contents .section01 .box ul{
	margin: 0;
}
.daily .contents .section01 li{
	border: 1px #ccc solid;
	margin: 0 8px 8px 0;
	float: left;
}
.daily .contents .section01 li a {
	display: block;
}
/* events ----------------------------*/
.events .contents {
	width: 960px;

	padding: 0 0 20px 0;
	overflow: visible;
}
.events .contents h2 {
	margin: 20px 0 20px 25px;
}
/* new clearfix */
.events .contents:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.events .contents ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.events .contents ul li{
	position:relative;
	width: 120px;
	height: 120px;
	float: left;
	margin: 0px;
	/*border: 1px solid #ccc*/;
}
.events .contents ul li a {
	position: absolute;
	top: 4px;
	left: 4px;
	display:block;
	width:110px;
	height:110px;
	background:#444;
	border:1px solid #ccc;
}
.events .contents ul li a img {
	border:5px solid #fff;
	width:100px;
	height:100px;
	margin:0;
	padding:0;
}
.events .contents div.month{
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	float: left;
	background: #fff;
	z-index: 2;
}
.events .contents div.month div.text {
	position: absolute;
	top: 4px;
	left: 4px;
	background: #fff url(../images/pointer.gif) no-repeat right bottom;
	width: 110px;
	height: 110px;
	margin: 0;
	border: 1px solid #ccc;
	z-index: 3;
}
.events .contents div.month h3 {
	border:none;
	font-size:18px;
	margin:0 0 0 5px;
	padding:0;
	background:#fff url(../images/h3.gif) no-repeat 0 300px;
}	
.events .contents div.month div.text ul{
	display:none;
	border-top:1px #ccc dotted;
	padding:0.5em;
	margin:0 5px 0 5px;
	}
.events .contents div.month div.text ul li{
	background-image: url(../images/events_list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	display:none;
	clear:both;
	width:15.5em;
	height:auto;
	border:none;
	margin:0 0 0 0;
	padding: 0 0.5em 0.5em 0.5em;
	font-size:100%;
}
/****************************************************************
Footer
****************************************************************/
#footer {
	clear: both;
	width: 960px;
	padding: 10px 0 0 0;
	background-image: url(../images/footer_bg.gif);
	background-position: 0 top;
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	overflow: hidden;
}
#footer ul {
	margin: 0 0 0 15px;
}
#footer li {
	float: left;
	margin: 0 10px 0 0;
	background-image: url(../images/footer_list_marker.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
#footer li a {
	color: #444;
	padding: 0 0 0 10px;
}
#footer address {
	color: #444;
	clear: both;
	margin: 40px 0 0 15px;
	padding: 9px 0 12px 35px;
	background-image: url(../images/footer_logo.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}