@charset "UTF-8";

*{
  zoom:1;
}
ul, ol, li {
  zoom: normal;
}

html,body {
  width:100%;
  height:100%;
}
body {
	/*  background-image: url('../imgs/bg.gif'); */
  color:#222;
	height:100%;
/*  overflow:hidden;
  zoom:1; */
/*  display:block;*/
}
  
/* --- LINK --- */
a, a:link {
  color:#ec5c2b;
  text-decoration:none;
}
a:visited {
  color:#ec5c2b;
  text-decoration:none;
}
a:hover, a:active {
  color:#930;
  text-decoration:none;
}

/* --- SPACE --- */
.ts5 {
  margin-top:5px;
}
.ts10 {
  margin-top:10px;
}
.ts15 {
  margin-top:15px;
}
.ts20 {
  margin-top:20px;
}
.ts25 {
  margin-top:25px;
}
.ts30 {
  margin-top:30px;
}
.ts40 {
  margin-top:40px;
}

.bs5 {
  margin-bottom:5px;
}
.bs10 {
  margin-bottom:10px;
}
.bs15 {
  margin-bottom:15px;
}
.bs20 {
  margin-bottom:20px;
}
.bs25 {
  margin-bottom:25px;
}
.bs30 {
  margin-bottom:30px;
}

.lr5 {
  margin-left:5px;
  margin-right:5px;
}
.lr10 {
  margin-left:10px;
  margin-right:10px;
}
.lr15 {
  margin-left:15px;
  margin-right:15px;
}
.lr20 {
  margin-left:20px;
  margin-right:20px;
}
.lr25 {
  margin-left:25px;
  margin-right:25px;
}
.lr30 {
  margin-left:30px;
  margin-right:30px;
}

.ls5 {
  margin-left:5px;
}
.ls10 {
  margin-left:10px;
}
.ls15 {
  margin-left:15px;
}
.ls20 {
  margin-left:20px;
}
.ls25 {
  margin-left:25px;
}
.ls30 {
  margin-left:30px;
}

.rs5 {
  margin-right:5px;
}
.rs10 {
  margin-right:10px;
}
.rs15 {
  margin-right:15px;
}
.rs20 {
  margin-right:20px;
}
.rs25 {
  margin-right:25px;
}
.rs30 {
  margin-right:30px;
}
.rs50 {
  margin-right:50px;
}


/* -------------------------------------------
Utils
------------------------------------------- */
.cboth {
    clear:both;
}

.spc_top_10 {
  padding-top: 10px;
}
.spc_top_15 {
  padding-top: 15px;
}
.spc_top_20 {
  padding-top: 20px;
}
.spc_top_25 {
  padding-top: 25px;
}
.spc_top_30 {
  padding-top: 30px;
}
.spc_top_35 {
  padding-top: 35px;
}
.spc_top_40 {
  padding-top: 40px;
}

/* -------------------------------------------
                  LAYOUT
------------------------------------------- */
#wrapper {
  position:relative;
  margin:0 auto;
  width: 1000px;
  text-align: left;
}

/* -------------------------------------------
                  HEADER
------------------------------------------- */
#pane {
  display: block;
  position: relative;
/*  background: url(../imgs/menubar.gif) repeat-x; */
/*  height:100%;
  min-height:100%; */
  background-image: url('../imgs/bg.gif');
}

#header {
 height: 270px;
 background-image: url(../imgs/homephoto1.jpg);

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;
}
#header {
 position: relative;
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

#message {
 float: right;
 width: 470px;;
 height:30px;
 line-height:30px;

 margin: 230px 10px 0px 0px;

 text-align: center;
 color: #e94709;
 background-color: #FFFFFF;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;
}
#message {
 position: relative;
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

/* -------------------------------------------
                  MAIN MENU
------------------------------------------- */
#menu {
  position: absolute;
  top: 0px;
  width: 1000px;
  float: right;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
//  z-index:100;
  background-color: #6e9600;

 /* old konkeror */
    box-shadow: 0px 1px 3px #444;
    -moz-box-shadow: 0px 1px 3px #444;
    -webkit-box-shadow: 0px 1px 3px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#404040,strength=3)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=180,strength=3);
}
#menu li {
  float: left;
  position: relative;
  width: 223px;
  hegiht: 40px;
  border-left: 1px solid #a0c850;
  border-right: 1px solid #315a00;
}
#menu li.home {
  float: left;
  position: relative;
  width: 96px;
  hegiht: 40px;
  border-left: 1px solid #a0c850;
  border-right: 1px solid #315a00;
}

li.bl {
  border-left: 1px solid #a0c850;
}
li.br {
  border-right: 1px solid #315a00;
}

/* --
#menu li:last-child {
  border-right: 1px dotted #c8c8b4;
}
-- */
#menu a {
  float: left;
  height: 32px;
  width: 100%;
  padding: 8px 0px 0px 0px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration:none;
  font-weight:bold;
}

#menu li.main:hover > a {
  color: #000;
  background-color:#fff;
}

* html #menu li a:hover {
  color: #00a63d;
  background-color:#f0f0dc;
  z-index:100;
  visibility:visible;  /* -- For IE7  -- */
} /* IE6 */

#menu li:hover > ul {
  display: block;
}


/* Sub-menu */
#menu ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  background: #6e9600;
  text-align: center;
//  border-bottom: 2px solid #00a63d;
//  z-index:100;
  visibility:visible;  /* -- For IE7  -- */
}

/* ---
ul#submenu {
  float: right;
  list-style: none;
  background: #6e9600;
  text-align: left;
  width: 240px;

  margin-top: 0px;
  margin-bottom: 10px;

}


ul#submenu li {
  display: block;
  border-bottom: 2px solid #00a63d;

  height: 40px;

  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
}

ul#submenu li a {
  height: 32px;
  width: 100%;
  padding: 8px 0px 0px 0px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration:none;
  font-weight:bold;
}

ul#submenu li a:hover {
  color: #000;
  background-color:#fff;
}

* html ul#submenu li a:hover {
  color: #00a63d;
  background-color:#f0f0dc;
  z-index:100;
  visibility:visible;
}

ul#submenu li:hover > ul {
  display: block;
}
-- */

#menu ul a.one {
  padding: 0px;
  height: 60px;
  line-height: 60px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}
#menu ul a.two {
  padding-top: 8px;
  height: 52px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}
* html #menu ul a {
  height: 60px;
  width: 209px;
} /* IE6 */
*:first-child+html #menu ul a {
  height: 60px;
width: 209px;
} /* IE7 */
#menu ul a:hover {
  background-color:#325a00;
 /* old konkeror */
    box-shadow: 0px 1px 0px #444;
    -moz-box-shadow: 0px 1px 0px #444;
    -webkit-box-shadow: 0px 1px 0px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#404040,strength=1)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=180,strength=1);
}
/* Clear floated elements */
#menu:after {
  visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html #menu             {
  zoom: 1;
} /* IE6 */
*:first-child+html #menu {
  zoom: 1;
} /* IE7 */

/* -------------------------------------------
                  SUB MENU
------------------------------------------- */
#submenu {
  top: 0px;
  width: 240px;
  float: right;
  list-style: none;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 20px;
}

#submenu li {
  width: 232px;
  width: 240px\9;
  hegiht: 40px;
}

#submenu a {
  float: left;
  height: 32px;
  width: 100%;
  padding: 8px 0px 0px 8px;
  color: #FFF;
  background-color: #6e9600;
  text-transform: uppercase;
  text-decoration:none;
  font-weight:bold;
  border-bottom: 1px solid #EEE;
}

#submenu li:hover > a {
  color: #000;
  background-color:#fff;
}

* html #submenu li a:hover {
  color: #00a63d;
  background-color:#f0f0dc;
  z-index:100;
  visibility:visible;  /* -- For IE7  -- */
} /* IE6 */

#submenu li:hover > ul {
  display: block;
}

* html #submenu ul a {
  height: 60px;
  width: 209px;
} /* IE6 */

*:first-child+html #submenu ul a {
  height: 60px;
  width: 209px;
} /* IE7 */

#submenu ul a:hover {
  background-color:#325a00;
}
/* Clear floated elements */
#submenu:after {
  visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html #submenu             {
  zoom: 1;
} /* IE6 */
*:first-child+html #submenu {
  zoom: 1;
} /* IE7 */

#submenu li a.now {
    background-color: #4e6910;
}

/* -------------------------------------------
                  CONTENTS
------------------------------------------- */
#contents {
 padding-left: 6px;
 padding-top: 21px;
}

.mark {
 background-image: url('../imgs/mark.png');
 background-repeat: no-repeat;
 width: 36px;
 height: 36px;
}

#page_title {
/* background-image: url('../imgs/mark.png');
 background-repeat: no-repeat; */
 background-color: #FDFDFD;
 margin-left: 50px;
 padding: 10px 10px 10px 20px;
 font-size: 20px;
 font-size: 2.0rem;
 line-height: 125%;
/*  height: 60px; */
/* border-bottom: solid 1px #888; */

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;

/* position:relative; */
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

.description {
 margin-top: 5px;
}

#left_contents {
  float: left;
  width: 690px;
}

.left_indent_top {
  margin-top: 10px;
  margin-left: 50px;
  background: #FFF;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;
}

.left_indent_top {
/* position: relative; */
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

.left_indent {
  margin-top: 10px;
  margin-left: 50px;
  background: #FFF;

  padding: 30px;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;
}

.left_indent {
/* position: relative; */
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}


.left_indent p {
    line-height: 1.8em;
}

#sidebar {
  float: left;
  width: 300px;
}

.middle {
 position: relative;
 margin-top: auto;
 margin-bottom: auto;
}

/* -------------------------------------------
                  MARK
------------------------------------------- */
.target_page {
 font-size: 24px;
 font-size: 2.4rem;
 line-height: 125%;
 height: 60px;
 padding-top: 10px;
 padding-left: 60px;
}
#page_title01 {
 background-image: url('/imgs/mark/midi01.png');
 background-repeat: no-repeat;
}
#page_title02 {
 background-image: url('/imgs/mark/midi02.png');
 background-repeat: no-repeat;
}
#page_title03 {
 background-image: url('/imgs/mark/midi03.png');
 background-repeat: no-repeat;
}
#page_title04 {
 background-image: url('/imgs/mark/midi04.png');
 background-repeat: no-repeat;
}
#page_title05 {
 background-image: url('/imgs/mark/midi05.png');
 background-repeat: no-repeat;
}
#page_title06 {
 background-image: url('/imgs/mark/midi06.png');
 background-repeat: no-repeat;
}
#page_title07 {
 background-image: url('/imgs/mark/midi07.png');
 background-repeat: no-repeat;
}
#page_title08 {
 background-image: url('/imgs/mark/midi08.png');
 background-repeat: no-repeat;
}
#page_title09 {
 background-image: url('/imgs/mark/midi09.png');
 background-repeat: no-repeat;
}
#page_title10 {
 background-image: url('/imgs/mark/midi10.png');
 background-repeat: no-repeat;
}
#page_title11 {
 background-image: url('/imgs/mark/midi11.png');
 background-repeat: no-repeat;
}
#page_title12 {
 background-image: url('/imgs/mark/midi12.png');
 background-repeat: no-repeat;
}
#page_title13 {
 background-image: url('/imgs/mark/midi13.png');
 background-repeat: no-repeat;
}
#page_title14 {
 background-image: url('/imgs/mark/midi14.png');
 background-repeat: no-repeat;
}
#page_title15 {
 background-image: url('/imgs/mark/midi15.png');
 background-repeat: no-repeat;
}
#page_title16 {
 background-image: url('/imgs/mark/midi16.png');
 background-repeat: no-repeat;
}
#page_title17 {
 background-image: url('/imgs/mark/midi17.png');
 background-repeat: no-repeat;
}
#page_title18 {
 background-image: url('/imgs/mark/midi18.png');
 background-repeat: no-repeat;
}
#page_title19 {
 background-image: url('/imgs/mark/midi19.png');
 background-repeat: no-repeat;
}
#page_title20 {
 background-image: url('/imgs/mark/midi20.png');
 background-repeat: no-repeat;
}


/* -------------------------------------------
                  SIDEBAR
------------------------------------------- */
#counter {
 float: right;
 width: 230px;
 width: 240px\9;
 height: 90px;
 
 padding-top: 10px;
 padding-left: 10px;
 
 background-color: #FFFFFF;

 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -khtml-border-radius: 8px;
}
#counter {
 position: relative;
 behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

#shien {
 float: right;
}

/*
#twitter {
 padding-left: 60px\9;
 float: right;
}
*/

#link_banner {
 float: right;
 width: 240px;
}
/* -------------------------------------------
                  FOOTER
------------------------------------------- */
#footer {
	clear:both;
	height: 200px;
}

#footer-left {
  float: left;
  margin-left: 20px;
}
#footer-right {
  float: right;
  margin-right: 20px;
}

/* -------------------------------------------
                  CLEARFIX
------------------------------------------- */
/* ClearFix For modern browsers */
.cf:before, .cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
/* ClearFix For IE 6/7 (trigger hasLayout) */
.cf {
  zoom:1;
}

.detail-title {
  margin-top: 20px;
  margin-left: 50px;

//  padding: 16px;

    height: 40px;
    background-color: #6e9600;
    background-image: url('../imgs/detailmark.png');
    background-repeat: no-repeat;

    /* --- */
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -khtml-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    -khtml-border-top-right-radius: 12px;
    border-top-right-radius: 12px;

    behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}

.detail {
  margin-left: 50px;

    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;

    /* --- */
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -khtml-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -khtml-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;

    behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
}
.detail p {
    border-bottom: 1px solid #f0f0dc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
/* =TEXT DECORATION
----------------------------------------------- */
.txt-h1-title
{
  font-size: 14px;
  font-weight: bold;
  color: #222;
  width: 100%;
  background: #DDD;
  padding: 2px;
}

.txt-h2-title
{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding: 2px;
  margin-left: 10px;
}

.txt-txt-plain
{
  font-size: 14px;
  font-weight: plain;
  color: #222;
  width: 100%;
  line-height: 200%;
  padding: 2px;
  margin-left: 10px;
}

.txt-txt-small
{
  font-size: 10px;
  font-weight: plain;
  color: #444;
}
/* =TEXT DECORATION
----------------------------------------------- */
table {
    border-top: 1px solid #AAC7BB;
    margin: 0 0 1.625em;
    width: 100%;
    background-color: #FFFFFF;
}
th {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    border-bottom: 1px solid #AAC7BB;
    padding-left: 10px;
    padding-top: 13px;
	padding-bottom: 13px;
}
td {
    border-bottom: 1px solid #AAC7BB;
    padding: 10px 10px 10px 0;
}

caption.A {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #009052;
    color: #FFFFFF;
}
caption.B {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #d4fb7a;
    color: #000;
}
caption.C {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #76d6ff;
    color: #000;
}
caption.D {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffd478;
    color: #000;
}
caption.E {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #005494;
    color: #FFFFFF;
}
/* Text elements */
p {
    margin-bottom: 0.625em;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
/*  margin-right: 1.625em; */
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: 1px solid #ddd;
/*    padding: 6px; */
}

/* -------------------------------------------
    TOP NEWS & TOPICS & SCHEDULE 
------------------------------------------- */
#category p.news {
//  border-bottom: 1px solid #F0F0DC;
  background-image: url('../imgs/news_icon.png');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#category p.diary {
//  border-bottom: 1px solid #F0F0DC;
  background-image: url('../imgs/diary_icon.png');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#category p.maru {
//  border-bottom: 1px solid #F0F0DC;
  background-image: url('../imgs/20maru_icon.png');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#category p.event {
//  border-bottom: 1px solid #F0F0DC;
  background-image: url('../imgs/event_icon.png');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#category p.list {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: right
}

#category p.break {
  border-bottom: 1px solid #E0E0DC;
}

#category div.content {
  padding-left: 50px;
}

/* -------------------------------------------
    LINK LOGO
------------------------------------------- */
.linklogo {
/*  float: right; */
  display:table-cell;
  background-color: #FFFFFF;
  width: 240px;
/*  height: 100px; */
  layout-grid-line: 100px;
  vertical-align:middle;
  text-align:center;

  border: 1px solid #E0E0E0;
/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(http://bd20.jp/wp-content/themes/bd20/css/PIE.htc); //for IE
*/
}
.linklogo img {
  vertical-align:middle;
}

/* -------------------------------------------
    CALENDAR
------------------------------------------- */
table#wp-calendar th {
    text-align: center;
}
table#wp-calendar tbody td {
    vertical-align: top;
    font-size: 20px;
    color: #606060;
    width: 14%;
    text-align: center;
    height: 80px;
}
table#wp-calendar tbody td a{
    display: block;
    font-size: 10px;
    text-align: left;
}
table#wp-calendar td.event {
    color: #202020;
    background-color: #EEE;
}
table#wp-calendar td#today {
    background-color: #4D7;
}
table#wp-calendar tfoot td#prev {
    text-align: left;
    height: 40px;
}
table#wp-calendar tfoot td#next {
    text-align: right;
    height: 40px;
}
#local-navi {
	background-image: url(../imgs/20maru_localnavi_line.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 240px;
	margin: 0 0 20px 0;
}


h1 {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 22px;
	background-image: url(../imgs/line04.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #744B4B;
	font-weight: bold;
}
#subLeftBox h2 {
	font-size: 16px;
	color: #063;
	background-image: url(../imgs/h2icon.gif);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left 19px;
}

h3 {
	color: #093;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 14px;
}
h4 {
	color: #096;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #096;
	margin-bottom: 5px;
	margin-top: 15px;
}
h5 {
	color: #096;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
h6 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
	
/* 1025追加 */
caption{
	font-weight:bold;
	padding: 5px 0;
}
#subLeftBox strong{
	margin:15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.txt-h1-title{
	background-color: #FBFFEF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #C2D6C7;
}
	
#contents-body  td{
	padding: 12px 10px 12px 0;
	border-bottom: 1px solid #AAC7BB;
}
#contents-body  th{
	padding: 12px 10px 12px 0;
	border-bottom: 1px solid #AAC7BB;
}
hr{
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #5E8875;
	padding: 5px 0;
}

/* スケジュール用 */
thead .fc-tue,
thead .fc-wed,
thead .fc-thu,
thead .fc-fri,
thead .fc-mon{background-color:#D6F1E5;}

thead .fc-sun,
thead .fc-sat{
	background-color:#FECFFF;
}

/* statement用 */
.statement {
	height: 100%;
	width: 100%;
/*	background-color: #FE3200; */
	background-color: #FFF;
}
.statement_text p {
	text-align: center;
/*	color: #ff3400; */
	color: #343434;
	line-height: 160%;	
	padding-top: 10px;
	padding-bottom: 10px;
}



