@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	color:#333333;
	line-height: 160%;
}


/* リンク画像透過 */
a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}

a:hover{ text-decoration:underline; color:#89c3eb;}

/* オレンジ細線テーブル */

table#table-01 {
    border: 1px #d3cbc6 solid;
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.5;
}

table#table-01 th {
    padding: 5px 3px;
    border: none;
    border-width: 0 0 1px 1px;
    background: #d3cbc6;
    text-align: center;
	font-size: 13px;
}
table#table-01 td {
    padding: 6px;
    border: none;
    border-width: 0 0 1px 1px;
	background: #ffffff;
	font-size: 10px;
	vertical-align:top;
}

/* NEWS テーブル */

table#table-02 {
    border: 1px #ffb95d solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 6px;
    border: none;
    border-width: 0 0 1px 1px;
    background: #ff9933;
    text-align: center;
	font-size: 80%;
}
table#table-02 td {
    padding: 5px;
    border: none;
    border-width: 0 0 1px 1px;
	background: #ffffff;
	font-size: 65%;
	vertical-align:top;
}

/* NEWS リスト */

.listmark-01{
background-image: url(../img/listmark-01.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 10pt;
padding: 2px 0px 2px 18px;
}

/* ランキングテーブル */

table#ranking {
	width: 160px;
	border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

table#ranking th {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
    background: #ffffff;
	height:10px;
	font-size:10px;
}
table#ranking td {
    padding: 7px 4px 2px 2px;
	border-right: #CCCCCC 1px solid;
	background: #ffffff;
	font-size: 11px;
}
table#ranking td.number {
    padding: 7px 2px 2px;
	border-left: #CCCCCC 1px solid;
	border-right:none;
	background: #ffffff;
	vertical-align:top;
	width:50px;
}

/* カレンダー */

#calendar {
	width: 141px;
	padding: 0;
	margin: 8px 0 5px 0;
	border-left: 1px solid #d3cbc6;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar caption {
	margin: 0;
	padding: 3px;
	width: 141px;
	background: #7f706c;
	color: #ffffff;	 
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #e5e1df;
	border-right: 1px solid #d3cbc6;
	border-bottom: 1px solid #d3cbc6;
	border-top: 1px solid #d3cbc6;
}

#calendar .holiday {
	color: #ffffff;
	font-weight: bold;
	background: #DF9496;
}

#calendar td {
	border-right: 1px solid #d3cbc6;
	border-bottom: 1px solid #d3cbc6;
	width: 20px;
	height: 22px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

/* サイドメニュー */

table#contents {
    border: 1px #d3cbc6 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 160px;
}
#contents th {
    border: none;
    border-width: 0 0 1px 1px;
    background: #d3cbc6;
	font-size:13px;
	color: #4e454a;
	padding:3px;
}
#contents th.title {
    padding: 4px;
    border: none;
    border-width: 0 0 1px 1px;
    background: #7f706c;
	text-align:center;
	color:#ffffff;
}
#contents td {
    padding: 3px;
    border: none;
    border-width: 0 0 1px 1px;
	background: #ffffff;
	color: #4e454a;
	font-size:10px;
	line-height:1.5;
}
#contents td.photo {
    padding: 3px;
    border: none;
    border-width: 0 0 1px 1px;
	background: #ffffff;
	width:50px;
}
#contents tr:hover td {
    background: #f7f4f2;
}
table#contents img {
	border:none;
	width:50px;
	height:50px;
}


/* News テキストボックス　*/
.infobox {
  overflow: auto;
  width: 200px;
  height: 210px;
  background-color: #FFF;
  border: 1px solid #998883;
  font-size:12px;
  line-height:1.8;
  padding:10px;
}

p.textbox {
	background-color: #998883;
	color:#ffffff;
	width:80px;
	text-align:center;
	margin:0;
	height:20px;
	font-size:14px;
}