#page_padding {
	padding-left: 23px;
}


/* ----------------
   コンテンツ・レイアウト部分
---------------- */
#navi {
	float: left;
	width: 181px;
}

#main {
	float: right;
	width: 542px;
}

#rootlist {
	padding: 9px 0 9px 28px;
}

#main_padding {
	padding-left: 23px;
}

#content_title {
	width: 486px;
/*
	height: 34px;
*/
}

#news_text {
	width: 461px;
	padding: 17px 14px 0 0;
}

#news_text ul {
	padding-left: 16px;
}

#news_text li {
	padding-top: 12px;
	float: left;
	width: 429px;
	border-bottom: 1px dashed #A4A4A4;
	list-style-type: none;
}

#news_text li a {
	color: #484848;
	text-decoration: none;
}

#news_text li a:hover {
	color: #484848;
	text-decoration: underline;
}

#news_text li .day {
/*
	width: 65px;
*/
	width: 85px;
	/*FłX^C*/
	float: left;
}

#news_text li .text {
/*
	width: 363px;
*/
	width: 343px;
	/*FłX^C*/
	float: right;
}

#news_text .no_border {
	border: none;
}

.content_subtitle {
	padding: 17px 14px 0 0;
}

.content_text {
	padding-right: 45px;
	line-height: 150%;
}

.content_text p {
	padding: 10px 10px 0 15px;
}

.content_subtext {
	width:	443px;
	padding: 10px 10px 0 15px;
}

.content_subimage {
	float: left;
	width: 112px;
}

.content_subrtext {
	float: right;
	width:	298px;
	padding: 10px 10px 0 15px;
}

.content_ol {
	width:	438px;
	margin:	10px 20px 10px 20px;
	padding: 10px 10px 10px 30px;
	background: #EEEEEE;
	border-width:	1px 0px;
	border-style:	dashed;
	border-color:	#666;
}

.content_ol li {
	margin:	10px 0 10px 0;
}


.content_img {
	padding: 20px 0 20px 15px;
}

.content_photo {
	padding: 20px 15px 20px 15px;
	float: right;
}

.content_lr {
/*
	padding-top: 40px;
*/
	float: left;
	width: 458px;
	text-align: center;
}
.content_lr ul {
	top: 0px;
}
.content_l {
	float: left;
	width: 100px;
	list-style-type: none;
}

.content_r {
	float: right;
	width: 58px;
	list-style-type: none;
}

/*
.content_l {
	float: left;
	width: 229px;
}

.content_r {
	float: right;
	width: 229px;
}
*/

.border_image {
	padding: 1px;
	border: 1px solid #999;
}

@media print {
	#navi {
		visibility:	hidden;
	}
	#main {
		float: left;
	}
}

.dm_lineup, .dm_lineup tbody, .dm_lineup tr, .dm_lineup td {
	border-collapse:collapse;
	border:1px solid #c4c4c4;
}

