@charset "UTF-8";

/* news.css */ 
/*
========== TABLE of CONTENTS ==========

layout only

========== TABLE of CONTENTS ==========
*/

/*-------------------------

::  contentsInner_right ::

-------------------------*/

#contentsInner_right{
	float:right;
	width:229px;
	margin:0;
	}

/*---------------------------
  contentsInquiry
---------------------------*/

#contentsInner_right #contentsTopics{
	width:229px;
	display:block;
	padding-bottom:12px;
	background:url(../../images/contentsTopics_bottom.jpg) no-repeat bottom;
}

#contentsTopics h3{
	text-indent:-9999px;
	width:229px;
	height:31px;
	display:block;
	overflow:hidden;
	background:url(../images/ttlbar_topics.jpg) no-repeat left top;
}

#contentsTopics dl{
	width:227px;
	border-left:solid #ccc 1px;
	border-right:solid #ccc 1px;
}

#contentsTopics dt{
	padding:7px 10px 2px 10px;
	color:#1b4494;
}

#contentsTopics dd{
	padding:0 10px 7px 10px;
	background:url(../../images/dots_670grey.jpg) no-repeat bottom; 
}





/*-------------------------

::  contentsInner_left ::

-------------------------*/

#contentsInner_left{
	width:691px;
	float:left;
	}
	
#contentsInner_left h1{
	width:691px;
	height:41px;
	background:url(../images/news_ttlbar.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	}
	
/*---------------------------
  contentsNews
---------------------------*/

#contentsInner_left #contentsNews{
	width:691px;
	margin:12px 0 0 0;
	display:block;
	background:url(../images/newsbox_top.jpg) no-repeat top;
}

#newsbox{
	width:691px;
	display:block;
	padding-top:5px;
	*margin-top:-15px;
	*padding-top:20px;
	clear:both;
	}

#contentsNews dl {  
 width:669px;
 padding:10px;
 margin:0 auto;
 background-color:#f7f7f7;
 border-left:solid 1px #ccc;
 border-right:solid 1px #ccc;
}

#contentsNews dt {
  float:left;
  width:200px;
  padding:10px 0 10px 10px;
  background:url(../../images/dots_670grey.jpg) no-repeat top;
  clear:both;
  height:100%;
  margin-right: -13em;
}

#contentsNews dt img{
	float:left;
	vertical-align:middle;
	margin-right:10px;
}  

#contentsNews dd {
  width:440px;
  margin-left:200px;
  padding:15px 10px 10px 10px;
  background:url(../../images/dots_670grey.jpg) no-repeat top;
  zoom: 1;
}

/*----
#contentsNews dd a{
  color:#431e07;
  text-decoration:none;
}

#contentsNews dd a:hover{
  color:#ee6500;
  text-decoration:underline;
}
----*/
	
/*---------------------------
  Bottom‚ÌƒŠƒXƒg
---------------------------*/	

#contentsInner_left ul {
   text-align: center;
   padding:10px 0;
}

#contentsInner_left li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}

#contentsInner_left li a {
  color:#1b4494;
}

#contentsInner_left li a:hover {
	color:#03a5e1;
	text-decoration:none;
}

	



