@charset "Shift_JIS";

/*エントリー区切り線*/
.lineS1 {
	margin-bottom: 25px;
}

/*Back＆Next*/
.BackNext {
	color: #9A9999;
	text-align: center;
}

/*サブナビゲーションリンク色*/
.subnavi a:link {
	color: #9A9999;
	text-decoration: none;
}
.subnavi a:visited {
	color: #9A9999;
	text-decoration: none;
}
.subnavi a:hover {
	color: #9A9999;
	text-decoration: none;
}
.subnavi a:active {
	color: #9A9999;
	text-decoration: none;
}

/*コンテンツ内容ベース*/
.contentAreaL {
	width: 480px;
	float: left;
}

/*エントリータイトル*/
.nameNews {
}
h3 {
	margin-bottom: 18px;
}
.date {
	width: 70px;
	float: left;
}
.name {
	width: 400px;
	float: right;
}
.name a:link {
	color: #000000;
	text-decoration: none;
}
.name a:visited {
	color: #000000;
	text-decoration: none;
}
.name a:hover {
	color: #000000;
	text-decoration: none;
}
.name a:active {
	color: #000000;
	text-decoration: none;
}

/*エントリー記事*/
.entry {
	margin-bottom: 18px;
}
.entryText {
	color: #666666;
}
.entryText img {
	margin-bottom: 25px;
}

/*続きを読むテキストリンク*/
.more {
	text-align:right;
	margin-top: 7px;
	margin-bottom: 25px;
}

/*前のページに戻るテキストリンク*/
.back {
}

/*エントリー記事（続きを読む）*/
.entryMore {
	margin-bottom: 18px;
}
.entryMoreText {
	color: #666666;
}
.entryMoreText img {
	margin-bottom: 25px;
}

/*サブナビゲーション*/
.subnavi {
	float: left;
	width: 160px;
	margin-left: 25px;
	/*word-break:break-all;*/
}

/*サブナビゲーション リストのタイトル*/
.subnaviTitle {
	margin-bottom: 25px;
}

/*サブナビゲーション リスト*/
.entryList {
	margin-bottom: 50px;
}
/*
.subnavi ul {
	margin: 0px;
	padding: 0px;
}
.subnavi li {
	list-style-position: outside;
	list-style-image: url(http://www.manu-manufacture.com/img/list_icon.gif);
	font-size: 10px;
	margin-left: 17px;
	margin-bottom: 5px;
}
*/

.subnavi li {
	font-size: 10px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/img/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}
/*
.subnavi li {
	margin-left: 15px;
	list-style-position: outside;
	font-size: 10px;
	color: #9A9999;
	margin-bottom: 5px;
	list-style-type: disc;
}
*/