/********************
*	一覧（組込み）
*********************/
/* 奇数行 */
.PN_LINE1 {
	font-family				: verdana,sans-serif,Osaka,GothicE,Arial,Times;
	font-size				: 10px;
	padding					: 10px 5px 5px 0px;
	text-align				: left;
	line-height				: 16px;
	color 					: #666666;
}
.PN_LINE1 a:link {
	color					: #666666;
	text-decoration			: none;
}
.PN_LINE1 a:hover {
	color					: #ff8000;
	text-decoration			: underline;
}
.PN_LINE1 a:visited {
	color					: #000000;
	text-decoration			: none;
}
.PN_LINE1 a:active { 
	color					: #000000;
	text-decoration			: none;
}

/* 偶数行 */
.PN_LINE2 {
	font-family				: verdana,sans-serif,Osaka,GothicE,Arial,Times;
	font-size				: 10px;
	padding					: 10px 5px 5px 0px;
	text-align				: left;
	line-height				: 16px;
	color 					: #000000;
}
.PN_LINE2 a:link {
	color					: #000000;
	text-decoration			: none;
}
.PN_LINE2 a:hover {
	color					: #ff8000;
	text-decoration			: underline;
}
.PN_LINE2 a:visited {
	color					: #000000;
	text-decoration			: none;
}
.PN_LINE2 a:active { 
	color					: #000000;
	text-decoration			: none;
}

/********************
*	記事詳細画面（ポップアップウィンドウ）
*********************/
/* タイトル */
.PN_TITLE {
	font-size 				: 12px;
	font-weight				: bold;
	clear					: both;
	color 					: #000000;
	background-color 		: #f0f0f0;
	border-width 			: 1px 1px 1px 5px;
	border-style 			: solid;
	border-color			: #CCCCCC #CCCCCC #CCCCCC #161686;
	padding					: 8px 2px 8px 6px;
	text-align				: left;
	margin-top				: 25px;
}
/* 日付行 */
.PN_INFO {
	font-size 				: 11px;
	font-weight 			: normal;
	font-family				: verdana,sans-serif,Osaka,GothicE,Arial,Times;
	text-align				: right;
	color 					: #000000;
	background-color 		: #ffffff;
	padding			 		: 0px;
}
/* 記事内容 */
.PN_CONTENTS {
	font-size 				: 11px;
	font-weight 			: normal;
	font-family				: verdana,sans-serif,Osaka,GothicE,Arial,Times;
	text-align				: left;
	color 					: #000000;
	background-color 		: #f9f9f9;
	padding			 		: 0px;
	line-height				: 155%;
}

