﻿/***************************
global_navi
***************************/

div#global_in {
	margin: 0;
	padding: 0;
	height: 72px;
	background: url(../info/img/global_bg_.gif) no-repeat;
	clear:both;
}


/***************************
table
***************************/

/* 20070327変更ここから */

table#cmn_inner_text tr td {
	height: 24px;
	background: url(../img/dot_001.gif) repeat-x;
}
table#cmn_inner_text {
	background: url(../img/dot_001.gif) bottom repeat-x;
}
td a {
/*	padding: 0 0 0 8px;*/
	margin: 4px 0 4px 0;
/*	display: block;	*/
}
td div.green {
	margin: 4px 0 4px 0;
	width: 140px;
	font-weight: bold;
	background: url(../img/icn_green.gif) 82px 5px no-repeat;
}
td div.jojo {
	margin: 4px 0 4px 0;
	width: 140px;
	font-weight: bold;
	background: url(../img/icn_jojo.gif) 82px 5px no-repeat;
}
td div.date {
	margin: 4px 0 4px 0;
	width: 95px;
	font-weight: bold;
}

/* 20070327変更ここまで */


/* 20070411追加ここから（前/次リンクブロック） */
/***************************
prev_next
***************************/

#prev_next{
	margin-top: 8px;
	margin-bottom: 25px;
}
#prev_next ul,#prev_next ul li {
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.r{float:right;text-align:right;}
li.r a.r {
	/*margin: 0 15px 0 0;*/
	padding-right: 14px;
	color: #666;
	background: url(../img/right_btn.gif) no-repeat 100% 50%;
	text-decoration: none;
}
li.r a.r:hover {
	color: #999;
	text-decoration: none;
}

li.l{float:left;text-align:left;}
li.l a.l {
	/*margin: 0 0 0 15px;*/
	padding-left: 14px;
	color: #666;
	background: url(../img/left_btn.gif) no-repeat 0% 50%;
	text-decoration: none;
}
li.l a.l:hover {
	color: #999;
	text-decoration: none;
}

/* 20070411変更ここまで */
