@charset "utf-8";

/*=========================================================
	[ news.css ]
	content page base design
	date - creation:2009-03-12 // update:2009-03-12
=========================================================*/

/*=========================================================
	index
		1. nav news
		2. content style
=========================================================*/

/* 1. nav news
=========================================================*/
/* level 1
---------------------------------------------------------*/
div.navBox{margin-bottom:10px;}

dl.nav-news{
	margin-bottom:10px;
	padding:10px;
	border:2px solid #E6E6E6;
	font-size:80%;
}
.nav-news a{text-decoration:none;}
.nav-news a:hover{text-decoration:underline;}

.nav-news dt{
	padding:0 2px 4px;
	border-bottom:1px dotted #bbbbbb;
	font-weight:bold;
}
.nav-news dd{
	padding:0;
}
.nav-news ul{
	padding:10px 0 0 8px;
	list-style:none;
}
.nav-news ul li{
	display:block;
	padding-left:10px;
	background:transparent url(/tourism/common/images/nav_a_mk.gif) no-repeat 0 50%;
	line-height:1.6;
}


/* 2. content style
=========================================================*/
/* news table
---------------------------------------------------------*/
table.newsTable{
	margin-top:20px;
	border-collapse:collapse;
	border-spacing:0;
}
.newsTable th,.newsTable td{
	padding:7px 4px;
	font-weight:normal;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.5;
	border-bottom:1px dotted #BBBBBB;
}
.newsTable td{
	vertical-align:top;
}
.captSet table.newsTable{
	margin-top:0px;
}
.newsTable a{
	text-decoration:none;
	color:#643191;
}
.newsTable a:hover{text-decoration:underline;}

/* link list
---------------------------------------------------------*/
ul.mkLink li{
	line-height:1.8;
	background-position:0 50%;
}
.mkLink a{
	text-decoration:none;
	color:#643191;
}
.mkLink a:hover{text-decoration:underline;}

