/*charset setting --------------------------- */
@charset "shift_jis";

#info {
	padding-bottom: 30px;
	overflow: hidden;
}

#info .title {
	padding: 6px 0 6px 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	background: url("../images/contents_title_bg.jpg") left top repeat-y;
}

#info_inner {
	height: 140px;
	overflow-y: scroll;
	padding-top: 10px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#info_inner p {
	color: #000000;
	font-size: 14px;
	line-height: 140%;
	padding: 0 1em 1em 2.4em;
	text-indent: -1.4em;
	text-align: left;
}

#info_inner p strong, #info_inner p a {
	font-size: 14px;
}

#info_inner p span {
	font-size: 14px;
	color: #f15a24;
}

#info {
	padding-bottom: 30px;
}

#news .title {
	padding: 6px 0 6px 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: url("../images/news_title_bg.jpg") left top repeat-y;
}

#news_inner {
	padding-top: 20px;
	font-size: 16px;
	text-align: left;
}

#news_box1, #news_box2, #news_box3 {
	overflow: hidden;
	height: 128px;
	margin-bottom: 12px;
}

#news_inner .news_text {
	float: left;
	width: 480px;
	text-align: left;
}

#news_inner .news_text h5 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}

#news_inner .news_text .author_date {
	padding-bottom: 8px;
}

#news_inner .news_text .date, #news_inner .news_text .author {
	font-size: 14px;
}

#news_inner .news_text .author {
	float: left;
}

#news_inner .news_text .date {
	float: right;
}

#news_inner .news_text p {
	font-size: 16px;
	line-height: 140%;
	text-align: justify;
}

#news_inner .news_text p a {
	font-size: 100%;
}

#news_inner .news_ph {
	float: right;
	width: 160px;
	text-align: right;
}

#news_inner .news_ph img {
	margin-bottom: 10px;
	width: 160px;
	height: auto;
}

.read_more {
	font-size: 14px;
}

#news .lnk_newsarchive {
	text-align: right;
}

#news .lnk_newsarchive a {
	font-size: 14px;
}


#btns .bookmark {
	background: url("../images/bookmark_over_bg.jpg") center center no-repeat;
	margin-bottom: 14px;
}

#btns .bookmark a {
	background: url("../images/bookmark_bg.jpg") center center no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0;
}

#btns .bookmark a:hover {
	background: none;
	text-decoration: underline;
	color: #fdfdfd;
}