@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kyowa-Takkyu - CSS Modules Import
	Date: 2009-03-18
------------------------------------------------------------------------------*/

#content{
	padding:20px 0 0;
	text-align:left;
}
#content *{
	line-height:1.5;
}

#footNav{
	padding-left:25px;
}

h1{
	padding:0 25px 20px
}
.box{
	margin-left:24px;
	margin-bottom:20px;
	padding-bottom:20px;
}
.box table{
	margin:0 27px;
}
.box th{
	background:#e5e5e5;
	text-align:center;
	padding:3px 15px;
	white-space:nowrap;
	border-bottom:3px solid #fff;
}
.box td{
	text-align:left;
	padding:3px 15px;
	border-bottom:3px solid #fff;
}
.box .ti{
	color:#ff4d00;
	font-weight:bold;
	padding:10px 27px 10px;
	line-height:1.5;
}

@charset "UTF-8";

/*------------------------------------------------------------------------------
	month index
------------------------------------------------------------------------------*/

#snav{width:650px; height:20px;}

#snav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	}

#snav ul.year {	
		padding: 0 25px 30px;
}

#snav ul li {
	float: left;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #blue;
	text-decoration: none;
	width: 55px;
}

#snav ul li.title {
	float: left;
	width: 115px;
	margin: 0px 3px 0px 0px;
	padding: 0px 3px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	border:2px dotted #ff4d00;
}

#snav ul li.title2011  {
	margin-left: 3px;
	font-weight:bold;
	background-color:#ececec;
	width: 65px;
}

#snav ul li.title2012  {
	margin-left: 15px;
	font-weight:bold;
	background-color:#ececec;
	width: 65px;
}


#snav ul li a {
	display: block;
	width: 100%; /* Windows Internet Explorer 6*/
	padding: 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background: url(/takkyu/images/btn_year.gif) left top no-repeat;
	width: 55px;
	text-decoration: underline;

}

#snav li a:hover {
	color: #03c;

}

.yymm{
	margin-left:25px;
	font-weight:bold;
}

.gototop{
	

