
*{
    margin: 0;
    padding:0;
}
body{
    color: #555;
    font-family: "'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif";
    font-size: 0.9em;
    padding: 0px;
    line-height:1.5em;
    background-attachment:scroll;
    background-image:url(images/dodgerblue_body_bg.jpg);
    background-repeat:repeat-x;
    background-color:rgb(247, 247, 247);
}
a{
    color:#525099;
}
p{
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    line-height:2em;
}
h3{
    color:#555;
    font-weight:bold;
    padding-left:10px;
    font-weight:normal;
    line-height:1.5em;
    height:1.5em;
    display:block;
    font-size:140%;
    margin-top:5px;
    padding-top:4px;
    border:solid 1px #1E90FF;
    border-left:solid 15px #1E90FF;
}
h4{
    color:#555;
    font-weight:normal;
    line-height:1.5em;
    height:1.5em;
    margin-top:5px;
    margin-bottom:3px;
    display:block;
    font-size:110%;
    border-bottom:solid #FFAE5E 1px;
}
.err_msg{
    color:darkred;
}
ul li{
    list-style-type:disc;
    list-style-position:outside;
    margin: 0px 0px 0px 15px;
}
li a{
    text-decoration:none;
}
li a:hover{
    text-decoration:underline;
}
a img{
    border:none;
}
    
/**********************wrapper***************************/
#wrapper {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    width:950px;
    border-left:1px #1E90FF solid;
    border-right:1px #1E90FF solid;
    border-top:1px #1E90FF solid;
    border-bottom:1px #1E90FF solid;
}
/**********************header***************************/
#header{
    width:950px;
    height:174px;
    
        background-image: url(images/box_b.jpg);
      
    background-repeat:no-repeat;
    border-bottom:1px #1E90FF solid;
}
#header #name{
    position:absolute;
    line-height:50px;
    height:50px;
    width:600px;
    margin-top:40px;
    margin-left:130px;
    font-size:3.5em;
}
#header #name .school_name{
    height:50px;
}
#header #name a{
    text-decoration:none;
}
#header .school_name{
    color:#fff; 
    text-shadow: 2px 2px 6px #333,-1px -1px 1px #1E90FF,1px 1px 1px #1E90FF; 
}
#header #address {
    position:absolute;
    height:33px;
    width:350px;
    padding-top:5px;
    padding-left:5px;
    margin-top:100px;
    margin-left:575px;
    line-height:1.2em;
    background-color:#fff;
    border-radius:5px;
    font-size:85%;
    box-shadow:2px 3px 4px 1px #bbb inset;
/*    letter-spacing:0.05em;*/
}
#header #address a{
    text-decoration:none;
}
#header #school_logo{
    position:absolute;
    height:110px;
    width:110px;
    margin-top:10px;
    margin-left:10px;
    font-size:3.5em;
}

/**********************bread_crumbs***************************/
#bread_crumbs{
    position:absolute;
    background-color:#fff;
    width:693px;
    height:23px;
    margin-left:220px;
    padding-left:20px;
    padding-top:5px;
    top:147px;
    border-top:1px solid #1E90FF;
    border-left:1px solid #1E90FF;
    border-right:1px solid #1E90FF;
}
#bread_crumbs a{
    color:#1E90FF;
    text-decoration:none;
}
#bread_crumbs a:hover{
    text-decoration:underline;
}
/**********************container***************************/
#container{
    width:950px;
    margin-bottom:0px;
    background-color: #fff;
}
/**********************menu***************************/
#menu{
    width:200px;
    height:100%;
    margin-bottom:0px;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    float:left;
}
#mainmenu ul li{
    margin: 0;
    padding:0;
    list-style:none;
}
.menu_item li{
    margin-left:5px;
    height: 30px;
    position: relative;
    font-size: 100%;
}           
li.menu_item a{
    background:#fff;
    color:#525099;
    display:block;
    border-top:none;
    border-left:solid 1px #1E90FF;
    border-right:solid 1px #1E90FF;
    border-bottom:solid 1px #1E90FF;
    background-image:url(images/dodgerblue_list01.gif);
    background-repeat:no-repeat;
    background-position:2px 5px;
}
li.menu_item a.active{
    background-image:url(images/dodgerblue_list01_a.gif);
}
li.menu_item a:hover{
    background:#1E90FF;
    color:#fff;
    background-image:url(images/dodgerblue_list01_h.gif);
    background-repeat:no-repeat;
    background-position:2px 5px;
    border-top:none;
    text-decoration:none;
}
a.menu_item_link{
    display:block;
    width:198px;
    height:30px;
    line-height:30px;
    text-indent:25px;   
    color:#525099;
    font-weight:normal;
    display:block;
    font-size:105%;
    text-decoration:none;
}
#menutitle {
   /* CSS 3 */
   border-top-left-radius: 5px; 
   border-top-right-radius: 5px; 
   background:-webkit-gradient(linear, left top, left bottom, from(#55AAFF), to(#1E90FF));

   /* Safari,Chrome */
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   background:-webkit-gradient(linear, left top, left bottom, from(#55AAFF), to(#1E90FF));

   /* Firefox */
   -moz-border-radius-topleft:5px;  
   -moz-border-radius-topright:5px; 
   background:-moz-linear-gradient(top, #55AAFF, #1E90FF);

/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55AAFF, endcolorstr=#1E90FF));
/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55AAFF, endcolorstr=#1E90FF))";
	zoom: 1;

/* 共通装飾 */
   border: 1px #1E90FF solid;
   background-color: #1E90FF; 
   height:23px;
   color:#fff;
   font-weight:bold;
   padding-top:7px;
   text-indent:10px;
   font-size:120%;
   text-shadow:-1px -1px 2px #006DDB, 1px 1px 1px #55AAFF,-1px -1px 1px #006DDB; 
}
#menubottom {
    /* CSS 3 */
   border-bottom-left-radius: 5px; 
   border-bottom-right-radius: 5px; 

   /* Safari,Chrome */
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px; 

   /* Firefox */
   -moz-border-radius-bottomleft:5px;  
   -moz-border-radius-bottomright:5px; 

    /* 共通装飾 */
   border: 1px #1E90FF solid;
   background-color: #1E90FF; 
   height:15px;
}
/**********************emergencypage_link***************************/
div.emergencypage_link{
   background-image:url(WSR/emergencypage_link.jpg);
   background-repeat:no-repeat;
   height:35px;
   color:#fff;
   padding-top:25px;
   text-indent:10px;
   font-size:125%;
  margin-top:7px;
   text-shadow: 1px 1px 1px #cf4f00,-1px -1px 1px #cF4F00; 
}
a.banner{
  color:#fff;
  text-decoration:none;
}
/**********************site_link***************************/
.site_link{
  margin-top:5px;
}
.site_link_top {

    /* CSS 3 */
   border-top-left-radius: 5px; 
   border-top-right-radius: 5px; 
   background:linear-gradient(#55AAFF, #1E90FF);

   /* Safari,Chrome */
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   background:-webkit-gradient(linear, left top, left bottom, from(#55AAFF), to(#1E90FF));

   /* Firefox */
   -moz-border-radius-topleft:5px;  
   -moz-border-radius-topright:5px; 
   background:-moz-linear-gradient(top, #55AAFF, #1E90FF);

/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55AAFF, endcolorstr=#1E90FF));
/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55AAFF, endcolorstr=#1E90FF))";
	zoom: 1;

    /* 共通装飾 */
   border: 1px #1E90FF solid;
   background-color: #1E90FF; 
   height:23px;
   color:#fff;
    font-size:120%;
   padding-top:7px;
   text-indent:10px;
   text-shadow:-1px -1px 2px #006DDB, 1px 1px 1px #55AAFF,-1px -1px 1px #006DDB; 
}
.site_link_middle {
  border-left:1px solid #1E90FF;
  border-right:1px solid #1E90FF;
  padding-left:3px;
}
.site_link_middle li{
  line-hegiht:1.2em;
  hegiht:1.2em;
  list-style:none;
  margin-left:5px;


}
.site_link_middle li a{
    display:block;
    background-image:url(images/dodgerblue_list02.gif) ;
    background-repeat:no-repeat;
    background-position:1px 5px;
    text-indent:18px;
}
.site_link_bottom {
    /* CSS 3 */
   border-bottom-left-radius: 5px; 
   border-bottom-right-radius: 5px; 

   /* Safari,Chrome */
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px; 

   /* Firefox */
   -moz-border-radius-bottomleft:5px;  
   -moz-border-radius-bottomright:5px; 

    /* 共通装飾 */
   border: 1px #1E90FF solid;
   background-color: #1E90FF; 
   height:15px;
   margin-bottom:5px;
}
/**********************contents***************************/
#contents{
    float:left;
    width:730px;
    min-height:450px;
    background-image: url(images/contents_bg.jpg);
    background-repeat:repeat-y;
}
/**********************contents_main***************************/
#contents_main{
    border-right:1px solid #1E90FF;
    border-left:1px solid #1E90FF;
    border-bottom:1px solid #1E90FF;
    padding-top:5px;
    margin-left:0px;
    margin-right:0px;
    padding-left:10px;
    padding-right:15px;
    padding-bottom:10px;
    width:688px;
    min-height:450px;
}
/**********************article_count***************************/
span.article_count{
  font-size:70%;
}
/**********************article***************************/
div.modified_date{
  font-size:70%;
  width:680px;
  height:1.5em;
  text-align:right;
}
table.article{
    margin:5px;
}
.article li{
    margin-left:2em;
}
.article img{
    margin:0px;
}
.article img.pics{
    margin:5px;
}
img.shadow{
    padding:5px;
    border:1px solid #ccc;
    box-shadow:2px 2px 4px 1px #bbb;
}
/*ここから未使用
#pic_left{
    float:left;
    margin-top:20px;
    margin-bottom:10px;
    margin-right:10px;
    }
#pic_right{
    float:left;
    margin-top:20px;
    margin-bottom:10px;
}*/
.attach{
    /* CSS 3 */
  border-radius: 5px; 
  border-radius: 5px; 

   /* Safari,Chrome */
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px; 

   /* Firefox */
  -moz-border:5px;  
  -moz-border:5px; 

   /* 共通装飾 */
  border: 1px #55AAFF solid;
  /*background-color: #1E90FF; */
  background-image:url(images/dodgerblue_list02.gif) ;
  background-repeat:no-repeat;
  background-position:5px 6px;
  height:1em;
  line-height:1em;
  padding:5px 10px 3px 10px;
  margin-bottom:5px;
  text-indent:1em;
}
/*td.editor td{
  vertical-align: top;
  border-color:#eee;
  border-style:solid;
  border-width:1px;
}*/
.filesize{
  font-size:70%;
}
/**********************list***************************/
ul li.list02_item {
    margin: 3px 0;
    list-style:none;
    border:1px solid #ccc;
    font-size: 100%;
    background-color:#fafafa;
}
ul li.list02_item.emergency {
    border:1px solid #f97c00;
}
li.list02_item a{
    padding-top:3px;
    list-style-type: none;
    color:#525099;
    display:block;
    background-image:url(images/dodgerblue_list02.gif) ;
    background-repeat:no-repeat;
    background-position:3px 6px;
    text-indent:20px;
    height:1.3em;
    line-height:1.3em;
    text-decoration:none;
}
li.list02_item a.emergency{
    background-image:url(WSR/emergency_item.gif) ;
    height:1.5em;
    line-height:1.5em;
}
li.list02_item :hover{
    text-decoration:none;
    background-color:#ddd;
}
/**********************contents_bottom***************************/
#contents_bottom{
    clear:both;
    width:730px;
    height:14px;
    background-image: url(images/contents_bottom_bg.jpg);
    background-repeat:no-repeat;
}
/**********************container_bottom***************************/
#container_bottom{
    width:730px;
    height:14px;
}

/**********************footer***************************/
#footer{
    clear:both;
    width:950px;
    height:20px;
    background-color:#1E90FF;
    text-align:center;
    color:#FFFFFF;
    font-size:70%;
}