@charset "utf-8";

div#mainImage_area{
	clear: both;
	height: auto;
	width: 930px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*メイン画像スライドショーCSS*/
#slideshow {
 position:relative;
 height:320px;
}

#slideshow img {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
}

#slideshow img.active {
 z-index:10;
}

#slideshow img.last-active {
 z-index:9;
}

/*ここまで*/


div#top_wrap{
	float: left;
	clear: both;
	height: auto;
	width: 928px;
	border-top: 0px none #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 100%;
	background: #ffffff;
}


/**右側：本文**/

div#contents{
	float: right;
	height: auto;
	width: 690px;
	padding: 23px 13px 20px;
	overflow: hidden;
	border-left: 1px dashed #cccccc;
}

/** 左側：サイドバー **/
div#left_sidebar{
	float: left;
	width: 210px;
	padding-top: 23px;
	overflow: hidden;
}

/** 右側：サイドバー **/
/*
div#right_sidebar{
	float: right;
	height: auto;
	width: 200px;
	padding-left: 18px;
}*/


/***　特に重要なお知らせ　***/

div#attn{
	padding: 8px;
	border: solid 2px #e53342;
}

/***　お知らせ　***/
div#news{
	width:620px;
	padding: 10px;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 3px #cccccc;
	clear: both;
}

div#news_header h2{
	float: left;
	padding: 3px;
	display: inline;
}

div#news_header a{
	float: right;
	clear: right;
	padding-top: 6px;
	font-size: 90%;
	font-weight: normal;
	display: inline;
}

#news dl{
	clear: both;
	border-bottom: 1px dashed #cccccc;
}

#news dl.top{
	border-top: solid 1px #cccccc;
}

#news dt{
	padding: 5px 5px 0px 5px;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
}

#news dd{
	padding: 2px 5px 2px 54px;
	margin: 3px;
}

#news dd.osirase{
	background: url(../common/image/info/news.gif) no-repeat center left;
}

#news dd.keisai{
	background: url(../common/image/info/keisai.gif) no-repeat center left;
}

#news dd.juyou{
	background: url(../common/image/info/attn.gif) no-repeat center left;
}

/********** left_sidebar　中身************/

div#left_sidebar .column{
	width: 180px;
	padding: 2px;
	margin: 0px 13px 10px;
}


/*主要リンク*/
div#main_link{
	/*border:4px solid #f3f3f3;*/
}

div#main_link ul li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

div#main_link ul li img{
	vertical-align: bottom;
	/*width:180px;
	height:100px;*/
}

div#main_link p{
	padding: 0;
	margin:0;
	font-size: 80%;
	line-height: 100%;
}

/*banner群*/

#banner{
}

#banner ul li{
	margin-bottom:10px;
}

table.link_tbl {
	background-image:url(../common/image/bg/lmenu_bg.png);
	border:none;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border:#069 dashed 4px;
}
table.link_tbl td {
	border:none;
	padding:10px 15px;
}

div.movie iframe {
	display:block;
	width:200px;
	line-height:350px;
	margin:0 auto;
	margin-bottom:20px;
}
