@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;
  /**/
}

.indexnewstitle {
	margin-left:10px;
}


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

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

#topflasharea {
	height:345px;
	position:relative;
	margin:0 20px 0 20px;
}

#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:28px 20px 0 20px;
}

#side {
	width:200px;
	float:left;
}


#about_sinkyu {
	margin-top:20px;
	margin-bottom:20px;
	padding:7px;
	background-color:#e9e9e9;
}
#about_sinkyu dt { margin-bottom:3px;}
#about_sinkyu dd {
	font-size:0.85em;
	margin-bottom:5px;
}

#sinkyutopcontents {
	float:left;
	width:700px;
	margin-left:10px;
}

ul#sinkyu_cat li{
	float:left;
	margin-top:10px;
}



#information {
	float:left;
	width:510px;
	margin-top:20px;
}

.infotitle {
	position:relative;
}
span#infolink {
	background:url(../../img/sinkyu/item/arrow_mini.jpg) no-repeat left top;
	padding-left:10px;
	position:absolute;
	top:0;
	right:0;
}

span#infolink a {
	color:#76a284;
}

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

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

div#sub {
	float:right;
	margin-top:10px;
}

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

.banner {
	margin: 0px 0px 20px 0px;
}
