/*------------------------------------------
	Kosen Dayori CSS
------------------------------------------*/
#dayori {
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
	margin-left: -5px;
	padding-bottom: 30px;
}

#dayori h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 17px;
	margin-bottom: 15px;
	line-height: 2.0;
	background: url(../images/marker_04.gif) no-repeat 0px 0.5em;
	clear: both;
}

#dayori table.dayoriTable {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#dayori table.dayoriTable th,
#dayori table.dayoriTable td {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#dayori table.dayoriTable th {
	padding: 5px 10px;
	background-color: #E6E6E6;
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 90px;
}

#dayori table.dayoriTable td {
	padding: 10px;
	width: 660px;
}

#dayori table.dayoriTable a:link,
#dayori table.dayoriTable a:visited,
#dayori table.dayoriTable a:active {
	text-decoration: none;
}

#dayori table.dayoriTable a:hover {
	text-decoration: underline;
}

#dayori table.photo{
	font-size: 100%;
	width: 660px;
	padding-bottom: 10px;
}

#dayori table.photo td {
	padding: 7px;
}

#dayori table.photo p {
	text-align: center;
}

