@import "http://";

/* ------------------------------------------------------------------ */
/*  第二階層以下のページレイアウトのスタイル                        　*/
/* ------------------------------------------------------------------ */

/*  パンくずリスト ************************************** */

#kuzu { margin: 0 0 4px 0;  background-color:#ddeeff;  padding: 0; }

.breadcrumb{
  margin: 1px 0 4px 0;
  padding: 0 1em 0 0;
  background: url(../images/crumb/bg-stripe-3.png);
  font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  text-align: right;
  color: #3E7677;
}
.breadcrumb a{
  background: transparent url(../images/crumb/breadcrumb.gif) no-repeat center right;
  text-decoration: none;
  padding-right: 18px; /*adjust bullet image padding*/
  color: #488A8C;
}
.breadcrumb a:visited, .breadcrumb a:active{
  color: #488A8C;
}
.breadcrumb a:hover{
  text-decoration: underline;
}


/*  左サイドメニュー ★ SUB-MENU ****（旧タイプ）************** */
#sub {
  width: 200px;
  float: left;
  margin: 0;
  padding: 0;
}

/*  コンテンツ ★ CONTENTS ****************************** */
#main {
  float: right;
  width: 550px;
  padding: 0px;
  text-align: left;
}


/* ****************************************************************** */
/* サイドバー・ナビゲーションのスタイル　１                           */
/* ****************************************************************** */
#sidebar { width: 200px; float: left;}

/* サイドバー
---------------------------------------------*/

.event-news {
  padding: 8px 8px 6px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.event-entry {
  padding: 4px 3px 10px 3px;
  text-align: left;
}
*.event-list {	margin: 0;	padding: 0;	font-size: 100%;	list-style: none;}

/* カテゴリー／アーカイブリスト
---------------------------------------------*/

.module-categories {
  margin-bottom: 4px;
}
.module-categories,.module-archives {
  background: url(../images/sidebar/sidebar_red1.gif) left top no-repeat;
}
.module-categories .event-entry,
.module-archives .event-entry {
  background: url(../images/sidebar/sidebar_red2.gif) left bottom no-repeat;
  line-height: 1.4;
}
.event-list {
  border-top: 1px dotted #74CE70;
}
.event-list li {
  border-bottom: 1px dotted #74CE70;
}
.event-list li a {
  display: block;
  padding: 4px 2px 4px 12px;
  background: #F9F9F9 url() left center no-repeat;
  color: #1564C4;
  text-decoration: none;
}
.event-list li a.event_active {
  color: #B0335B;
  background: #EAFF6F url(../images/sidebar/arrow.gif) left center no-repeat;
}
.event-list li a:hover {
  color: #D26286;
  background: #FFFFCC url(../images/sidebar/arrow.gif) left center no-repeat;
}


/* ****************************************************************** */
/* リンクの設定 （基本）                                              */
/* ****************************************************************** */
#main a:active  { text-decoration: none; }
#main a:link	  { text-decoration: none; }
#main a:visited { color: #3366CC;    text-decoration: none; }
#main a:hover   { color: #FF0033;    text-decoration: underline; }


