@charset "UTF-8";
body,div,p,h1,h2,h3,h4 {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Lucida Bright", "Georgia", "Osaka",
    " MS UI Gothic ", serif;
  font-size: 12px;
  color: #323232;
  background-color:#181313
}

#headeWrapper{
  text-align:center;
  }

#header {
  background: #181313;
  width: 900px;
  height: 100px;
  margin:0 auto;
  text-align:left;
}

#container{
    min-width:990px;
}

#header h1 {
  text-indent: -9999px;
  background: url('../images/formlogo.png') 20px 20px no-repeat;
  width: 300px;
  height: 100px;
  float: left;
  position:relative;
  left:-15px;
}

#topinfo {
  width:230px;
  float:right;
  color: #777777;
  margin-top:20px;
  text-align:right;
}

#topinfo a {
  color: #999999;
  text-decoration: none;

}

#topinfo a:hover {
  color: #ffffff;
}

#loginField {
  display:none;
  padding: 20px;
  width: 100%;
  height: 30px;
  color: #777777;
  padding: 20px 0 10px 0;
  background: #000000;
  border-bottom:1px solid #777777;
}

#loginField label,#loginField input {
  float: left;
}

#loginField input{
  color:#999999 ;
  }

#loginField label {
  margin: 0 5px 0 10px;
}

#loginField>div {
  float: right;
  margin-right: 10px;
  width: 400px;
}

#loginField input {
  background: #333333;
  border: 1px solid #777777;
  width:90px;
}

#loginField .btn-box input {
  margin-left: 10px;
  margin-right: 10px;
  color: #777777;
  width:50px;
  font-size:10px;

}

#sso input{
   border:none;
    background:transparent url('/images/ico_google.png') no-repeat;
    padding:0 0 0 19px;
    font-size:1.0em;
    /* font-weight:bold; */
    /* color:#0070eF; */
    color:#ffffff;
    margin-top:10px;
}


#navi {
    padding-left:12%;
    height: 32px;
    margin: 0px;
    border-top: solid 1px #525252;
    border-bottom: solid 1px #525252;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #482B41), color-stop(0.5, #2e1227), color-stop(0.51, #3a2333), color-stop(1, #4d3646));
    background-image: -moz-linear-gradient(center bottom, #482B41 0%, #2e1227 50%, #3a2333 51%, #4d3646 100%);
    background-color:#402b41; /* Fallback */
}

#navi li {
    display:block;
    float:left;
    border-right:1px solid #200B21;
    border-left:1px solid #503B51;
    width:80px;
    text-align:center;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #482B41), color-stop(0.5, #2e1227), color-stop(0.51, #3a2333), color-stop(1, #4d3646));
    background-image: -moz-linear-gradient(center bottom, #482B41 0%, #2e1227 50%, #3a2333 51%, #4d3646 100%);
    background-color:#402b41; /* Fallback */
}

#navi li.lastchild {
    width:90px;
}

#navi li.lastchild span {
    color:#adccfb;
}

#navi li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "MS UI Gothic", san-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  height:25px;
  padding-top:5px;

}

#navi li a.selected,#navi li a:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #301B31), color-stop(0.5, #160217), color-stop(0.51, #221323), color-stop(1, #352636));
    background-image: -moz-linear-gradient(center bottom, #301B31 0%, #160217 50%, #221323 51%, #352636 100%);
    background-color:#301B31; /* Fallback */

}

#mainWrapper {
  width: 100%;
  height: 250px;
  text-align: center;
  background: #261d1d url(/images/shadow.png) bottom repeat-x;
}

#main {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  color: #e3e3e3;
}

#main h2 {
  padding: 20px 0px;
}

#catch ul {
  margin-top: 40px;
  height: 70px;
  padding-left:0px
}

#catch ul li {
  list-style: none;
  margin-right:20px;
  float: left;
  width: 143px;
  height: 35px;
}

#catch ul li a {
  /* border:none; */
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

a.button{
    display:block;
    height:30px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cd2497), color-stop(0.5, #ad0477), color-stop(0.51, #cd2497), color-stop(1, #cd2497));
    /* background-image: -moz-linear-gradient(center bottom, #cd2497 0%, #ad0477 50%, #cd2497 51%, #cd2497 100%); */
    background-color:#ad0477; /* Fallback */
    border:1px solid #aaaaaa;
    text-align:center;
    padding-top:7px;

    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

a img{
  border:none;
  }

#catch {
  height: 100%;
  width: 400px;
  float: left;
}



#Imagebox {
  height: 300px;
  width: 430px;
  margin-top: -50px;
  float: right;
  background: url(../images/formimage.png) no-repeat top right;
  _margin-top:0px;
  _height:300px;

}

#contentWrapper {
  width: 100%;
  background: #fefefc url(../images/contentbg.jpg) repeat-x;
  padding: 30px 0 0;
}

#contentWrapperGray {
  width: 100%;
  background: #333333;
  padding: 30px 0 0;
}

#content {
  width: 900px;
  margin: 0 auto;
}

#leftWrapper {
  width: 630px;
  float: left;
  margin-bottom:50px;
}

.blockWrapper {
  width: 100%;
  margin-bottom: 30px;
}

.leftColumn {
  float: left;
  width: 270px;
}

.centerColumn {
  width: 270px;
  margin: 0 30px 0 300px;
}

#calIcon {
  background: url(../images/about-calendar.gif) no-repeat;
  padding-left: 45px;
}

#rightColumn {
  width: 270px;
  float: left;
}

#footer {
  clear: both;
  background: #261d1d;
  width: 100%;
  text-align: center;
}

#footer h4 {
  color: #f17d16;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
  clear:left;
}

#footer ul.sitelink a{
    color:#999999;
}

#footer ul.sitelink li{
    width:140px;
}

#footer ul {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#footer ul li {
  font-size: 12px;
  width: 190px;
  margin-right: 10px;
  margin-left:20px;
  float: left;
  line-height: 1.5em;
}

#footer ul li a {
  color: #333333;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #f17d16;
}

#footer p.copyright {
  clear: both;
  margin: 0 auto;
  padding: 30px 0;"public_html/css/home.css"
  color: #ffffff;
}

p {
  margin-top: 10px;
  line-height:1.5em;
}

h2,h3 {
  font-size: 18px;
}

h3 {
  border-bottom: 1px solid #b0a6b3;
  font-family: "Lucida Bright", "Georgia", serif;
}

.blockWrapper h3,
#rightColumn h3{
  height:30px;
}

.blockWrapper h3 img,
  #rightColumn h3 img{
  vertical-align:text-top;
}

#newpng{
position:relative;
top:-30px;
}

#gcalgif{
  position:relative;
  top:-10px;
}

.movieOverlay{
  display:none;
z-index:10000;
background-color:#333;
width:640px;
min-height:480px;
border:1px solid #666;
padding:10px;
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
}

.movieOverlay .close{
  background-image:url(/images/close.png);
  position:absolute;
  right:-17px;
  top:-17px;
  cursor:pointer;
  height:35px;
  width:35px;
}

a.right{
margin-left:200px;
}

dd#htmlbox-element{
    padding-left:130px;
}

#htmlbox b{
    font-size:1.5em;
    color:#6666ff;
}

