﻿@charset "utf-8";
/*----------------------------------------
index.html
-----------------------------------------*/

#index .box1 {
	width: 500px;
	border: 1px solid #e9e9e9;
	background: #f4f4f4;
}
#index .box1 .deco1 {
	margin-bottom: 0;
	border: 1px dashed #f4f4f4;
}
#index .box1 .deco2 {
	padding: 8px;
	background-color: #f4f4f4;
	background-image: none;
}
#index .box1 h2 {
	height: 15px;
	line-height: 15px;
}
#index .box1 table {
	width: 480px;
	margin: 0 10px 10px 10px;
	border: none;
	font-size: 90%;
}
#index .box1 table caption {
	text-align: left;
}
#index .box1 table td {
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
	background-color: #f4f4f4;
}
#index .box1 table td div {
	margin-left: 5px;
}
#index .box1 table .date {
	float: left;
	clear: both;
	width: 100px;
	padding-left: 20px;
	background: #f4f4f4 url(/img/mark01.gif) no-repeat left center;
}
#index .box1 table .event {
	float: left;
	width: 330px;
}
#index .area h2 {
	margin-bottom: 10px;
	background: #f4f4f4;
}
#index .list ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: url( /img/mark01.gif) disc !important;
}
#index .list ul li {
	float: left;
	margin: 0 10px;
	white-space: nowrap;
}
/* after処理 */

#index .list ul {
	zoom: 1; /* for IE 5.5-7 */
}
#index .list ul:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

