﻿@charset "utf-8";
@import url("main.css"); /* menu stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
}

/*  ============== history ==================
----------------------------------------------- */
.history_stitle {
	background: url(../images/history/history_maintitle.jpg) no-repeat;
	margin: 0 0 15px 0;
	padding: 54px 0 0 0;
	width: 800px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:54px;/* for ie5.x */
}

.history_year {
	margin:0 0 20px 0;
	padding: 8px 0 0 20px;
	width: 590px;
	height: 31px;
	background: url(../images/history/history_ctitle.jpg) no-repeat;
	font-size: 1.7em;
	font-weight:bold;
	color:#555;
	}

.history_title {
	margin:0 0 10px 0;
	padding: 0;
	font-size:1.4em;
	}
	
.history_title_l {
	float:left;
	margin:0;
	padding:5px;
	width:90px;
	background-color:#F5F5F5;
	}
	
.history_title_r {
	float:right;
	margin:0;
	padding:5px;
	width:495px;
	background-color:#F5F5F5;
	}

.history_month {
	margin:0;
	padding:0 0 0 10px;
	font-size:1.4em;
	background: url(../images/history/history_icon3.gif) no-repeat;
	background-position:2px 6px;
	}

.history_list {
	margin:0 0 20px 10px;
	font-size:1.4em;
	line-height:1.6;
	}
	
.history_list dt {
	width:90px;
	float:left;
	}
	
.history_list dd {
	margin:0 0 0 100px;
	}
	
.history_list dd a {
	text-decoration:none;
	}
	
.history_sideyear {
	margin:15px 0 0 10px;
	padding:0;
	list-style-type: none;
	font-size:1.2em;
	}

.history_sideyear li {
	margin:5px 0 3px 0;
	padding:1px 0 0 12px;
	background: url(../images/history/history_icon2.jpg) no-repeat;
	background-position:0 2px;
	>background-position:0 5px;
	}

.history_sideyear li.this {
	background: url(../images/history/history_icon1.jpg) no-repeat;
	background-position:0 2px;
	>background-position:0 5px;
	color:#23990F;
	}

.history_sidemonth {
	margin:0 0 0 10px;
	>margin:0;
	padding:0;
	list-style-type: none;
	}

.history_sidemonth li {
	margin:0 5px 5px 0;
	padding:0;
	width: 30px;
	float:left;
	background-color:#F1F1F1;
	background:none;
	color: #c8c8c8;
	text-align:center;
	}

.history_sidemonth li a {
	color:#23990F;
	text-decoration: none;
	}

.history_sidemonth li.now a {
	color:#C00;
	text-decoration: none;
	}
	
.history_sidemonth li a:hover {
	color:#C00;
	text-decoration: none;
	}
