@import url(http://www.tobooks.jp/diary/mt-static/themes/style-ninja/0-import.css);

/*--------------------------------------
	3-1-1. Website Title
---------------------------------------*/

div#header p.siteName {
	margin: 25px 28px 0;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p.siteName a {
  display: block;
  width: 460px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://www.tobooks.jp/recommend_bookstore/mt-static/themes/style-ninja/images/common/logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 35px; /* 画像の高さに合わせて調整 */
}

div#header p.siteName a:hover {

}


/* Captcha Style */
div#comments-open-captcha {
	margin: 0 20px;
}

div#comments-open-captcha img {
	border: 1px solid black;
}

div#comments-open-captcha input {
	margin: 0.5em 0;
}

div#comments-open-captcha p {
	margin: 0.1em 0 0.7em;
}



