@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :コンテンツエリア関係 他

=================================================================== */
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/


a:link {
	color:#219dc1;
	text-decoration:none;
}

a:visited {
	color:#219dc1;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#219dc1;
	text-decoration:none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/



/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	width:950px;
	margin:0 auto;
}

/*----------------------------------------------------
	#flasharea
----------------------------------------------------*/

#topflasharea {
	height:345px;
	position:relative;
}

#warning {
	text-align:center;
	padding-top:100px;
}

#flashcontent{
	position:relative;
	z-index:1;
}

#gnavi {
	position:absolute;
	left:0;
	z-index:2;
	top: 285px;
}

#gnavi ul li {
	float:left;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#topcontents {
	margin-top:8px;
}

#topmain {
	float:left;
	width:720px;
}




#contentsnavi {
	margin-top:7px;
}

#connav01 {
	float:left;
	background-color:#f1e1e1;
	width:298px;
	position:relative;
	display:inline;
}

#connav01 ul{
	position:absolute;
	top:15px;
	right:12px;
}

#connav01 ul li{
	display:block;
	margin-top:11px;

}

#connav02 {
	float:right;
	width:420px;
}

#connav02 ul {
	margin-top:-9px;
}
#connav02 ul li {
	float:left;
	margin:9px 0 0 9px;
	display:inline;
}


#cont02 {
	height:67px;
	margin-top:20px;
	background-color:#e9e9e9;
	position:relative;
}

#cont02_box {
	position:absolute;
	top:19px;
	left:-10px;
}
#cont02 dl {
	float:left;
	width:210px;
	margin-left:30px;
	display:inline;
}
#cont02 dl dt{
	margin-bottom:3px;
	line-height:0.1;
}
#cont02 dl dd {
	font-size:11px;
	padding-left:6px;
}

#cont03 {
	margin-top:20px;
	margin-bottom:10px;
}
#information {
	float:right;
	width:410px;
}

#information ul {
	margin:10px 0 0 10px;
	_zoom: 1;
	overflow:hidden;
}

#information ul li{
	margin-top:-1px;
	padding:5px;
	border-top:1px dotted #999;
}

#blogarea {
	float:right;
	width:350px;
}

#blogarea ul {
	margin:10px 0 0 10px;
	_zoom: 1;
	overflow:hidden;
}

#blogarea ul li{
	margin-top:-1px;
	padding:5px;
	border-top:1px dotted #999;
}

p.artxt {
	background:url(../../img/iryou/item/arrow_mini.jpg) no-repeat left top;
	margin-left:10px;
	padding-left:8px;
	font-size:11px;
}




#sub {
	float:left;
	width:180px;
	margin-left:10px;
	display:inline;
	margin-top: 21px;
}

#sub ul li{
	margin-bottom:10px;
}

.new_info {
	margin-left:-5px;
	_margin-left:0px;

}



/*1009追加分*/
#banner {
width: 298px;
margin: 0px;
float: left;
}

#banner ul {
width: 298px;
margin: 20px 0px 0px 0px;

}
#banner ul li {
margin: 0px 0px 20px 0px;
}
#banner ul li.ban01 {
	background-image: url(../../img/iryou/top/iryou_topbanner01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333;


}
#banner ul li.ban01 a span.day {
font-size: 16px;
font-weight: bold;
color: #333;
display: block;
text-shadow: none;
}
#banner ul li.ban01 a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 40px 0px 0px 13px;
	width: 285px;
	height: 75px;
}


#banner ul li.ban02 {
}
