@charset "UTF-8";
/* @group 共通 */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", verdana, arial, Sans-Serif;
  line-height: 1.6em;
  color: #223333;
}
/*for IE*/
* html body {
  font-size: 90%;
  text-align: center;
}
/*for IE7*/
*+html body {
  font-size: 90%;
  text-align: center;
}
img {
  border: 0px;
}
h2, h3 {
  line-height: 1.3em;
  font-weight: bold;
  font-size: 120%;
  color: #333;
}
p, address, dl {
  margin: 0 0 1.2em 0;
}
ul {
  margin: 0 0 1em 40px;
  list-style-type: disc;
}
ul ul {
  margin: 0 0 1em 1em;
  list-style-type: circle;
}
blockquote {
  margin: 1em;
  line-height: 1.5em;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #B50C07;
}
/* @end */
/* @group 構造 */
#container {
  width: 900px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
#header {
  position: relative;
  height: 50px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.sanamemo #header {
  height: 100px;
  border-bottom: none;
}
#content {
  position: relative;
  float: right;
  width: 700px;
}
.sanamemo #content {
  width: 580px;
}
#content #categories {
  padding: 0;
  float: left;
  width: 285px;
}
#content #archives {
  padding: 0;
  float: right;
  width: 285px;
}
#side {
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  width: 180px;
  background: #f2f2f2;
  font-size: small;
}
.sanamemo #side {
  width: 300px;
}
/* @end */
/* @group ヘッダ */
#header h1 {
  position: absolute;
  top: 10px;
  left: 15px;
}
.sanamemo #header h1 {
  top: 17px;
  left: 25px;
}
#header h1 a {
  display: block;
  width: 267px;
  height: 27px;
  background: url(../images/logo02.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
}
.sanamemo #header h1 a {
  width: 466px;
  height: 53px;
  background: url(../images/logo.gif) no-repeat;
}
#header #counter {
  position: absolute;
  top: 35px;
  left: 780px;
  width: 120px;
  text-align: right;
  font-size: smaller;
}
#header .skip {
  display: none;
}
/* @end */
/* @group サイド */
#side h2,
#side .skip {
  display: none;
}
#side ul {
  margin: 0 0 30px 0;
  list-style-type: none;
}
#side .menu li {
  position: relative;
  display: block;
  height: 42px;
}
#side .menu li a {
  display: block;
  width: 180px;
  height: 42px;
  text-indent: -10000px;
}
#side #mSanamemo {
  background: url(../images/bt_sanamemo.gif) no-repeat;
}
#side #mList {
  background: url(../images/bt_list02.gif) no-repeat;
}
#side #mSpecial {
  background: url(../images/bt_special02.gif) no-repeat;
}
#side #mTaidan {
  background: url(../images/bt_taidan02.gif) no-repeat;
}
#side #mColumn {
  background: url(../images/bt_column02.gif) no-repeat;
}
#side #mBook {
  background: url(../images/bt_book02.gif) no-repeat;
}
#side #mCd {
  background: url(../images/bt_cd02.gif) no-repeat;
}
#side #mCinema {
  background: url(../images/bt_cinema02.gif) no-repeat;
}
#side #mDiary {
  background: url(../images/bt_diary02.gif) no-repeat;
}
#side #mDiet {
  background: url(../images/bt_diet02.gif) no-repeat;
}
#side #mRecommend {
  background: url(../images/bt_recommend02.gif) no-repeat;
}
#side #mProfile {
  background: url(../images/bt_profile02.gif) no-repeat;
}
#side #mWork {
  background: url(../images/bt_work02.gif) no-repeat;
}
.book #side #mBook {
  background: url(../images/bt_book02.gif) -180px 0 no-repeat;
}
.list #side #mList {
  background: url(../images/bt_list02.gif) -180px 0 no-repeat;
}
.special #side #mSpecial {
  background: url(../images/bt_special02.gif) -180px 0 no-repeat;
}
.column #side #mColumn {
  background: url(../images/bt_column02.gif) -180px 0 no-repeat;
}
.book #side #mBook {
  background: url(../images/bt_book02.gif) -180px 0 no-repeat;
}
.cd #side #mCd {
  background: url(../images/bt_cd02.gif) -180px 0 no-repeat;
}
.cinema #side #mCinema {
  background: url(../images/bt_cinema02.gif) -180px 0 no-repeat;
}
.diary #side #mDiary {
  background: url(../images/bt_diary02.gif) -180px 0 no-repeat;
}
.profile #side #mProfile,
.publish #side #mProfile {
  background: url(../images/bt_profile02.gif) -180px 0 no-repeat;
}
#side .menu li span {
  display: none;
}
#side address,
#side .other,
#side #copyright {
  display: none;
}
.sanamemo #side address,
.sanamemo #side .other,
.sanamemo #side #copyright,
#side .sidePublish {
  display: block;
  margin: 0 25px 1.2em 25px;
}
.sanamemo #side div.widget {
  display: block;
  margin: 0 25px 1.2em 0;
}
#side .feeds li a {
  display: block;
  padding: 0 0 0 65px;
  height: 1.6em;
  line-height: 1.6em;
  background: url(../images/icn_rss.gif) 25px .2em no-repeat;
}
.sidePublish img {
  margin: 10px;
}
/* @group sanamemo */
.sanamemo #side .menu li {
  height: 53px;
}
.sanamemo #side .menu li a {
  width: 300px;
  height: 53px;
}
.sanamemo #side #mSanamemo {
  display: none;
}
.sanamemo #side #mList {
  background: url(../images/bt_list.gif) no-repeat;
}
.sanamemo #side #mSpecial {
  background: url(../images/bt_special.gif) no-repeat;
}
.sanamemo #side #mTaidan {
  background: url(../images/bt_taidan.gif) no-repeat;
}
.sanamemo #side #mColumn {
  background: url(../images/bt_column.gif) no-repeat;
}
.sanamemo #side #mBook {
  background: url(../images/bt_book.gif) no-repeat;
}
.sanamemo #side #mCd {
  background: url(../images/bt_cd.gif) no-repeat;
}
.sanamemo #side #mCinema {
  background: url(../images/bt_cinema.gif) no-repeat;
}
.sanamemo #side #mDiary {
  background: url(../images/bt_diary.gif) no-repeat;
}
.sanamemo #side #mDiet {
  background: url(../images/bt_diet.gif) no-repeat;
}
.sanamemo #side #mRecommend {
  background: url(../images/bt_recommend.gif) no-repeat;
}
.sanamemo #side #mProfile {
  background: url(../images/bt_profile.gif) no-repeat;
}
.sanamemo #side #mWork {
  background: url(../images/bt_work.gif) no-repeat;
}
.sanamemo #side .menu li span {
  display: inline;
  position: absolute;
  top: 5px;
  right: 15px;
  line-height: 1.2em;
  font-size: smaller;
  color: #666;
}
.sanamemo #side #copyright {
  font-size: smaller;
}
.sanamemo #side li span.new {
  color: #f00;
}
/* @end */
/* @end */
/* @group コンテンツ */
#content h2 {
  margin: 0 0 10px 0;
  height: 3em;
  line-height: 3em;
  background: url(../images/bg_tl01.gif) 0 100% repeat-x;
}
#content h3 {
  padding: 10px 0;
}
#content .log {
  position: absolute;
  top: 1.2em;
  right: 20px;
}
#content .return {
  clear: both;
  margin: 0 0 30px 0;
  padding: 0 20px 0 0;
  border: 1px solid #ccc;
  text-align: right;
  height: 3em;
  line-height: 3em;
}
#content .day {
  font-size: x-small;
}
#content .topicPath {
  margin: 0 0 .5em 0;
  font-size: smaller;
}
#content div {
  margin: 0 0 5px 0;
  padding: 0 20px;
  border: 1px solid #ccc;
}
/* widgets */
#content div.widgets {
  padding: 1em 0 0 0;
  border: none;
}

#content div.widgets div {
  padding: 0;
  border: none;
}

#content div.widgets div.topsy_widget_data {
  width:150px;
  height:21px;
  display: inline;
}

#content div.widgets div.topsy_widget_data div {
  width: 150px;
  height:21px;
  display: inline;
}

#content div.widgets p.shareButton {
  margin: 10px 0;
}

/* Hides from IE5-mac \*/
* html #content .entryBody {
  height: 1%;
}
/* End hide from IE5-mac */
/* @end */
/* @group さなメモ */
body.sanamemo #container {
  background: url(../images/bg_body.jpg) 550px 0 no-repeat;
}
body.sanamemo div #content .entryBody {
  zoom: 1;
}
body.sanamemo div #content .entryBody:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.sanamemo div #content .entryBody img {
  float: left;
  margin: 0 10px 10px 0;
}
body.sanamemo div #content .entryBody .perm {
  clear: both;
}
#home #content h2 {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  border: 1px solid #ccc;
  height: 3em;
  line-height: 3em;
  background-image: none;
  color: #0F0300;
}
#categories h3,
#archives h3 {
  padding: 5px 20px;
}
.mtcgi {
  clear: both;
  text-align: right;
  font-size: smaller;
}
#sanamemoEntry #content .entryBody {
  border-bottom: none;
}
#sanamemoEntry #content h2 {
  height: auto;
  line-height: 1.3em;
  padding-bottom: .5em;
}
/* @end */
/* @group エントリー */
.pageNav {
  text-align: right;
}
#entry h2 {
  padding: 10px 0 0 0;
}
#trackbacks {
  margin: 0 0 30px 0;
}
body#entry div#content ol {
  margin: 0 0 0 30px;
}
.perm {
  text-align: right;
  font-size: x-small;
}
#content .entryBody {
  margin: 15px 0 15px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
#content .entryBody p,
#content .entryBody p strong {
  line-height: 1.4em;
}
/* @end */
/* @group アーカイブス */
#sanamemoArchives form {
  margin: 1em 20px;
}
/* @end */
/* @group おもしろ本 */
#bookIndex #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_book.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
#bookEntry #content h2 span,
#bookEntry #content h3 span {
  padding-top: 15px;
  vertical-align: middle;
}
.book #content h3 {
  margin: 0 0 .5em 0;
  padding: 0;
}
.book #content .author {
  margin: 0 0 1.5em 0;
  font-size: 100%;
}
.book #content .amazon {
  float: left;
  margin: 0 20px 10px 0;
}
.book #content .day {
  font-size: small;
}
.book #content ol {
  margin: 0 0 1.5em 2em;
}
#bookIndex #content h3 {
  clear: both;
}
#bookIndex #content ul {
  margin: 0 0 1.5em 10px;
  list-style-type: none;
}
#bookIndex #content li a {
  padding: 0 0 0 15px;
  height: 1.6em;
  line-height: 1.6em;
  background: url(../images/blt_01.gif) 0 .2em no-repeat;
}
.book .author {
  text-align: right;
  font-weight: bold;
  color: #333;
}
.book .day {
  clear: both;
  text-align: right;
  font-size: small;
}
.book .entryBody span {
  float: left;
  margin: 0 10px 0 0;
  font-size: x-small;
}
.book form {
  text-align: center;
  margin-bottom: 1em;
}
#bookMonthList #content ul li,
#bookGenreList #content ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  font-size: 100%;
}
#bookCatList #content h2 span,
#bookMonthList #content h2 span {
  font-size: 75%;
}
#bookGenreList #content h2 span {
  font-size: 65%;
}
#bookCatList #content ul {
  margin: 0;
  list-style-type: none;
}
#bookCatList #content ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  font-size: 120%;
  font-weight: bold;
}
#bookCatList #content ul ul {
  clear: both;
  margin: 0 0 1.3em 0;
}
#bookCatList #content ul ul li {
  padding: 0 0 0 1em;
  display: inline;
  border: none;
  line-height: 1.6em;
  font-size: smaller;
  font-weight: normal;
}
#bookEntry #content .entryBody {
  border-bottom: none;
}
#content .genre {
  padding: 5px 10px;
  background: #f0f0f0;
  font-size: x-small;
}
#bookBest10 #content div {
  padding-top: 10px;
  padding-bottom: 10px;
}
ul#tags {
  border: 1px solid #CCC;
  padding: 10px;
  margin-left: 0;
  display: none;
}
body#bookGenreList #tags li {
  display: inline;
  line-height: 1.4em;
}
body#bookGenreList #tags li a {
  margin-right: 10px;
}
body#bookGenreList #tags li a:active,
body#bookGenreList #tags li a:hover {
  text-decoration: underline;
}
body#bookAllTimeBest #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_alltimebest.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
/* @end */
/* @group おいしい店リスト */
body#listHome #content h2 {
  width: 700px;
  height: 126px;
  background-image: url(../images/hd_list.jpg);
  text-indent: -10000px;
}
body#favorite #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/hd_favorite.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#record_t #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/hd_record_t.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#record_k #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/hd_record_k.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#record_l #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/hd_record_l.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#record_f #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/hd_record_f.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#listHome #content p.lead {
  margin: -90px 0 0 138px;
}
body#listHome #content p#navLAbout {
  text-align: right;
}
body#listHome #content dt a {
  display: block;
  margin: 0 0 10px 0;
  width: 700px;
  height: 26px;
  background-image: url(../images/nav_content_list.gif);
  text-indent: -10000px;
}
body#listHome #content dt#navLSanareco a {
  background-position: 0 0;
}
body#listHome #content dt#navLHistory a {
  background-position: 0 -26px;
}
body#listHome #content dt#navLSpecial a {
  background-position: 0 -52px;
}
body#listHome #content dt#navLTaidan a {
  background-position: 0 -78px;
}
body#listHome #content dd {
  margin: 0 0 20px 30px;
}
body#listHome #content dd ul {
  margin: 0;
  list-style-type: none;
}
body#listHome #content dd ul li {
  margin: 0 0 5px 0;
}
body#listHome #content dd li a {
  display: block;
  width: 550px;
  height: 26px;
  background-image: url(../images/nav_content_list.gif);
  text-indent: -10000px;
}
body#listHome li#navLTokyo a {
  background-position: 0 -104px;
}
body#listHome li#navLKansai a {
  background-position: 0 -130px;
}
body#listHome li#navLLocal a {
  background-position: 0 -156px;
}
body#listHome li#navLForeign a {
  background-position: 0 -182px;
}
p.rating {
  color: #f90;
}
body.list #content p.day {
  text-align: right;
}
body.list #content div#googleSearch {
  border: none;
  padding: 0 0 0 110px;
}

/* @end */
/* @group おいしいスペシャル */
body#specialHome #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_special.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#specialHome #content h3,
body#sanukiIndex #content h3,
body#okinawaIndex #content h3,
body#nycIndex #content h3 {
  padding: 20px 0 5px 0;
  clear: both;
}
body#specialHome #content p img,
body#sanukiIndex #content p img,
body#okinawaIndex #content p img,
body#nycIndex #content p img {
  float: left;
  margin: 0 5px 5px 0;
}
body#sanukiIndex #content li,
body#okinawaIndex #content li,
body#nycIndex #content li {
  margin: 0 0 0 30px;
}
body.special #content .entryBody div {
  margin: 0 0 5px 0;
  padding: 0 20px;
  border: none;
}
body.special #content .entryBody li {
  margin: 0 0 30px 0;
}
body#entry.special #content .entryBody li {
  margin: 0 0 3px 0;
}
body#sanukiTour #content h2 {
  background: none;
  height: 130px;
}
body.special #content p.nav {
  font-size: small;
  text-align: center;
}
body.special #content dd {
  margin: 0 0 20px 20px;
}
/* @end */
/* @group 座右のCD */
body#cdHome #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_cd.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#cdHome #content ul li {
  margin: 0 0 10px 0;
}
body#entry.cd #content h2 {
  margin: 0 0 10px 0;
  padding: 10px 0;
  height: auto;
  line-height: 1.3em;
  background: url(../images/bg_tl01.gif) 0 100% repeat-x;
}
body#entry.cd #content div.data {
  height: 1%;
  margin: 0 0 30px 0;
  font-size: 85%;
  border: none;
}
body#entry #content div.data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#entry.cd #content div.data img {
  float: left;
  margin: 0 10px 0 0;
}
/* @end */
/* @group 座右のシネマ */
body#cinemaHome #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_cinema.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#cinemaHome #content p.data {
  margin: 0 0 20px 0;
  font-size: small;
  line-height: 1.3em;
}
body#entry.cinema #content div.data {
  height: 1%;
  margin: 0 0 30px 0;
  font-size: 85%;
  border: none;
}
body#entry.cinema #content div.data table {
  font-size: 85%;
  line-height: 1.3em;
}
body#entry.cinema #content div.data table th {
  width: 88px;
  vertical-align: top;
  font-weight: normal
}
body#entry.cinema #content div.data p.img {
  float: left;
  margin: 0 10px 0 0;
  width: 280px;
}
/* @end */
/* @group プロフィール・著書 */
body.profile #content div,
body.publish #content div {
  border: none;
}
body.profile #content div.link {
  text-align: right;
}
body.publish#entry #content h2 {
  padding: 0;
}
body.publish #content div.entryBody ol {
  margin: 0 0 1.5em 40px;
}
body.publish #content div.entryBody blockquote {
  margin: 10px;
  padding: 10px;
  background-color: #eee;
  font-size: 120%;
}
body.publish div#content div.entryBody div.cover {
  text-align: center;
}
body.publish div#content div.entryBody div.cover table {
  margin: 0 auto;
}
body.publish div#content div.entryBody div.cover td {
  text-align: center;
  vertical-align: bottom;
  font-size: 100%;
}
body.publish div#content div.entryBody h3,
body.publish div#content div.entryBody h4 {
  margin: 30px 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}
body.publish div#content div.entryBody p.link {
  margin: 50px 0 10px 0;
}
body#publishIndex div#content div.entryBody img {
  float: left;
  margin: 0 10px 10px 0;
}
body#publishIndex div#content div.entryBody p.perm,
body#publishIndex div#content ul {
  clear: both;
}
body#publishIndex div#content div.entryBody p.date {
 clear: both;
 text-align: right;
 font-weight: bold;
 margin: .5em 0;
}

/* @end */
/* @group 不定期日記 */
body#diaryIndex #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_diary.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#diaryIndex #content p.log {
  top: 3.3em;
  right: 5px;
}
body#diaryIndex #content h3 span {
  color: #FFCC00;
}
body.diary #content font {
  line-height: 1.5em;
}
body.diary #content .entryBody p {
  line-height: 1.7em;
}
body.diary #content .day {
  font-size: small;
  font-weight: normal;
  margin-bottom: 0;
}
body.diary.entry .perm {
  clear: both;
  text-align: right;
}
body.diary.entry #content .day {
  font-weight: bold;
  text-align: right;
}

body.diary.entry .size5 {
	font: bold x-large/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body.diary.entry .size6 {
	font: bold normal xx-large/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body.diary.entry .size4 {
	font: bold normal large/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body.diary.entry .obi {
	text-decoration: underline overline;
}
body.diary.entry .style1 {
	color: #3366CC;
	line-height: 150%;
}
body.diary.entry .style2 {
	color: #CC0000;
	font-size: large;
	font-weight: bold;
	line-height: 150%;
}



/* @end */
/* @group コラム */
body#columnIndex #content h2 {
  margin: 0 0 10px 0;
  height: 60px;
  background: url(../images/tl_column.gif) no-repeat;
  text-indent: -10000px;
  text-decoration: none;
  border: none;
}
body#columnIndex #content li a {
  font-size: 120%;
  font-weight: bold;
}
body#columnIndex #content li span {
  font-size: smaller;
}
body#columnIndex #content li span.new {
  color: #f00;
}
body#satonaoFAQ #content h2 {
  margin-bottom: 30px;
}
body#satonaoFAQ #content h3 {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
body.column #content h4 {
  margin: 1em 0;
  clear: both;
  font-size: 120%;
  font-weight: bold;
}
body.column #content div.section {
  padding: 10px;
}
body.column #content img {
  margin: 0 10px 10px 0;
  float: left;
}
body.column.entry .day {
  clear: both;
  text-align: right;
  font-size: small;
}
body.column.entry div#content ol {
  margin: 0 0 1em 30px;
}
/* @end */
/* トラベル日記 */
body.travel.entry #content .day {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
body.travel.entry #content .link{
  text-align: right;
  clear: both;
}
body.travel.entry #content h3,
body.travel.entry #content hr {
  clear: both;
}
body.travel #content img {
  margin: 0 10px 10px 0;
  float: left;
}
/* @end */
/* clearfix */
.clearfix,
body#specialHome #content p,
body.column #content div.section {
  zoom: 1;
}
.clearfix:after,
body#specialHome #content p:after,
body.column #content div.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
