@charset "utf-8";
/* CSS Document */
body {
	font:normal 12px/160% "ＭＳ 明朝","ＭＳ Ｐゴシック","MS PGothic","･MS UI Gothic","Hiragino Kaku Gothic Pro",Meiryo,Osaka,sans-serif,Helvetica,Arial;
	color:#252020;
	margin:0;
	padding:0;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color:#f60;
	text-decoration:underline;
}
.container {
	width: 75%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto;
}

/* content */
.content{
	padding:0;
	width: 95.9%;
	float:left;
	border:0px solid #CCC;
	height:auto;
}
.title{
	padding:1%;
	padding-left:2.8%;
	background:url(../images/title_bg.jpg) no-repeat;
	width:95.5%;
	height:31px;
	font-size:18px;
	color:#0084c2;
	font-weight:bold;
}

.item_div{
	margin-left:2.8%;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:0;
}

/* news itopics */
ul.item_topics ol{
  MARGIN:0;
  text-align: left;
  BORDER-BOTTOM: #C2C2C2 1px dashed;
  DISPLAY: block;
  background: url(../images/arr3.jpg) no-repeat 0px 6px;
  width:99%;
}
ul.item_topics ol label{
	width:100%;
	margin-left:1.6%;
	list-style-type:none;
}

/* news tip */
.item_tip{
	BORDER-BOTTOM: #C2C2C2 1px dashed;
	width:96.3%;
	margin-left:2.8%;
}
.item_tip li{
  MARGIN:0;
  text-align: left;
  DISPLAY: block;
  background: url(../images/arr3.jpg) no-repeat 0px 6px;
  width:99%;
  list-style-type:none;
  margin-top:0.5%;
}
.item_tip li label{
	width:100%;
	margin-left:1.2%;
}

/* news titile */
.item_title{
	BORDER-BOTTOM: #C2C2C2 1px dashed;
	width:96.3%;
	margin-left:2.8%;
}
.item_title li{
  MARGIN:0;
  text-align: left;
  DISPLAY: block;
  background: url(../images/arr3.jpg) no-repeat 0% 6px;
  width:99%;
  list-style-type:none;
  margin-top:0.1%;
  
}
.item_title li label{
	width:100%;
	margin-left:1.2%;
	font-weight:bold;
}


/**/
.item_none_title{
	width:96.3%;
	margin-left:2.8%;
}
.item_none_title li{
  MARGIN:0;
  text-align: left;
  DISPLAY: block;
  /*background: url(../images/arr3.jpg) no-repeat 0% 6px;*/
  width:99%;
  list-style-type:none;
  margin-top:0.1%;
  
}
.item_none_title li label{
	width:100%;
	margin-left:1.2%;
	font-weight:bold;
}



/* setting news content */

.list_text dl{
  MARGIN:0;
  text-align: left;
  DISPLAY: block;
  width:99%;
  list-style-type:none;
  margin-top:0.0999%;
}
.list_text dl span{
	width:100%;
	margin-left:2%;
}

.span_blue{
	color:blue;
}
.span_yellow{
	color:yellow;
}
.span_pink{
	color:pink;
}
/* clear */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.CLEAR_FLOAT{
	clear:both;
	height:0;
	line-height: 0px;
}
.CLEAR_10PIXEL_FLOAT{
	clear:both;
	height:10px;
	line-height: 0px;
}
.CLEAR_30PIXEL_FLOAT{
	clear:both;
	height:30px;
	line-height: 0px;
}