* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	margin : 0;
	padding: 0;
 	color: #333;
 	font-size: 13px;
 	line-height: 150%;
 	text-align: center;
	background:  url("http://www.okazeri.com/img/bg.jpg") repeat-x #FFF; 
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;

}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 	margin: 0;
 	padding: 0;
 	border: 0;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}


/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #1D3994;text-decoration: underline;}
a:hover{color : #FF3333;text-decoration: none;}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
}

/* 基本設定 ----------------------------- */
#base{
 	width: 950px;
	margin:  0 auto;
 	padding: 0;
         border: 1px solid #CCC;
 	background: #FFF;
 	text-align: center;
 	position: relative;
         display: inline-block; 

}

#wrapper {
 	margin: 0 auto;
 	padding: 0;
 	width: 930px;
 	text-align: center;

}

/*  ヘッダー  */
#header {
 	margin : 0;
 	padding: 0;
 	height : 220px;
 	text-align: left;
 	background: url("./img/header.jpg") no-repeat #FFF;
}
		
#header h1{
         position: absolute;	
         padding: 0px 0px 0px 10px ;
	color: #C0C0C0; 
 	font-size: 9px;
	text-align: left;

}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #C0C0C0;text-decoration: none;}
#header h1 a:hover{color : #1D3994;text-decoration: underline;}

#header p#smap{
 	position: absolute;
 	top: 5px;
 	right: 80px;
 	margin: 0;
         padding: 0;
 	font-size: 100%;
         font-weight: bold;
 	text-align: left;
	text-indent: 15px;
	color: #00833C;
         background: url("./img/ico_arrow.gif") no-repeat #FFF;
         line-height: 100%;
}

#smap a:link, #smap a:visited, #smap a:active {color: #00833C;text-decoration: none;}
#smap a:hover{color : #FF3333;text-decoration: none;}

#header h2{
	position: absolute;
	top: 40px;
	left: 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
}
	
.rss{	

	position: absolute;
	top: 2px;
	right: 20px;
}


/*  記事枠等の属性  */
#content {
	float: right;
 	width: 650px;
 	margin: 0 10px 0 0;
}

#content2 {
	float: right;
 	width: 650px;
 	margin: 0 10px 0 0;
}
				
#content h2,
#content2 h2{
 	margin: 10px 0;
 	font-size: 100%;
 	color: #FFF;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 10px;
 	line-height: 150%;
 	clear: both;
 	background: url("./img/midashi_h2.gif") no-repeat #FFF;


}

#content h3,
#content2 h3 {
 	margin: 10px 0;
 	font-size: 108%;
 	font-weight: bold;
 	color: #00833C;
 	padding-left: 25px;
 	line-height: 20px;
	text-align: left;
 	background: url("./img/midashi_h3.gif") no-repeat #FFF;

}

#content h3.cnt,
#content2 h3.cnt {
 	margin: 5px 0 0 0;
 	font-size: 102%;
	font-weight: normal;
 	color: #1D3994;
 	text-align: left;
 	padding-left: 20px;
 	line-height: 120%;
 	border: none;
         background: url("./img/ico_arrow.gif") no-repeat #FFF;
}

#content h3.qa,
#content2 h3.qa {
 	margin: 0;
 	font-size: 105%;
 	font-weight: bold;

 	text-align: left;
 	padding-left: 15px;
 	line-height: 100%;
 	border: none;
         background: url("./img/ico_q.gif") no-repeat #FFF;
}


#content h2 a:link, #content h2 a:visited, #content h2 a:active,
#content2 h2 a:link, #content2 h2 a:visited, #content2 h2 a:active,
#content h3 a:link, #content h3 a:visited, #content h3 a:active,
#content2 h3 a:link, #content2 h3 a:visited, #content2 h3 a:active,
#content h3.cnt a:link, #content h3.cnt a:visited, #content h3.cnt a:active,
#content2 h3.cnt a:link, #content2 h3.cnt a:visited, #content2 h3.cnt a:active {
        font-weight: bold;
        color: #1D3994;
        text-decoration: none;
}

#content h2 a:hover,
#content2 h2 a:hover,
#content h3 a:hover,
#content2 h3 a:hover,
#content h3.cnt a:hover,
#content2 h3.cnt a:hover {
       color: #1D3994;
       text-decoration: underline;
}

#content h4,
#content2 h4 {
 	margin: 0 0 0 5px;
 	font-size: 105%;
 	font-weight: bold;
 	text-indent: 5px;
 	line-height: 150%;
 	color: #FF6600;
}

#content h5,#content2 h5 {
	margin: 10px 5px 10px 10px;

	color: #FF0000;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
}

/*  当サイトのお薦め  */

#productList {
    margin: 0;
}

#productList .box{
    float: left;
    width: 296px;
    height: 220px;
    margin: 10px 10px 10px 0;
    border: 1px solid #CCC;
}

.box .pro_doc {
    font-size: 12px;
    line-height: 15px;
    margin: 0 5px 5px 5px;
}

.pro_doc img{margin: 0px;}

#productList .box span{
    display: block;
    padding: 6px 0;
    height: 20px;
    color: #FFF;
    line-height: 16px;
    font-weight: bold;
    background: url("http://www.okazeri.com/img/midashi_box.gif") no-repeat #FFF;
    text-align: left;
    text-indent: 25px;
    overflow: hidden;
}


#productList1 .box span{
    display: block;
    padding: 5px 0 5px 25px;
    height: 20px;
    color: #0033CC;
    line-height: 15px;
    font-weight: bold;
    background: url("http://www.okazeri.com/img/midashi_box.gif") no-repeat #fff;
    text-align: left;
    overflow: hidden;
}


#productList .box span a:link, #productList .box span a:visited, #productList .box span a:active {color: #1D3994;text-decoration: none;}
#productList .box span a:hover{color : #1D3994;text-decoration: underline;}



/*記事枠*/
#content p,#content2 p{
 	margin: 5px 10px;
}

#content .posted,#content2 .posted {
 	margin: 5px 0;
 	text-align: right;
 	font-size: 84%; 
}

#content .doc,#content2 .doc{
 	padding: 0 5px 5px 15px;
 	text-align: left;
 	font-size: 100%;
 	line-height: 150%;
}

#content .doc_line,#content2 .doc_line{
	margin: 10px 10px 0 10px;
	text-align: left;
	line-height: 19px;
	background: url("http://www.okazeri.com/img/doc_back.gif");
}

#content .doc_small,#content2 .doc_small{
	margin: 0px 5px 5px 10px;
	text-align: left;
 	font-size: 10px;
	line-height: 130%;
}

#content .qa,#content2 .qa{
 	padding: 0 0 0 10px;
 	text-align: left;
}



#content .doc_small img,#content2 .doc_small img{width: 80px;border: 0;}


br {
	letter-spacing: 0;
}


/*　詳細へ　*/
.next {
	margin : 5px 30px 0 0;
	text-align: right;
}

/*  記事一覧  */
#content ol,#content2 ol{
	margin: 0px 0px 20px 40px;
}

#content li,#content2 li{
	margin: 5px 0;
	font-size: 100%;
}

#content .cform,#content2 .cform{
	margin: 0;
}

/* ---- 相互リンクリスト属性----- */
#content .slink ul,#content2 .slink ul{
	margin: 10px 5px 20px 20px;
}

#content .slink ul li,#content2 .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}


/*-----パンくずリスト-----*/
p#navi{
 	margin: 10px 0 5px 0;
 	font-size: 10px;
 	color: #666;
 	line-height: 130%;
 	text-align: left;
}


/*----- trackbacks & Comments-----*/

#content2 #trackbackdata, #content2 #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content2 #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content2 #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content2 .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*インフォメーション*/
#info {
    width: 470px;
    height: 150px;
    margin: 10px 0;
 	background: url("http://www.okazeri.com/img/info_back.jpg") no-repeat;
}

#info .inner{
    padding: 30px 10px 10px 200px;
    color: #333;
    font-size: 13px;
    text-align: left;
}

/*  左サイドメニュー等の属性  */
#sidebar01 {
	position: absolute;
	top: 110px;
	left: 10px;
 	width: 185px;
 	margin: 0 0 20px 0;
 	overflow: hidden;
}

#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	color: #666;
	text-align: left;

}

.widget-header {
 	margin: 10px 0 0 0;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	display: block;	
         padding: 30px 0px 0px 50px;
         background: url("./img/contents.gif") no-repeat
}

.widget-header2 {
 	margin: 10px 0 0 0;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	display: block;	
         padding: 19px 0px 0px 50px;
         background: url("./img/contents2.gif") no-repeat
}

.widget-header3 {
 	margin: 10px 0 0 0;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	display: block;	
         padding: 0px 0px 0px 40px;
         background: url("./img/contents3.gif") no-repeat
}

.widget-header4 {
 	margin: 10px 0 0 0;
 	height: 20px;
 	color: #c00;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	display: block;	
         padding: 25px 0px 0px 50px;
         background: url("./img/contents4.gif") no-repeat
}
.widget-header5 {
 	margin: 10px 0 0 0;
 	height: 20px;
 	color: #c00;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	display: block;	
         padding: 0 0 0 30px;
         background: url("./img/contents5.gif") no-repeat
}

/*検索等*/
.widget-content{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
         border: 1px solid #CCC;

}

.widget-content2{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
         border: 1px solid #CCC;

}

/*新着記事等*/
ul.widget-new {
	margin-left: 0px;
         list-style: none;
}

.widget-new li{
         margin: 5px 0;
         padding-left: 15px;
         background: url("http://www.okazeri.com/img/list.gif") no-repeat;
	line-height: 120%;
}


/* メニュー１ */
ul.widget-menu,
ul.widget-monthry{
	margin: 0;
	padding: 0;
	list-style-type: none;
         border: 1px solid #CCCCCC;
         text-align: left;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active, 
.widget-monthry li a:link,
.widget-monthry li a:visited,
.widget-monthry li a:active{
	margin: 0;
	width: 238px;
	height: 25px;
	text-indent: 40px;
         color: #0033CC;
	font-size: 100%;
 	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	display: block;
         position: relative;
         background: #ffffff url("./img/menu_back02.gif") no-repeat ;
         border-bottom: 1px #cccccc solid;
}

.widget-menu li a:hover,
.widget-monthry li a:hover{
	color: #FF3333;
}

.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.widget-monthry li.pt a:link,
.widget-monthry li.pt a:visited,
.widget-monthry li.pt a:active{
	margin: 0;
	width: 238px;
	height: 25px;
	text-indent: 20px;
	color: #0033CC;
	font-size: 100%;
 	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	display: block;
         position: relative;
         background: #ffffff url("./img/menu_arrow_off.gif") no-repeat ;
         border-bottom: 1px #cccccc solid;
}

.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
         position: relative;
         background: #ffffff url("./img/menu_arrow_on.gif") no-repeat ;
	color: #FF3333;
}

/*メニュー２*/
dl.widget-menu{
	margin: 0;
	padding: 5px 0;
}

.widget-menu dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
	color: #333366;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dt.pt{
	margin-top: 10px;
	background: #333366;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dd{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #333366;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.okazeri.com/img/menu01.gif") no-repeat;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
	display: block;
	height: 20px;
	margin: 0;
 	color: #333366;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
}
	
.widget-menu dd a:hover {
	color: #CC338C;
	text-decoration: underline;
}

.widget-menu dd.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #333366;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.okazeri.com/img/menu01.gif") no-repeat;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
	display: block;
	height: 20px;
	margin: 0;
	color: #333366;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.okazeri.com/img/menu01.gif") no-repeat;
}
	
.widget-menu dd.pt a:hover {
	color: #CC338C;
	text-decoration: underline;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	font-size: 92%;
}

.f_navi img{margin: 0 2px;border-style: none;}

/* フッター-----------------*/
#footer {
 	clear: both;
 	margin: 0;
 	height: 150px;
 	color: #666;
 	padding: 0;
 	background: url("./img/footer_back.jpg") bottom left repeat-x;
}

#footer .copyright {
    margin: 90px 20px 0 0;
 	text-align: right;
 	line-height: 120%;
 	font-size: 12px;
}


/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #336699;text-decoration: underline;}
#footer a:hover {color: #CC3366;text-decoration: none;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0 0 0;
 	height: 22px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	line-height: 180%;
 	text-indent: 10px;
 	text-align: left;
 	background: #0B9EB7;
 	display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #FFF;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px 10px 50px 10px;
	text-align: left;
}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px 10px 50px 10px;
	text-align: left;
}


/* 上DropDownMenu */

#gmenu{
	position: absolute;
	top: 180px;
	left: 10px;
}
            
#dd {

  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-size: 100%;
  font-weight: bold;
}

#dd li a.menu {
  display: block;
  text-align: center;
  padding: 0 10px 0 20px;
  margin: 0 1px 0 0;
  color: #333;
  background: url("./img/ico_arrow.gif") no-repeat #FFF;
  line-height: 110%;
  text-decoration: none;
}

#dd li a.menu:hover {

background: url("./img/ico_arrow.gif") no-repeat #00833C;
  color: #FFF;
}

.submenu {
  background: #F2F2F2;
  border: 1px solid #00833C;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  font-weight: normal;

}

.submenu a {
  display: block;
  font-size: 12px;
  line-height: 130%;
  text-align: left;
  text-decoration: none;
  padding: 0 10px 0 20px;
  color: #333;

}

.submenu a:hover {
  background: #FFFF99;
  color: #FF0000;
  text-decoration: none;
 
}


/* タイトル前にマークを表示 */  

.sidetitle a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    padding-right:3px; /* タイトルとマーク間のパディング */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}



/* 左アコーディオン */ 

#navigation
{
  border: 1px solid #00833C;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  background-color: #FFF;
  width: 240px;
}
#navigation a.head
{
  cursor: pointer;
  border: 1px solid #DADADA;
  background: #F2F2F2 url(./img/collapsed.gif) no-repeat scroll 3px 6px;
  color: #333;
  display: block;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-indent: 14px;
  text-decoration: none;
}
#navigation a.head:hover
{
  color: #FF6600;
}
#navigation a.selected
{
  background-image: url(./img/expanded.gif);
}
#navigation a.current
{
  background-color: #FF6600;
}
#navigation ul
{
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;


}
#navigation li
{
  list-style: none outside none;
  display: inline;
}
#navigation li li a
{
  color: #000000;
  display: block;
  text-indent: 20px;
  text-decoration: none;
  background-color: #FFF;
}
#navigation li li a:hover
{
  background-color: #FFFF99;
  color: #FF0000;
}

/* 新型タブ */ 

ul#tab {
	height: 2.3em;
}

ul#tab li {
	float: left;
}

ul#tab li a {
	display: block;
	margin: 0 5px 5px 0;
	padding: 3px 40px 3px 35px;
	background: #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	color: #1D3994;
         background: url("./img/tabs_0.gif") no-repeat;
	border: solid #ccc 1px;
         text-decoration: none;
         font-weight: bold;
}

ul#tab li a.active {

	color: #1D3994;
         background: url("./img/tabs_2.gif") no-repeat;
	border: solid #ccc 1px;
}


ul#tab li a:hover{
	color: #1D3994;
         text-decoration: underline;
}



#tabContents {
         position: relative;
	_margin-top: -10px;
	background: #fff;
	border: solid #ccc 1px;
	width: 100%;
	text-align: left;

}

#tabContents div {
	padding: 1em;
	background: #fff;
}


ul#tab2 {
	height: 2.3em;
}

ul#tab2 li {
	float: left;
}

ul#tab2 li a {
	display: block;
	margin: 0 5px 5px 0;
	padding: 3px 25px 3px 35px;
	background: #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	color: #1D3994;
	border: solid #ccc 1px;
         background: url("./img/tabs_0.gif") no-repeat;
         text-decoration: none;
         font-weight: bold;
}

ul#tab2 li a.active {

	color: #1D3994;
	border: solid #ccc 1px;
         background: url("./img/tabs_2.gif") no-repeat;
}

ul#tab2 li a:hover{
	color: #1D3994;
         text-decoration: underline;
}



#tab2Contents {
         position: relative;
	_margin-top: -10px;
	background: #fff;
	border: solid #ccc 1px;
	width: 100%;
	text-align: left;

}

#tab2Contents div {
	padding: 1em;
	background: #fff;
}

ul#tab3 {
	height: 2.3em;
}

ul#tab3 li {
	float: left;
}

ul#tab3 li a {
	display: block;
	margin: 0 5px 5px 0;
	padding: 3px 25px 3px 35px;
	background: #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	color: #1D3994;
	border: solid #ccc 1px;
         background: url("./img/tabs_0.gif") no-repeat;
         text-decoration: none;
         font-weight: bold;
}

ul#tab3 li a.active {

	color: #1D3994;
	border: solid #ccc 1px;
         background: url("./img/tabs_2.gif") no-repeat;
}

ul#tab3 li a:hover{
	color: #1D3994;
         text-decoration: underline;
}



#tab3Contents {
         position: relative;
	_margin-top: -10px;
	background: #fff;
	border: solid #ccc 1px;
	width: 100%;
	text-align: left;

}

#tab3Contents div {
	padding: 1em;
	background: #fff;
}



/* スケジュール */ 

h2.schedule-header {
margin:10px 0px;
padding:5px 5px;
font-weight:bold;
color:#CCCCFF;
border-top:2px solid #CCCCFF;
border-left:2px solid #CCCCFF;
border-right:2px solid #333399;
border-bottom:2px solid #333399;
background-color: #3366CC;
text-align: center;
}
.schedule-content table {
width: 100%;
border: 1px solid #000;
}
.schedule-content th {
text-align: center;
padding: 0 2px;
line-height: 1.6;
border: 1px solid #000;
color: #fff;
background-color: #5F6BBE;
font-weight: bold;
}
.schedule-content td.day,
.schedule-content td.week {
text-align: center;
padding: 0 2px;
line-height: 1.6;
border: 1px solid #000;
font-weight: normal;
font-size: small;
}
.schedule-content td.summary {
text-align: left;
padding: 0 2px;
line-height: 1.6;
border: 1px solid #000;
font-weight: normal;
font-size: small;
}
.schedule-content td.summary ul {
margin: 0;
margin-left: 16px;
padding: 0;
}
.schedule-content td.summary ul li {
list-style-type: square;
margin: 0;
padding: 0;
}
.schedule-content td.summary ul li span {
font-size: 10px;
}









