/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding:  1em 40px 1em 40px ;
	border-left: solid 70px #44eeff;
	border-right: solid 70px #44eeff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}

td{	border: solid 1px #336699;
	padding: 0.3em 0.5em 0.3em 0.5em ;}

/*プログラム表の休憩時間色付け*/
tr.color {background-color:#ffddd9 ;}

h1{font-size: 150%;font-weight: bold;color:#336699;
padding:0.5em 0 0.5em 0 ;
margin:1em 0 1em 0 ;
border: solid 1px #336699;
background-color: #44eeff;
text-align: center;}

h2{
color:#336699;
font-size:130%;
font-weight:bold;
border-color:#336699;
border-style:solid;
border-left-width:10px;
border-bottom-width:2px;
margin: 1em 0 1em 0 ;
padding: 0 0 0 0.5em ;
}

h2.oshirase{color:#ff3366;border-color:#ff3366;
}

ul.kyoutyou{border:3px solid #ff3366;width:80%;margin:0 10% 0 10%;padding: 1em 0 0.5em 0 ;}
ul.kyoutyou li {font-weight: bold;font-size: 120%;text-align: center;list-style-type: none;}

h3{color:#ff6666;font-size:110%;font-weight:bold;border-bottom:0px dotted #ff6666;margin: 1em 0 0.5em 0em ;}

h4{font-size:105%;font-weight:bold;border-bottom:2px solid #ff6666;width:20em;margin: 1em 0 1em 0em ;}

p{line-height: 1.8;margin-left: 1em;margin-bottom: 0.5em;}

dl{margin: 1em 0 0 0 ;padding: 0 0 0 1em ;}

dt{background-image:url(botan.gif);background-position:0% 0%;background-repeat:no-repeat;font-weight:bold;padding:0 0 0.5em 20px}

dd{padding: 0 0 1em 2em ;line-height: 1.3;}

ol{margin: 0em 0 0.5em 2em ;
padding:0 0 0em 0 ;
width:auto;}

ol li{line-height:130%;text-indent:-1em;margin:0 0 0.5em 0}


/*リスト */
ul {list-style:square;margin: 0.5em 2em 0.5em 3em ;
padding:1em 3em 1em 3em ;
border: solid 1px  teal;
width:80%;}

ul li {padding: 0 0 0.6em 0 ;vertical-align: middle;line-height: 120%;}

ul li img{border:solid 1px #000;vertical-align: middle;}

/*通常リスト */
ul.normal
	{list-style:square;margin: 0.5em 0em 0.5em 1em ;
padding:1em 0em 1em 1em ;
border: solid 0px  teal;
width:95%;}

ul.normal li {padding: 0 0 0.7em 0 ;vertical-align: middle;line-height: 150%;}


/*最新情報、お知らせピックアップ*/
div.pickup	{border: double 5px #32cd32 ;margin: 0 0.5em 1em 0.5em ;padding: 1em ;}

blockquote{background-color:#eee;margin: 0.5em 0.5em 1em 0.5em ;padding: 0.5em 1em 0.5em 1em  ;font-size: 90%;line-height: 1.4;}


a:link{color:#3399cc;}
a:visited{color:#006699}
a:hover{color:#00ff7f;}


p.bottom{text-align: right;margin: 2em 0 2em 0 ;font-size: 90%;border-top: 1px solid grey;border-bottom:1px solid grey ;}

.b {font-weight:bold;background-color:#ffddd9;}


em{ font-weight:bold;}

.right{text-align: right;}

