html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 85% Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFF url(../images/background.jpg) repeat;
}

p
{ padding: 0 0 10px 0;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}


img.logo
{ border: 0;
    max-height: 140px;
    height: auto;}

img.prof
{ /*border: 0;*/
    max-width: 350px;
    height: auto;
    margin-right: 200px;
    float: right;}



h1, h2, h3, h35, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
  color: #00708C;
  text-shadow: 1px 1px #FFF;
  letter-spacing: -1px;
  margin: 0 0 10px 0;}

h20,h35
{ font: normal 175% Arial, Helvetica, sans-serif;
    color: #000000;
    text-shadow: 1px 1px #FFF;
    letter-spacing: -1px;
    margin: 0 0 10px 0;}

h2
{ font: normal 165% Arial, Helvetica, sans-serif;}

h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}

h20
{ font: bold 165% Arial, Helvetica, sans-serif;}

h35
{ font: bold 100% Arial, Helvetica, sans-serif;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;}

a
{ color: #000;
  font-weight: normal;
  background: transparent;
  outline: none;
/*text-decoration: underline;*/
text-decoration: none;}

a:link {/*未訪問のリンク*/
    /*color:#0f0168*/
    color:#0000ff;
    font-style:normal;
    text-decoration:none;}

a:visited {/*訪問後のリンク*/
    color:#a5225a;
    text-decoration:none;}

a:hover
{ text-decoration: underline;}

/*b
{ color: #000;
    font-weight: normal;
    background: transparent;
    outline: none;
    text-decoration: underline;}

b:hover
{ text-decoration: none;}
*/

img:after {
    display: block;
    content: attr(title);
}




dl.horizontal {
	overflow: hidden;
	zoom: 1;
}
dl.horizontal dt {
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.horizontal dd {
	padding: 0 0 5px 20px;
}






ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #header2, #banner, #menubar, #site_content, #footer, #content_blue
{ margin-left: auto; 
  margin-right: auto;}

#header
{ height: 400px;
  width: 960px;
  background: transparent url(../images/MAGIC_site2.jpg) no-repeat;
  background-size:contain;
  /*background-size:200% 120%;*/}

#header2
{ height: 80px;
    width: 960px;
    background: transparent no-repeat;
    /*background-size:contain;*/
/*background-size:200% 120%;*/}

#menubar
{ width: 960px;
    /*height: 100px;*/
  height: 70px;
  background: transparent url(../images/transparent.png) repeat;}
  
#welcome
{ width: 300px;
  height: 70px;
  padding-top: 15px;
  float: left;
  text-align: center;
  margin: 0 auto;}  
   
#welcome h1 a
{ font: normal 150% Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 4px 4px #000;}
  
#menu_items
{ float: right;
  height: 70px;
  margin-right: 20px;
  padding-top: 13px;
  width: 640px;}
  
ul#menu
{ margin:0;
  float: right;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{ float: left;
  font: bold 110% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  text-shadow: none;
  margin: 6px 0 0 10px;
  padding: 10px 15px 10px 15px;
  background: transparent; } 

ul#menu li.current a, ul#menu li:hover a
{ color: #FFF;
    background: #02C7FC;
    background: -moz-linear-gradient(#02C7FC, #00708C);
    background: -o-linear-gradient(#02C7FC, #00708C);
    background: -webkit-linear-gradient(#02C7FC, #00708C);
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;  }






#site_content
{ width: 940px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 200px 20px; /*This is used for the adjustment of the page.*/
  background: transparent url(../images/transparent_light.png) repeat;} 


.prof_pic_container
{ float: right;
    margin: 20px 20px 0 20px;
    width: 300px;
    padding-left: 15px;
    /*background: #02C7FC;*/
    /*background:#1987E5;*/
    /*background:#6495ED;*/
    background:#00CED1;}


.sidebar_container
{ float: right;
  margin: 20px 20px 0 20px;
  width: 220px;
  padding-left: 15px;
  /*background: #02C7FC;*/
  /*background:#1987E5;*/
  /*background:#6495ED;*/
    background:#00CED1;}

.sidebar
{ float: left;
  width: 220px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
  width: 215px;}

.sidebar h2
{ font: normal 140% Arial, Helvetica, sans-serif;
  color: #FFF;
  text-shadow: 0px 1px 0px #00708C;}  
 
.sidebar h3
{ color: #FFF;
  text-shadow: 0px 1px 0px #00708C;}  

.sidebar p
{ color: #FFF;}  

#content
{ width: 665px;
  /*  width: 930px;*/
  margin-bottom: 20px;
  float: left;}

.content_item
{ width: 665px;
  margin-top: 20px;
  margin-bottom: 20px;}

.content_item2
{ width: 860px;
    margin-top: 20px;
    margin-bottom: 20px;}

.content_item_narrow
{ width: 565px;
    margin-top: 20px;
    margin-bottom: 20px;}

.content_item_wide
{ width: 865px;
    margin-top: 20px;
    margin-bottom: 20px;}
  
.content_container
{ width: 310px;
  padding: 5px;
  margin-right: 10px;
  float: left;}

/*.profile_pic
{ width: 310px;
    padding: 5px;
    margin-right: 10px;
    float: left;}
*/

.content_images_text
{ float: left;
  width: 665px;
  margin-bottom: 10px;}  
  
.content_image
{ width: 300px;
  height: 150px;
  margin-right: 10px;
  float: left;}

.content_image_prof
{ width: 300px;
  height: 150px;
   /* margin-left: 200px;*/
    float: right;}


.image_text
{ width: 350px;
  float: right;}  
  
#footer
{ width: 960px;
  height: 20px;
  padding-top: 20px;
  text-align: center; 
  background: transparent;}

#footer a, #footer a:hover
{ text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}

  
 .readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 15px;
  margin-left: 95px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #02C7FC;
  background: -moz-linear-gradient(#02C7FC, #00708C);
  background: -o-linear-gradient(#02C7FC, #00708C);
  background: -webkit-linear-gradient(#02C7FC, #00708C);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #1D1D1D;}
 
 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #02C7FC;
  background: -moz-linear-gradient(#02C7FC, #00708C);
  background: -o-linear-gradient(#02C7FC, #00708C);
  background: -webkit-linear-gradient(#02C7FC, #00708C);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  padding-left: 5px;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial;
  border: 1px solid #BBB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: bold 100% arial; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #02C7FC;
  background: -moz-linear-gradient(#02C7FC, #00708C);
  background: -o-linear-gradient(#02C7FC, #00708C);
  background: -webkit-linear-gradient(#02C7FC, #00708C);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #FFF;}
