@charset "utf-8";
@import "base-style.css";
/*
Theme Name: OPEN-Garage.com/blogテーマ#001
Theme URI: http://localhost/wp/
Description: とりあえず、第１号
Author: Nakamura Nishiki
Author URI: http://www.open-garage.com/

Version: 0.001
*/

/*　メイン部分　*/
.main-frame{
  position:absolute;
  top:480px;
  width:100%;
  background-color:#adc2db;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/base-flower.png");
  text-align: center;
  float:right;
}
.main-shadow-L{
  position:absolute;/*relative;
  float:right;*/
  top:0;
  left:0;
  width:47px;
  height:100%;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/container-base02_01.png");
  z-index:0;
}
.main-shadow-R{
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:47px;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/container-base02_05.png");
  z-index:0;
  clear:both;
}
.main-container{
  position:relative;
  margin:0 auto 0 auto;
  padding-bottom:0px;
  text-align: center;
  background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/container-base02_03.png");
  width:876px;
  height:100%;
  z-index:22;
}
.main-contents{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:760px;
  text-align: left;
  padding-bottom:200px;

}
/*　メイン：ページナビ*/
.navi-base{
  width:auto;
  height:20px;
  text-align:center;
  margin:0px auto 0px auto;
}
.pagenav {
	color: #6677bb;
/* background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/pagenavi-base.png");*/
	margin: 10px auto 10px ;
        width:520px;
	height:20px;
	text-align:center;
  font-family:'Kozuka Gothic Pro B','小塚ゴシック Pro B','Hiragino Kaku Gothic Pro W6','ヒラギノ 角ゴPro W6',Meiryo,メイリオ,Arial Black;
  font-size:10pt;
  font-wreight:700;
  border-bottom:1px solid #6677bb;
}

.navi-next{
  float:right;
  padding:1px;
  margin:0px 20px 0 -20px;
}
.navi-prev{
  float:left;
  padding:1px;
  margin:0px 0 0 15px;
}
.pagenav img{border:none;}
.pagenav a{/*リンクされた文字*/
    color:#6677bb;
    font-style:normal;
    text-decoration:none;
}
.pagenav a:link {/*未訪問のリンク*/
    color:#6677bb;
    font-style:normal;
    text-decoration:none;
}
.pagenav a:visited {/*訪問後のリンク*/
    color:#6677bb;
    text-decoration:none;
}
.pagenav a:hover {/*マウスをのせたとき*/
    color:#aa5577;
    font-style:normal;
    text-decoration:none;
}
.pagenav a:active {/*クリック中*/
    text-decoration:none;
}

/*　ブログ部分　*/
.blog-base{
  top:0px;
  left:0;
  padding:0px;
  width:550px;
  float:left;
}
.post{
  margin:10px;
  padding:10px;
}
.post-title{
  background-color:#fdfeff;
  font-size:14pt;
  font-color:#86a1ff;
  margin:0 0 10px 0;
}

/*　サイドバー　*/
.sidebar-base{
  margin:0;
  width:200px;
  float:right;
}
/* Webkit hack. 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body .main-container {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    background-image: url("http://www.open-garage.com/wp/wp-content/themes/og001/images/container-base02_03.png");
    width:876px;
    z-index:22;
    margin-top:-19px; 
  }
}
*/