@charset "utf-8";

h1 { margin: 0 0 30px 0;}
/*TOP
---------------------------------------------------------*/

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

#right_contents{

  width:595px;
  float:right;
}

#left_contents ul li{
	display:block;
  margin-bottom:10px;
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  -ms-box-shadow:  0px 0px 3px rgba(0,0,0,0.2);
}

#right_contents #main{
  margin-bottom:30px;
  -moz-box-shadow: 0px 0px 3px rgba(3,3,3,5.2);
  -webkit-box-shadow: 0px 0px 3px rgba(3,3,3,5.2);
  -o-box-shadow: 0px 0px 3px rgba(3,3,3,5.2);
  -ms-box-shadow: 0px 0px 3px rgba(3,3,3,5.2);
}


#right_contents li{
  background:url("/images/bg_twitter.png") repeat-x bottom;
  padding-bottom:5px;
  margin-bottom:10px;
}
#tweet{
  width:450px;
  float:left;
}
#tweet_icon{
float:right;
background:url("/images/twitter_ya.png") no-repeat 0 50%;
width:120px;
}

#tweet_icon img{
  border:9px solid #fff;
  float:right;
}

#descriptions	{ display:block; width:500px; float:left; margin:20px 0 0 0; }


/*illust
---------------------------------------------------------*/
#pict     { margin: 20px 0 0 0 0;}
#pict li	{ float:left; margin: 0 16px 16px 0;}

/*icon
---------------------------------------------------------*/
#icon     { margin: 20px 0 0 0 0;}
#icon li	{ float:left; margin: 0 20px 20px 0;}

/*bokuneko
---------------------------------------------------------*/
#books          { margin: 20px 0 0 0 0;}
.book_item,.book_item_none		{ float:left; margin: 0 32px 0 0; width:190px; height:500px; }
.book_item img,.book_item_none img { margin-bottom:10px; }
.book_item h3,.book_item_none h3 { font-size:1.4em; font-family:Century Gothic; }
.book_item_none	{ margin:0; }
.soldout        { background:#900; padding:1px 5px; color:#fff; width:70px; text-align:center; }
.buy			{ background:#C1CE62; padding:1px 5px; color:#000; width:70px; text-align:center; }
.buy a          { color:#000;}

/*information
---------------------------------------------------------*/
.sns li    { float:left; margin-right:10px;}
.profile_text { float:left; width:600px;}
.profile_img { float:right; width:200px;}
