/* INFO
--------------------------------------------------
   CSS File for "Oixic"
   Name:     Shinoda
   Date:     2007-12-19
   Side:     Table
==================================================

1.Global

2.Layout

3.Header
  3-1-1.globalMenu
  3-1-2.header

4.Blog Contents
  4-1-1.Main Contents
  4-1-2.Trackback / Comments
  4-1-3.Captcha description
  4-2-1.Side Contents
  4-2-2.Calendar
  4-3.Profile

5.Footer

----------------------------------------------- */

/* -----------------------------------------------
  *1.Global
----------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
}

h1 {
  margin: 0;
  padding: 0;
}

hr {
  border : 0;
  color : #999999;
  background-color : #999999;
  height : 1px;
}

p,blockquote,dl,dt,dd {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: none;
}

cite {
  font-weight: normal;
  font-style: normal;
}

img {
  background: none;
  border: none;
  text-decoration: none;
}

a img {
  border-width: 0;
}

input,textarea {
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cccccc;
  background: #fff;
}

form { 
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

label {
  display: block;
}

a:link {
  color: #1D1D8A;
  text-decoration: none;
}

a:visited {
  color: #1D1D8A;
  text-decoration: none;
}

a:hover {
  color: #1D1D8A;
  text-decoration: underline;
}

a:active {
  color: #1D1D8A;
  text-decoration: underline;
}

.clear,
.cl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}


/* -----------------------------------------------
  *2.Layout
----------------------------------------------- */

#container {
  margin: 0 auto 10px; 
  width: 900px;
  clear: both;
  text-align: left;
}

#wraper {
  width: 670px;
  float: left;
}

#center {
  width: 440px;
  float: right;

}

#left {
  margin-left: 5px;
  width: 180px;
  float: left;
  text-align: center;
}

#right {
  margin-right: 5px;
  width: 180px;
  float: right;
  text-align: center;
}

.page {
  margin: 0;
  padding: 5px 10px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}

ul.page_navi {
  margin: 5px 0;
  padding: 0;
}

ul.page_navi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}


/* -----------------------------------------------
  *3.Header
--------------------------------------------------
  *3-1-1.globalMenu
----------------------------------------------- */

#globalMenu {
  margin: 0 auto;
  padding: 0 5px;
  background: #FFFFFF;
  border-bottom: 1px solid #E7E7E7;
}

#globalMenu ul {
  margin: 0 auto;
  padding: 1px 0;
  width: 900px;
  height: 28px;
  background: #FFFFFF;
}

#globalMenu li {
  margin: 0;
  padding: 2px 0 0 10px;
  float: right;
  list-style: none;
}

#globalMenu li.menuGuide a {
  position: relative;
  top: 3px;
  width: 60px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_guide_w.gif) no-repeat 0 0;
}

#globalMenu li.menuLogo a {
  width: 48px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_logo_w.gif) no-repeat 0 0;
}

#globalLogo {
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  clear: both;
  background-color: #FFFFFF;
}

#globalLogo .logo {
  float: left;
  padding-bottom: 15px;
}

#globalLogo .logo a {
  position: relative;
  left: 10px;
  width: 153px;
  height: 61px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/logo.gif) no-repeat 0 0;
}

#globalLogo .banner {
  float: right;
  padding: 0 15px 15px 0;
}

.globalMenuCl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}



/* -----------------------------------------------
  *3-1-2.header
----------------------------------------------- */

#header {
  width: 900px;
  height: 250px;
  background: url(/template/3028/img/blog_title.jpg) no-repeat right top;
}

#blog_title a {
  position: relative;
  top: 123px;
  left: 20px;
  width: 295px;
  height: 65px;
  display: block;
  text-indent: -9999px;
}


/* -----------------------------------------------
  *4.Blog Contents
--------------------------------------------------
  *4-1-1.Main Contents
----------------------------------------------- */

h2 {
  margin: 0;
  padding: 0;
  width: 440px;
  font-size: 12px;
  color: #1C2088;
  font-weight: normal;
  background: url(/template/3028/img/blog_description_bottom.gif) no-repeat left bottom;
  overflow: hidden;
  word-break: break-all;
}

.entry {
  margin-top:12px;
  margin-bottom: 25px;
  text-align: left;
}

h3 {
  margin: 0 10px 0 25px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
 }

.entry_title {
  width: 440px;
  overflow: hidden;
  word-break: break-all;
}

.entry_title a:link,
.entry_title a:visited {
  color: #000;
  text-decoration: none;
}

.entry_title a:hover,
.entry_title a:active {
  color: #333;
  text-decoration: underline;
}

.date {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 11px;
}


.entry_text {
  width: 440px;
  width: 220px;
  margin: 0 25px 0 25px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.readmore {
  margin: 0;
  font-weight: bold;
  text-align:left;
  font-size: 12px;
}

.posted {
  margin: 10px 8px 8px;
  margin-right: 0;
  padding: 5px 0 12px;
  font-size: 12px;
  color: #1D1D8A;
  text-align: right;
  border-top:2px dotted #ccc;
}

.directory {
  margin: 10px 8px 8px;
  margin-right: 0;
  padding: 5px 0 12px;
  font-size: 12px;
  color: #1D1D8A;
  text-align: right;
  border-top:2px dotted #ccc;
}


/* -----------------------------------------------
  *4-1-2.Trackback / Comments
----------------------------------------------- */

h4 {
  width: 440px;
  margin: 15px 0 0;
  padding: 5px 0 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}

/* Trackback */

#entry_ping_url dt {
  margin: 10px 0 0;
}

#entry_ping_url dd {
  margin: 5px 0 0;
}

.ping_posted {
  margin: 5px 0;
  text-align: right;
}

/* Comments */

#commentWrap {
  margin: 0;
}

.form_err {
  padding: 2px 0 5px;
  color: #FF6666;
  font-size:12px;
}

.text_control {
  width: 430px;
}

.checkCookie {
  display: inline;
}

#comment_preview {
  width: 430px;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.comment_layer {
  width: 430px;
  margin: 0 5px;
  padding: 5px 0;
  overflow: hidden;
  word-break: break-all;
}

.comment_posted {
  width: 440px;
  margin: 5px 0 10px;
  padding: 0 0 5px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}


/* -----------------------------------------------
  *4-1-3.Captcha description
----------------------------------------------- */

#comment_form_captcha_fieldset {
  margin: 15px 0;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
}

#comment_form_captcha_fieldset dt,
#comment_form_captcha_fieldset dd {
  margin: 0;
}

#comment_form_captcha_fieldset legend {
  border: 0;
  display: none;
}

#comment_form_captcha_fieldset dt {
  margin-bottom: 3px;
}
#comment_form_captcha_fieldset dl {
  width: 90%;
  padding: 5px;
}

#comment_form_captcha_description {
  padding-bottom: 10px;
}

#comment_form_captcha_description p {
  padding-bottom: 5px;
}

#comment_form_captcha_image_wrap {
  width: 170px;
  margin-bottom: 15px;
}

#comment_form_captcha {
  width: 170px;
  margin-bottom: 5px;
  padding: 3px;
}


/* -----------------------------------------------
  *4-2-1.Side Contents
----------------------------------------------- */

.side {
  margin: 0 0 15px;
  padding: 5px 0;
  font-size: 10px;
  text-align: left;
}

.side_title {
padding: 9px 20px 5px 30px;
  font-size: 12px;
  font-weight: bold;
  background :url(/template/3028/img/midashi.gif) no-repeat 0 0;
  overflow: hidden;
  word-break: break-all;
}

.side_text {
  padding-bottom: 5px;
  width: 180px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}

/* rss */
.rss {
  margin: 0 auto 15px;
  text-align: center;
}

/* sideBanner */
#sideBanner {
  margin: 0 auto 15px;
  text-align: center;
}

/* -----------------------------------------------
  *4-2-2.Calendar
----------------------------------------------- */

.calendar_bg {
  margin: 0 auto;
  width: 180px;
  text-align: center;
}

.calendar {
  width: 20px;
  padding: 1px;
  margin: 0;
  font-size: 10px;
  text-align: center;
  line-height: inherit;
}

.calendar a:link,
.calendar a:visited {
  text-decoration: none;
  color:#1D1D8A;
  border:1px solid #1D1D8A;
  display: block;
  border: 0;
}

.calendar a:hover,
.calendar a:active {
  text-decoration: none;
  color:#FFFFFF;
  background:#1D1D8A;
  display: block;
  border: 0;
}

/* -----------------------------------------------
  *4-3.Profile
----------------------------------------------- */

td.entry_text
  width: auto;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

td.entry_text span {
  width: 130px;
  vertical-align: top;
  text-align: left;
}

#sideProfile .profile_name_text {
  line-height: 1.4;
  font-size: 10px;
}

#sideProfile .profile_photo {
  padding-bottom: 10px;
  text-align: center;
}

#sideProfile .profile_photo img {
  width: 150px;
}

#sideProfile .side_title {
  width: 120px;
  padding: 9px 30px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: url(/template/3028/img/profile_bg.gif) no-repeat 0 0;
  border-bottom: 2px solid #1D1D8A;
  overflow: hidden;
  word-break: break-all;
}

#sideProfile .profile_introduction {
  padding: 5px;
}



/* -----------------------------------------------
  *5.Footer
----------------------------------------------- */

.footer {
  padding: 5px;
  margin: 0 auto 10px; 
  width: 900px;
  clear: both;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  background-color: #D30000;
}
table.calendar_bg a:link{
color:#A2495C;
text-decoration:underline;
}

   Name:     Hijikata
   Date:     2007-12-19
   Side:     Table
==================================================

1.Global

2.Layout

3.Header
  3-1-1.globalMenu
  3-1-2.header

4.Blog Contents
  4-1-1.Main Contents
  4-1-2.Trackback / Comments
  4-1-3.Captcha description
  4-2-1.Side Contents
  4-2-2.Calendar
  4-3.Profile

5.Footer

----------------------------------------------- */

/* -----------------------------------------------
  *1.Global
----------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
}

h1 {
  margin: 0;
  padding: 0;
}

hr {
  border : 0;
  color : #999999;
  background-color : #999999;
  height : 1px;
}

p,blockquote,dl,dt,dd {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: none;
}

cite {
  font-weight: normal;
  font-style: normal;
}

img {
  background: none;
  border: none;
  text-decoration: none;
}

a img {
  border-width: 0;
}

input,textarea {
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cccccc;
  background: #fff;
}

form { 
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

label {
  display: block;
}

a:link {
  color: #1D1D8A;
  text-decoration: none;
}

a:visited {
  color: #1D1D8A;
  text-decoration: none;
}

a:hover {
  color: #1D1D8A;
  text-decoration: underline;
}

a:active {
  color: #1D1D8A;
  text-decoration: underline;
}

.clear,
.cl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}


/* -----------------------------------------------
  *2.Layout
----------------------------------------------- */

#container {
  margin: 0 auto 10px; 
  width: 900px;
  clear: both;
  text-align: left;
}

#wraper {
  width: 670px;
  float: left;
}

#center {
  width: 440px;
  float: right;

}

#left {
  margin-left: 5px;
  width: 180px;
  float: left;
  text-align: center;
}

#right {
  margin-right: 5px;
  width: 180px;
  float: right;
  text-align: center;
}

.page {
  margin: 0;
  padding: 5px 10px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}

ul.page_navi {
  margin: 5px 0;
  padding: 0;
}

ul.page_navi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}


/* -----------------------------------------------
  *3.Header
--------------------------------------------------
  *3-1-1.globalMenu
----------------------------------------------- */

#globalMenu {
  margin: 0 auto;
  padding: 0 5px;
  background: #FFFFFF;
  border-bottom: 1px solid #E7E7E7;
}

#globalMenu ul {
  margin: 0 auto;
  padding: 1px 0;
  width: 900px;
  height: 28px;
  background: #FFFFFF;
}

#globalMenu li {
  margin: 0;
  padding: 2px 0 0 10px;
  float: right;
  list-style: none;
}

#globalMenu li.menuGuide a {
  position: relative;
  top: 3px;
  width: 60px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_guide_w.gif) no-repeat 0 0;
}

#globalMenu li.menuLogo a {
  width: 48px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_logo_w.gif) no-repeat 0 0;
}

#globalLogo {
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  clear: both;
  background-color: #FFFFFF;
}

#globalLogo .logo {
  float: left;
  padding-bottom: 15px;
}

#globalLogo .logo a {
  position: relative;
  left: 10px;
  width: 153px;
  height: 61px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/logo.gif) no-repeat 0 0;
}

#globalLogo .banner {
  float: right;
  padding: 0 15px 15px 0;
}

.globalMenuCl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}



/* -----------------------------------------------
  *3-1-2.header
----------------------------------------------- */

#header {
  width: 900px;
  height: 250px;
  background: url(/template/3028/img/blog_title.jpg) no-repeat right top;
}

#blog_title a {
  position: relative;
  top: 123px;
  left: 20px;
  width: 295px;
  height: 65px;
  display: block;
  text-indent: -9999px;
}


/* -----------------------------------------------
  *4.Blog Contents
--------------------------------------------------
  *4-1-1.Main Contents
----------------------------------------------- */

h2 {
  margin: 0;
  padding: 0;
  width: 440px;
  font-size: 12px;
  color: #1C2088;
  font-weight: normal;
  background: url(/template/3028/img/blog_description_bottom.gif) no-repeat left bottom;
  overflow: hidden;
  word-break: break-all;
}

.entry {
  margin-top:12px;
  margin-bottom: 25px;
  text-align: left;
}

h3 {
  margin: 0 10px 0 25px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
 }

.entry_title {
  width: 440px;
  overflow: hidden;
  word-break: break-all;
}

.entry_title a:link,
.entry_title a:visited {
  color: #000;
  text-decoration: none;
}

.entry_title a:hover,
.entry_title a:active {
  color: #333;
  text-decoration: underline;
}

.date {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 11px;
}


.entry_text {
  width: 440px;
  margin: 0 10px 0 25px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.readmore {
  margin: 0;
  font-weight: bold;
  text-align:left;
  font-size: 12px;
}

.posted {
  margin: 10px 8px 8px;
  padding: 5px 0 12px;
  font-size: 12px;
  color: #1D1D8A;
  text-align: right;
  /*border-top:1px solid #66cc66;*/
}

.directory {
  margin: 10px 8px 8px;
  padding: 5px 0 12px;
  color: #1D1D8A;
  text-align: right;
  /*border-top:1px solid #66cc66;*/
}


/* -----------------------------------------------
  *4-1-2.Trackback / Comments
----------------------------------------------- */

h4 {
  width: 440px;
  margin: 15px 0 0;
  padding: 5px 0 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}

/* Trackback */

#entry_ping_url dt {
  margin: 10px 0 0;
}

#entry_ping_url dd {
  margin: 5px 0 0;
}

.ping_posted {
  margin: 5px 0;
  text-align: right;
}

/* Comments */

#commentWrap {
  margin: 0;
}

.form_err {
  padding: 2px 0 5px;
  color: #FF6666;
  font-size:12px;
}

.text_control {
  width: 430px;
}

.checkCookie {
  display: inline;
}

#comment_preview {
  width: 430px;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.comment_layer {
  width: 430px;
  margin: 0 5px;
  padding: 5px 0;
  overflow: hidden;
  word-break: break-all;
}

.comment_posted {
  width: 440px;
  margin: 5px 0 10px;
  padding: 0 0 5px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}


/* -----------------------------------------------
  *4-1-3.Captcha description
----------------------------------------------- */

#comment_form_captcha_fieldset {
  margin: 15px 0;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
}

#comment_form_captcha_fieldset dt,
#comment_form_captcha_fieldset dd {
  margin: 0;
}

#comment_form_captcha_fieldset legend {
  border: 0;
  display: none;
}

#comment_form_captcha_fieldset dt {
  margin-bottom: 3px;
}
#comment_form_captcha_fieldset dl {
  width: 90%;
  padding: 5px;
}

#comment_form_captcha_description {
  padding-bottom: 10px;
}

#comment_form_captcha_description p {
  padding-bottom: 5px;
}

#comment_form_captcha_image_wrap {
  width: 170px;
  margin-bottom: 15px;
}

#comment_form_captcha {
  width: 170px;
  margin-bottom: 5px;
  padding: 3px;
}


/* -----------------------------------------------
  *4-2-1.Side Contents
----------------------------------------------- */

.side {
  margin: 0 0 15px;
  padding: 5px 0;
  font-size: 10px;
  text-align: left;
}

.side_title {
padding: 15px 20px 5px 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  /*background: url(/template/3028/img/midashi.gif) no-repeat 20px 105px;*/
  /*background-image: url(http://temporary12.setasp.drecom.jp/template/3028/img/midashi.gif);*/
  /*background-image: url(/template/3028/img/midashi.gif);*/
  background :url(/template/3028/img/midashi.gif) no-repeat 0 8px;
  overflow: hidden;
  word-break: break-all;
}

.side_text {
  padding-bottom: 5px;
  width: 180px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}

/* rss */
.rss {
  margin: 0 auto 15px;
  text-align: center;
}

/* sideBanner */
#sideBanner {
  margin: 0 auto 15px;
  text-align: center;
}

/* -----------------------------------------------
  *4-2-2.Calendar
----------------------------------------------- */

.calendar_bg {
  margin: 0 auto;
  width: 180px;
  text-align: center;
}

.calendar {
  width: 20px;
  padding: 1px;
  margin: 0;
  font-size: 10px;
  text-align: center;
  line-height: inherit;
}

.calendar a:link,
.calendar a:visited {
  text-decoration: none;
  color:#1D1D8A;
  border:1px solid #1D1D8A;
  display: block;
  border: 0;
}

.calendar a:hover,
.calendar a:active {
  text-decoration: none;
  color:#FFFFFF;
  background:#1D1D8A;
  display: block;
  border: 0;
}

/* -----------------------------------------------
  *4-3.Profile
----------------------------------------------- */

td.entry_text
  width: auto;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

td.entry_text span {
  width: 130px;
  vertical-align: top;
  text-align: left;
}

#sideProfile .profile_name_text {
  line-height: 1.4;
  font-size: 10px;
}

#sideProfile .profile_photo {
  padding-bottom: 10px;
  text-align: center;
}

#sideProfile .profile_photo img {
  width: 150px;
}

#sideProfile .side_title {
  width: 120px;
  padding: 9px 30px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: url(/template/3028/img/profile_bg.gif) no-repeat 0 0;
  border-bottom: 2px solid #1D1D8A;
  overflow: hidden;
  word-break: break-all;
}

#sideProfile .profile_introduction {
  padding: 5px;
}




/* ------------ cooking-report ------------ */

#cooking-report {
  padding: 5px 10px;
}

#cooking-report a:link,
#cooking-report a:visited {
  border: 0;
  text-decoration: none;
}

#cooking-report a:hover,
#cooking-report a:active {
  border: 0;
  text-decoration: underline;
}

#cooking-report dl,dt,dd,p,div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #333;
}

#cooking-report dt {
  padding: 7px 0 0 8px;
  border-left: 5px solid #333;
}
#cooking-report dt a{
  font-weight: bold;
}

#cooking-report .report_date {
  padding: 5px 0 5px 8px;
  border-left: 5px solid #333;
}

#cooking-report .report_img {
  float: left;
  width: 140px;
}

#cooking-report .report_img img {
  margin: 15px 0 15px 10px;
  width: 120px;
  border: 2px solid #ddd;
}

#cooking-report .report_text {
  padding: 15px 0;
  overflow: hidden;  
}

#cooking-report .report_name {
  margin: 0 0 25px;
  padding-bottom: 5px;
  clear: both;
  font-size: 10px;
  text-align: right;
  border-bottom: 3px solid #666;
}

#cooking-report .report_name img {
  margin-left: 5px;
  width: 25px;
  border: 2px solid #ddd;
}

#cooking-report .repilog_link {
  padding-bottom: 5px;
  text-align: right;
}




.clear2 {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}