@charset "utf-8";

/* Table
========================================== */
body.news table.table-news {
	width:100%;
	margin:0 0 30px 0;
}

body.news table.table-news th,
body.news table.table-news td {
	vertical-align:top;
	font-weight:normal;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#c0c0c0;
	padding:10px 0 10px 0;
}

body.news table.table-news td a {
	text-decoration:none;
}
/*
body.news table.table-news td a:hover {
	text-decoration:underline;
}
*/
body#detail div#contents div#contents-left h1 {
	font-size:18px;
}

body#detail div.news-detail-header {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#006cb7;
	margin:-5px 0 0 0;
	padding:0 0 10px 0;
	font-size:12px;
}

body#detail div.news-detail-header a {
	background-image:url(../shared/images/ico_arrow_06.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	padding:0 0 0 16px;
	float:left;
	text-decoration:none;
}

body#detail div.news-detail-header p {
	float:right;
}

body#detail div.entry {
	margin:15px 0 0 0;
}

body#detail div.entry p {
	margin:0 0 15px 0;
}

body#detail div.entry div.entry-image {
	margin:0 0 15px 0;
	display:inline;
}

body#detail div.entry div.entry-image p {
	float:none;
	font-weight:bold;
	margin:6px 0 0 0;
}

body#detail div.entry-navi {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#c0c0c0;
	margin:35px 0 35px 0;
	padding:15px 0 0 0;
}

body#detail div.entry-navi div.entry-navi-left {
	float:left;
	width:50%;
}

body#detail div.entry-navi div.entry-navi-left a {
	text-decoration:none;
	background-image:url(../shared/images/ico_arrow_06.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	padding:0 0 0 15px;
}

body#detail div.entry-navi div.entry-navi-right {
	float:right;
	width:50%;
	text-align:right;
}

body#detail div.entry-navi div.entry-navi-right a {
	text-decoration:none;
	background-image:url(../shared/images/ico_arrow_07.gif);
	background-repeat:no-repeat;
	background-position:right 0.2em;
	padding:0 15px 0 0;
}