@charset "shift_jis";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#flash {
	width: 720px;
	height: 350px;
}

#top_contents {
	height: 196px;
	margin-top: 6px;
}

#text {
	float: left;
	width: 410px;
	color: #CCCCCC;
}

#text h2 {
	height: 31px;
	margin-bottom: 3px;
}

#text h3,#text p {
	font-weight: normal;
	line-height: 1.4em;
	padding-left: 0px;
	padding-right: 10px;
	color: #999999;
	padding-top: 3px;
}
.green {
	color: #288B07;
}

.red {
	color: #E30A04;
}

a.red {
	color: #CF1818!important;
}
.yellow {
	color: #CDBE34;
}
.attention {
	color: #E1C851;
}

#wrapper #header .right {
	right: 1px;
	top: 22px;
	position: absolute;
}

#news {
}

#wrapper #main #top_contents #text #news .topic {
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
}

#wrapper #main #top_contents #text #news a {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper #main #top_contents #text #news a:hover {
	text-decoration: underline;
}

#wrapper #main #top_contents #text #news .date {
	color: #999999;
	padding-right: 7px;
}

#wrapper #main #top_contents #text #news .topic .photo {
	float: right;
	margin-top: 4px;
	padding-left: 10px;
}

#wrapper #main #top_contents #text #news .topic .attachment-thumbnail {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}


/*---- clearfix ----*/

#news .topic:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#news .topic {
  min-height: 1px;
}

* html #news .topic {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---- clearfix end ----*/





/*---- お知らせ改20110303 ----*/
#wrapper #main #top_contents #topics {
	float: right;
	background: #291F1D url(../img/news/ptn_01.jpg);
	padding-top: 0px;
	height: 196px;
	width: 303px;
	font-size: 11px;
	color: #A79C9C;
}

#topics li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #413D3D;
	margin-top: 6px;
}

#topics #mycustomscroll {
	overflow: auto;
	scrollbar-base-color: #3f262d;
	scrollbar-track-color: #4a3238;
}

#topics #mycustomscroll ul a {
	color: #E1D2D2;
}

#topics #mycustomscroll ul a:hover {
	text-decoration: none;
}

#wrapper #main #top_contents #topics .inner {
	padding: 12px 12px 8px 8px;
}

#wrapper #main #top_contents #topics .inner ul {
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 3px;
}

/*===========================================
  画像切り替え
===========================================*/

.slideshow {
	position: relative;
	height: 348px;
	overflow: hidden;
	border: 1px solid #333;
	background: url(../img/top/img_03.jpg);
}
.slideshow div {
	position: absolute;
	top: 0px;
	right: 0px;
}
#wrapper #main #flash .slideshow #stop_photo {
}
