@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#navibar {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(images/btn_over.jpg);
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #006633;
	height: 30px;
	padding-top: 5px;
}

#navibar a {
	background-image: url(images/btn_up.jpg);
	height: 20px;
	width: 86px;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#content_left {
	height: 100%;
	background-color: #3399ff;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 85%;
}

#sidemenu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#sidemenu a {
	font-size: 12px;
	line-height: 24px;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidemenu a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}

#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #00ccff;
	padding: 10px;
}

#content_right h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

#content_right .topics01 {
	background-color: #FFFFFF;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics01 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#content_right .topics02 {
	background-color: #99ffff;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics02 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#hotevent {
	margin-top: 20px;
	text-align: center;
}

#hotevent h5{
        font-size:12px;
        color:#FFFFFF;
}


#hotevent p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#hotevent img {
	margin-bottom: 5px;
}

#content_center {
	height: 100%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#content_center .maintopic {
	height: auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .maintopic img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content_center .maintopic h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#maincontent{
         width:750px;
         float:right;
         padding:20px;
         font-size:12px;
         line-height:16px;
}

#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	background-image: none;
	height: 30px;
}
#maincontent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	margin: 10px;
}
#maincontent img {
	float: left;
	margin-right: 10px;
}

#maincontent .diary {
	background-image: none;
	background-color: #E5FEFC;
	padding: 10px;
}
#maincontent  .diary p {
	margin-right: 15px;
	font-size: 100%;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #666666;
}


#topic01_contents{
           height:300px;
           background-image:url(images/  .gif);
           margin-bottom:30px;
}

.tatle_topic{
             font-size:14px;
             font-weight:bold;
             border-bottom-width:3px;
             border-bottom-style:solid;
             border-bottom-color:#FFBF00;
             padding-bottom:5px;
             margin-bottom:10px;
             padding-left:200px;
}

#photo {
       float:right;
       margin:0px 0px 10px 10px;
       position:relative;
       width:280px;
       height:210px;
}

#photo img{
       position:absolute;
       top:0px;left:0px;
}



#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 35px;
	background-color: #006633;
	padding-top: 5px;
}
