@charset "utf-8";
/*　ヘッダ部分　ワイド版設定*/
.blog-header{
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/container-bg.png");
  height:480px;
  color:#fff;
}
.base-shadow-L{
  position:relative;
  top:0;
  left:0;
  width:48px;
  height:480px;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/base-shadow-L.png");
  z-index:0;
}
.base-shadow-M{
  position:absolute;
  top:0px;
  right:48px;
  left:48px;
　width:auto;
  height:480px;
  z-index:0;
}
.base-shadow-R{
  position:absolute;
  top:0px;
  right:0;
  width:48px;
  height:480px;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/base-shadow-R.png");
  z-index:0;
}
.mat-shadow{
  position:relative;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/base-shadow-M.png");
  width:100%;
  height:480px;
  z-index:1;

}
.head-deco{
  position:relative;
  top:0;
  width:800px;
  height:480px;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/head-deco.png");
  z-index:30;
}
.head-base{
  position:absolute;
  top:0px;
  left:0;
  width:100%;
  text-align: center;
  height:480px;
  z-index:20;
}
.head-pic{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  width:800px;
  height:480px;
  z-index:22;
}
.head-toplink{
  position:absolute;
  left:34px;
  top:24px;
  width:735px;
  height:76px;
}
.head-copytitle{
  position:absolute;
  left:341px;
  top:273px;
  width:431px;
  height:36px;
  font-family:'Kozuka Gothic Pro B','小塚ゴシック Pro B','Hiragino Kaku Gothic Pro W6','ヒラギノ 角ゴPro W6',Meiryo,メイリオ;
  font-size:16pt;
  font-wreight:800;
  text-align:right;
  text-shadow: 2px 2px 2px #000;
}
.head_arrowL{
  position:absolute;
  left:8px;
  top:397px;
  width:36px;
  height:36px;
}
.head-desc{
  position:absolute;
  left:397px;
  top:314px;
  width:351px;
  height:109px;
  text-align:left;
  text-shadow: 1px 1px 1px #000;
}
.head-arrowR{
  position:absolute;
  left:756px;
  top:397px;
  width:16px;
  height:36px;
}
/*　ヘッダ内メニューバー*/
.menu-base{
  position:absolute;
  left:25px;
  top:443px;
  width:545px;
  height:30px;  
}
/*　検索フォーム*/
.search-base{
  position:absolute;
  left:611px;
  top:451px;
  width:147px;
  height:21px;
}
#searchform input#s {
  width:150px;
  font-family:Arial; /* 文字の種類 */
  font-size:11pt; /* 文字の大きさ */
  font-weight:800;
  color:#bbb; /* 文字の色 */
  background-color:transparent; /* 背景色 */
  border:none; /* 線の種類と色 */
  float:left;
  padding:2px 2px 0 2px;
}
#searchform input#s:focus,#searchform select:focus{
  outline: 1px solid #555;
}

input#submit{
  margin:4px 0 0 0;
  padding:0;
  background: url(images/search_button.png) left top no-repeat;}
  width:0px;
  height:0px;
  border:none;
}
#searchform label{
  height:0px;
  width:0px;
}
#searchform fieldset{
  border:none;
}
#searchform p{
  width:160px;
  height:21px;
  text-align:left;
}
