/* CSS Document */
/* charset */
@charset "utf-8";
/* -=-=-=-=-=-=-=-=-=-=-=- 構成 -=-=-=-=-=-=-=-=-=-=-=- */

/* index */

#news_main {
	width: 800px;
	float: right;
	padding: 10px 0px 0px 0px;
}

#news_menu {
	width: 160px;
	float: left;
	padding: 10px 0px 0px 0px;
}

.topagetop {
	width: 960px;
	clear: both;
	text-align: right;
	padding: 10px 0px; 
}

/* -=-=-=-=-=-=-=-=-=-=-=- 詳細 -=-=-=-=-=-=-=-=-=-=-=- */

/* グローバルナビポジション */

#global_position ul li#news_position {
	background-color: #f90;
/*
	background-image: url(../img/global/stripe.gif);
	background-repeat: repeat;
*/
}

/* index */

h3#oldnews {
	background-image: url(../img/global/mesh.gif);
	height: 30px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.categorybox h4 {
	background-color: transparent;
	width: auto;
	height: auto;
	text-indent: 0px;
	border: none;
	background: none;
}

.news_box {
	float: left;
	width: 258px;
	height: 260px;
	border: 1px solid #c00;
	margin: 0px 10px 10px 0px;
}

.news_box_l {
	float: left;
	width: 258px;
	height: 260px;
	border: 1px solid #c00;
	margin: 0px 0px 10px 0px;
}

dl.news dt {
	width: 250px;
	height: 188px;
	margin: 4px;
}

dl.news dt img {
	width: 250px;
	height: 188px;
}

dl.news dd {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 4px;
}

dl.news dd.time {
	text-align: center;
}

dl.newslist {
	clear: both;
	margin: 5px 0px 20px 10px;
}

dl.newslist dt {
	padding: 0px 0px 0px 20px;
	background-image: url(../img/global/list_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

dl.newslist dd {
	padding: 0px 0px 10px 50px;
}

.news_menu_box {
	width: 138px;
	clear: both;
	border: 1px solid #c00;
	padding: 0px 5px 5px 5px;
	font-size: 13px;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/global/stripe.gif);
	background-repeat: repeat;
}

.news_menu_box p {
	margin: 5px 0px 0px 0px;
	background-image: url(../img/global/mesh_white.gif);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 3px 0px;
	border: 1px solid #f99;
}

.news_menu_box p a {
	display: block;
	width: 100%;
}

.news_menu_box h3 {
	font-weight: bold;
	background-color: #c00;
	color: #fff;
	font-size: 13px;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	text-align: center;
}

.news_menu_box h4 {
	font-weight: bold;
	background-image: none;
	background-color: #c00;
	border: none;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: #fff;
	font-size: 13px;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	text-align: center;
}

.news_menu_box dl.newsdate {
	background-color: #fff;
	clear: both;
	font-weight: bold;
	padding: 5px 0px 10px 15px;
}

.news_menu_box dl.newsdate a {
	display: block;
	width: 100%;
}

.news_menu_box dl.newsdate dt {
	margin: 10px 0px 0px 0px;
}

/* article */

.article_style {
	margin: 10px 0px 0px 0px;
}

a.article_link {
	clear: both;
	margin: 20px 0px 0px 20px;
	display: block;
	width: 100% - 24px;
	padding: 2px;
	border-bottom: 1px solid #fcc;
}

a.article_link:hover {
	background-image: url(../img/global/mesh.gif);
	color: #33f;
}

dl.news_pix {
	font-size: 13px;
	float: left;
	width: 360px;
	margin: 10px 10px 0px 10px;
}

h4.topic {
	width: 580px;
	margin: 10px 0px 20px 0px;
	float: right;
}

h4.topic_nopix {
	margin: 10px 0px 20px 0px;
	clear: both;
}

dl.news_pix dd {
	padding: 0px 0px 10px 0px;
	color: #060;
}

p.article {
	font-size: 15px;
	display: inline;
}

p.noarticle {
	margin: 200px;
	text-align: center;
}

/* article_table */

#article_main table {
	border: 1px solid #fcc;
	padding: 3px;
	margin: 20px auto 0px auto;
}

#article_main table caption {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #600;
	padding: 3px;
	margin: 20px auto 5px auto;
}

#article_main table td {
	width: 210px;
	padding: 3px;
	margin: 2px;
	border: 1px solid #fcc;
}

#article_main table thead tr td {
	background-image: url(../img/global/mesh.gif);
	margin: 3px;
	border: none;
	font-weight: bold;
}

#article_main table tfoot tr td {
	background-image: url(../img/global/mesh.gif);
	margin: 3px;
	border: none;
	font-weight: bold;
}

/* 20131113 a5 tanaka insert グローバルナビ リニューアル */
.global_position ul li.line_news {
	background-color: #f90;
}
