/* INFO
--------------------------------------------------
   CSS File for "Oixic"
   Name:     Nishimura
   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/3026/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/3026/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 {
  width: 180px;
  _width: 120px;
  padding: 9px 30px 5px 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  /*background: url(/template/3026/img/midashi.gif) no-repeat 20px 105px;*/
  /*background-image: url(http://temporary12.setasp.drecom.jp/template/3026/img/midashi.gif);*/
  /*background-image: url(/template/3026/img/midashi.gif);*/
  background :url(/template/3026/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/3026/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;
}



/* ------------ 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;
}


/* -----------------------------------------------
  *Recipe
----------------------------------------------- */




dl.recipe-hinmoku {
	border-top: 1px dashed #ccc;
	margin: 2em 0;
	width:100%;  
}

dl.recipe-hinmoku dt {
	background: url() no-repeat left center;
	width:30%;
	float: left;
	padding:5px 0;
	text-indent: 1em;
}
dl.recipe-hinmoku dd {
	padding:5px 0;
	border-bottom: 1px dashed #ccc;
}

#recipe-zairyo .shokuzai_name{
}

#recipe-zairyo .shokuzai_ryo{
	text-align:left;

}
  

#recipe-entry{
	padding: 0px;
	margin: 0px;
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
}
#recipe-entry .intro_text{
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8em;
	text-align:left;
	margin-top:25px;
}

#main-img{
	width:100%;
    text-align: center;
	margin:25px 10px 20px 10px;
}

#main-img img{
	width: 280px;
	margin:0 24px 20px 0;
}

#main-img .btn-box{
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 325px;
	margin:15px 0 50px 0;
    text-align: center;
}

#tohyo{
	width:325px;
	padding-bottom:10px;
	text-align:left;
	margin-right:25px;
}

#tohyo p .oixi_count{
	text-align:left;
}

#tohyo p .count_kanryo{
	text-align:left;
}

#tohyo ul.oixi_countbox{
    width:100%;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

#tohyo ul.oixi_countbox li{
    list-style:none;
    padding:0;
	float:left;
}

.countbox_btn1 a{
	width: 125px;
	height:30px;
	background: url(/image/btn_tohyo1.gif) no-repeat 0 0;
	float:left;
	padding:0 10px 0 0;
	margin:0;
	display: block;
	text-indent: -9999px;

}

.countbox_btn2 a{
	width: 90px;
	height:30px;
	background: url(/image/btn_myrepi1.gif) no-repeat 0 0;
	float:left;
	padding:0 10px 0 0;
	margin:0;
	display: block;
	text-indent: -9999px;
}

.countbox_btn3 a{
	width: 90px;
	height:30px;
	background: url(/image/btn_repilog1.gif) no-repeat 0 0;
	float:left;
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
}



#recipe-zairyo{
	width:95%;
	padding:0 10px;
	margin-top:30px -20px 0 0;
    text-align: left;
}

#recipe-zairyo .zairyo-midasi{
	top: ;
	width: ;
	height: ;
	display: block;
	background: url() no-repeat 0 0;
	float:left;
	margin:0;
	padding:0;
}


#recipe-zairyo  .ninzu{
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
	float:left;
}

#recipe-zairyo  .time_cal{
	margin-right:20px;
	float:left;
}

#recipe-step{
	width:95%;
    text-align: center;
	margin:25px 10px 0 10px;
}

#recipe-step  .step_no1{
  position: relative;
  top: ;
  width: ;
  height: ;
  display: block;
  text-indent: -9999px;
  background: url() no-repeat 0 0;
}

#recipe-step  .step_no2{
  position: relative;
  top: ;
  width: ;
  height: ;
  display: block;
  text-indent: -9999px;
  background: url() no-repeat 0 0;
}

#recipe-step  .step_no3{
  position: relative;
  top: ;
  width: ;
  height: ;
  display: block;
  text-indent: -9999px;
  background: url() no-repeat 0 0;
}

#recipe-step  .step_no4{
  position: relative;
  top: ;
  width: ;
  height: ;
  display: block;
  text-indent: -9999px;
  background: url() no-repeat 0 0;
}

#recipe-step  .step_box{
}

#recipe-step img.step_img{
	width: 136px;
	margin:0 12px 47px 0;
	float:left;
	display: block;
}

#recipe-step p.step_txt{
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8em;
  text-align:left;
}


#recipe-point{
	width:95%;
    text-align: center;
	margin:25px 10px 0 10px;
}

#recipe-point .point{
  position: relative;
  top: ;
  width: ;
  height: ;
  display: block;
  text-indent: -9999px;
  background: url() no-repeat 0 0;
}

#recipe-point .point_box{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8em;
  text-align:left;
}

#step_box .step-img{
	width:148px;
	text-align:left;
}



.clear2 {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}



----
#step-table td{
	padding-top:9px;
    text-align: justify;
}

#step-table img{
   width: 136px;
	margin:0 12px 47px 0;
}

#step-table .point{
	margin-top:46px;
}



