@charset "UTF-8";

hr {
	display: none;
	clear: both;
}

.sub-content {
	float: left;
	background-image: url("../../common/bg_09.jpg");
	background-position: 22px left;
	background-repeat: no-repeat;
}

/* column */
#column {
	display: block;
	width: 650px;
	height: 185px;
	margin: 15px 0 0 10px;
}

#column img {
	float: left;
}

#column dl {
	display: block;
	float: left;
	width: 485px;
	margin-left: 10px;
}

#column dt {
	margin-bottom: 15px;
	line-height: 150%;
	color: #666666;
	font-size: 14px;
}

#column p {
	float:right;
	width: 485px;
	margin-bottom: 15px;
	line-height: 150%;
	color: #666666;
	font-size: 14px;
}

#schedule {
	clear: both;
	width: 670px;
	height: 118px;
	padding: 10px 0;
	border-top: 4px solid #F3F3F3;
	border-bottom: 4px solid #F3F3F3;
}

#schedule div {
	display: block;
	float: left;
	width: 144px;
	height: 98px;
	padding: 10px 10px;
	border-right: 1px solid #CCCCCC;
	background-image: url(../img/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#schedule div img.ti {
	display: block;
	/*width: auto;*/
height: 19px;
	margin-bottom: 8px;
}

#schedule div p {
	display: block;
	height: 45px;
	font-size: 10px;
	color: #666666;
	line-height: 130%;
}

#schedule div a {
	float: right;
	width: 88px;
	height: 19px;
	margin-top: 10px;
	border: none;
}

#schedule div.large {
	display: block;
	float: left;
	width: 153px;
	height: 98px;
	padding: 10px 10px 10px 9px;
	border-right: 1px solid #CCCCCC;
	background-image: url(../img/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#schedule div.right {
	display: block;
	float: left;
	width: 144px;
	height: 98px;
	padding: 10px 10px;
	border: none;
	background-image: url(../img/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.sub-column {
	display: block;
	width: 670px;
	height: 130px;
	margin-bottom: 30px;
	border-bottom: 4px solid #F3F3F3;
}

h4 {
	width: 665px;
	height: auto;
	padding: 10px 0 5px 5px;
	color: #756448;
	font-size: 16px;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.sub-column div {
	width: 660px;
	height: auto;
	padding: 15px 5px 0;
	background-image: url(../img/bg_02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #666666;
	line-height: 150%;
}

.sub-column img {
	float: right;
	width: 88px;
	height: 19px;
	margin-top: 20px;
}

/*
border-bottom: 4px solid #F3F3F3;
*/


/* プロパティの順序 */
/*
#id-name{
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
}
*/

