@charset "utf-8";
/* CSS Document */

.sideBar li.bg_colored {
	background	: #FFEDD1 url(../../common/img/icon/icon_side_nav.png) no-repeat 10px 50%;
	
}


.kiroku_box {
}

	.kiroku_box .pic{
		width:100%;
		padding:20px 0 0 60px;
	}

	.kiroku_box .txt{
		width:90%;
		padding	: 10px 0 0 15px;
		font-size:18px;
	}
	


.kiroku_entry {
	clear	: both;
	margin	: 20px 0 0;
}

	.kiroku_entry ul{
		margin		: 0 30px 15px;
		text-align	: left;
	}

		.kiroku_entry ul li{
			list-style	: disc;
			margin		: 0 20px 20px 5px;
			padding		: 0;
			list-style:none;
			line-height	: 1.5;
			float:left;
		}
		
	
#tsukibetsu{
	margin:0 0 0 10px;
}
		

#tsukibetsu li{
	float:left;
	background:url(../img/tsukibetsu_bg_off.gif) no-repeat;
	width:153px;
	height:30px;
	margin:20px 10px 10px 0;
	padding:0px 0 0 0;
	display:block;
}

#tsukibetsu li a{
	display:block;
	padding:7px 20px;
	text-decoration:none;
	color:#604c3f;
}


#tsukibetsu li:hover {
	background: #FFEDD1 url(../img/tsukibetsu_bg_on.gif);
}


#tsukibetsu_b li{
	background:url(../img/tsukibetsu_b_bg_off.gif) no-repeat;
	width:317px;
	height:30px;
	display:block;
	margin:70px 0 0px 174px;
}

#tsukibetsu_b li a{
	display:block;
	padding:7px 20px;
	text-decoration:none;
	color:#604c3f;
}


#tsukibetsu_b li:hover {
	background: #FFEDD1 url(../img/tsukibetsu_b_bg_on.gif) no-repeat;
}








		
.action_box{
	width:100%;
	border-top:1px dashed #999999;
	margin:10px 0 0 0;
	display:block;
	clear:both;
	max-height:500px;
}



.time{
	padding:25px 0 0 0;
	width:10%;
	display:block;
	float:left;
	height:45px;
	color:#CC0000;
	font-weight:bold;
}

.action_titel{
	padding:23px 0 0 0;
	width:50%;
	display:block;
	float:left;
	color:#CC0000;
	font-weight:bold;
    height:45px;
	font-size:15px;
}


.action_box ul{
	float:right;
	width:30%;
	padding:13px 10px 0 0;
    height:45px;
	
}

.action_box ul li{
	float:left;
	width:24%; 
	padding:0 0 5px 0;
}

.kiroku_img{
	clear:both;
	width:24%;
	padding:5px 0 0 2px;
	float:left;
}

.kiroku_img img{
	border:solid 1px #999999;
}

.kiroku_txt{
	width:70%;
	float:right;
}



.contents_bottom{
	border-bottom:1px dashed #999999;
}



/* table
--------------- */

table {
	border-collapse: collapse;
	border:solid 2px #603f21;
}


td,th{
	border:solid 1px #603f21;
}


td{
	padding:5px;
}

th{
	background:#ffedd1;
	padding:10px 0 10px 0;
}

.table_left{
	text-align:left; 
}

.month{
	border:solid 2px #603f21;
	padding:12px 0 12px 0;
	background:#fffbf5;
}


/* clearfix
--------------------------------------------------------------------------- */

.kiroku_box:after
{
	content		: ".";
	display		: block;
	visibility	: hidden;
	height		: 1px;
	font-size	: 1em;
	line-height	: 0;
	clear		: both;
}

.kiroku_box
{
	overflow	: hidden;
}

/* Hides from IE-mac \*/

* html .kiroku_box
{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */

