@charset "utf-8";
/* -- mpso.css */
/* -- stylesheet for machida philharmony orchestra*/

a {text-decoration:none;}

a:link {color:#004A8F;}
a:visited {color:#8F4D90;}
a:active,a:focus,a:hover { 
    color: #970032; 
    font-style:italic;
    text-decoration:underline;
}


body {
    background: left top, left bottom, -webkit-linear-gradient(#FFFFDD, #FFFFCC);
    background: left top, left bottom, -o-linear-gradient(#FFFFDD, #FFFFCC);
    background: left top, left bottom, -moz-linear-gradient(#FFFFDD, #FFFFCC);
    background: left top, left bottom, linear-gradient(#FFFFDD, #FFFFCC);
    background-color:#FFFFCC ; 
}

hr {
    clear:both;
    color:white;
    border-color:#888;
    border-width:1px 0 0 0;
    width: 80%;
    border-style: solid; 
    height:0px;
}
div {
    text-align:center;
}

div.footer {text-align:center;}
div.header {
  font-size:80%;	
  color:#bbbbbb;	
}

div#right-sidebar {}

div.concert {text-align:center;}
div.announce {
    margin:0 auto;
    font-size:large;
    max-width:760px;
    background-color:#EFE;
    padding:10px 50px 10px 50px;
    border-color:#CCCCCC;
    border-width:2px 2px 2px 10px;
    border-style:solid;
    text-align:left;
    box-shadow: 5px 5px 3px #aaaaaa;
    -moz-box-shadow: 5px 5px 3px #aaaaaa;
}
div.whatsnew {text-align:center;}
table.whatsnew tr:hover {background-color:#FFFFEE;}
table.toc td:hover {background-color:#FFFFEE;}

em {color:#0000FF;
   font-weight:bolder;}
font.new {color:#009966;}
h1 { color:#BF1E33 ; text-align:center;} /* 赤 */
h2{color:#333C5E;text-align:center;}  /* 紺色 */
h3{color:#EE5145;text-align:center;} /* 朱色 */
h4{color:#F9A1D0;text-align:center;} /* ときいろ */
h5{text-align:center}

img {
    border:0;
    vertical-align: middle;
}

p { text-indent: 16px; }
p.concert { text-align:center;
	    font-weight:bold;
	    color:#551D00;}
p.title {font-weight:bold;color:#950032;}
.text-shadow {
    text-shadow: 3px 3px 3px #aaaaaa;
 
}
.img-shadow {
   box-shadow: 5px 5px 3px #aaaaaa;
   -moz-box-shadow: 5px 5px 3px #aaaaaa;
}

table {
     text-align:center;
     margin-left:auto; 
     margin-right:auto;

}
table.title {font-weight:bold;
	     color:#D83502;
	     text-align:center;
	     margin-left:auto; 
	     margin-right:auto;
	     }

table.whatsnew {text-align:center;
		border-color:red;
		margin-left:auto; 
		margin-right:auto;
	       }
tr {text-align:center}
td {
    text-align:left;
	padding-left:20px;
}
table.toc td {
    text-align:center;
}
td.date {font-size:60%;
	}
td.message {font-size:70%;
	   }
td.datenew {font-size:100%;
	    color:#4DB56A;
	    font-weight:bold;}

td.messagenew {font-size:100%;
	       color:#CB4B94;
	       Font-weight:bold;}
td.composer {color:#E44A24;}
td.composer_ja {color:#E44A24;}
td.composer_en {font-size:80%;font-style:italic;color:#DD8A84/*退紅*/;}
td.title {color:#970032;}
td.title2 {font-style: italic;font-size: 80%;
	   color:#CF8D2C; /*黄土色*/
	  }



ul.title {font-weight:bold;color:#ff0000;}







/* -- end of mpso.css */

