/*
Theme Name: type5212_orange
Description: MTテーマ Ver.5 特別版（2カラムオレンジ）　
Author: Tsunehisa Hazama
Author URI: http://www.jp-soft.com/
*/

* {margin: 0; padding: 0;}

html{height: 100%;}

/* BODY */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color:#333;
  font-size: 16px;
  line-height: 150%;
  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana,Arial, Helvetica, sans-serif;
  background: #FFF;}

/* strong */
strong {font-weight: bold;}

/* 画像属性 */
img {border: none;}
.img-l{float: left;margin: 5px 10px 5px 0;}
.img-r{float: right;margin: 5px 0 5px 10px;}
.img-c{;margin: 10px auto;}
.img-m{margin-right: 5px; vertical-align: middle;}
.img-t{margin-right: 5px; vertical-align: top;}
.img-b{margin-right: 5px; vertical-align: bottom;}
.img-left{float: left;margin: 5px 10px 5px 0;}

a:hover.link img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  -ms-filter: "alpha( opacity=60 )";
  opacity:0.60;
  background:none!important;}

/* テーブルの属性*/
table{border: none;font-size: 100%;}
th{border: none;padding : 5px;background: #EFEFEF;font-weight: normal;text-align: left;}
td{border: none;padding : 5px;}

/* 初期化 */
h1,h2,h3,h4{font-size: 13px;font-weight: normal;}
hr{display: none;}
p{padding-bottom: 10px;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #FF6600;text-decoration: underline;}
a:hover{color : #F00;text-decoration: none;position: relative; top: 1px; left: 1px;}
  
/* 基本設定 ----------------------------- */
#base{
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  position: relative;}
  
/*ヘッダー*/
#header  {
  height:40px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;}

#header h1{
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #CC3300;}

#header #des{
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 5px 20px;
  width: 500px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
  text-align: left;
  line-height: 120%;
  display: block;}

#header ul.h_navi{
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  list-style: none;}

.h_navi img{margin: 0 2px;border-style: none; vertical-align: middle;}
.h_navi li{
  margin-right: 5px;
  float: left;
  display: inline;}

.search{
  position: absolute;
  top: 30px;
  right: 10px;
  text-align: right;}

#header2{
  margin: 0;
  padding: 0;
  height: 160px;
  background: #FFF url("img/header2.jpg") no-repeat top center;}

.topmenu{
  height: 45px;
  list-style: none;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;}

.topmenu ul.navigation{
  margin: 0 auto;
  width: 871px;
  height: 45px;
  list-style: none;
  border-bottom: 1px solid #DFDFDF;}

.topmenu .navigation li{
  width: 144px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  display: block;
  border-right: 1px solid #DFDFDF;
  float: left;}

.navigation li:first-child{border-left: 1px solid #DFDFDF;}

.navigation li a{
  color:#FF6600;
  font-weight: bold;
  text-decoration: none;
  display:block;}
  
.navigation li a:hover{
  color:#FFF;
  height: 45px;
  line-height: 45px;
  background: #FFAA80;
  position: relative; top: 0px; left: 0px;}
  
#top_unit{
  height: 17px;
  line-height: 17px;
  background: #804000;
}

/*  パンくずリスト  */
.navi {
  margin :10px 0;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;}

/*ブログの枠等の属性*/
#containar {
  width: 870px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  background: #FFF;}

/*コンテンツ*/
#contents {
  width: 650px;  
  padding: 0;
  float: left;
  font-size: 100%;
  text-align: left;
  background: #FFF;
  overflow: hidden;}
        
#contents h2  {
  margin-bottom: 10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;}

#contents h2 span{
  padding-left:5px;
  color:#333;
  font-size:145%;
  font-weight:bold;
  line-height:150%;
  border-left:solid 5px #FF9966;
  display:block;}

#contents h3,
#contents h3.com,
#contents h3.comments-open-header,
#contents h3.trackbacks-header,
#contents h3.comments-header{
  margin-bottom: 10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;}

#contents h3 span,
#contents h3.com span,
#contents h3.comments-open-header span,
#contents h3.trackbacks-header span,
#contents h3.comments-header span{
  padding-left:5px;
  color:#333;
  font-size:123%;
  font-weight:bold;
  line-height:135%;
  border-left:solid 5px #CC6699;
  display:block;}
  
#contents h3.com{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #60423E;
  border: none;
  background-image: none;}

#contents h3.com a:link, #contents h3.com a:visited, #contents h3.com a:active {color: #FF6600;text-decoration: underline;}
#contents h3.com a:hover{color : #F00;text-decoration: none;position: relative; top: 1px; left: 1px;}
  
/*リンク属性 */
#contents a{font-weight: normal;}
#contents a.c1{font-weight: bold;}
#contents a.more-link{font-weight: normal;}
#contents h4 a{font-weight: bold;}
#contents h2 a,#contents h3 a{font-weight: bold;text-decoration: none;}
#contents h2 a:hover,#contents h3 a:hover{text-decoration: none;}

#contents h4 {
  margin: 10px 10px 10px 0;
  color: #333;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  display: block;
  text-align: left;}

/*インフォメーション*/
#contents #info {
  margin-top: 10px;
}

/*ボックス表示*/
.box{
  display: block;
  width: 123px;
  height: 170px;
  margin: 0px 3px 10px 3px;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;}
  
.box img{border: 1px solid #CCC;}

/*記事*/
#contents .doc{
  margin: 10px 10px 0 20px;
  text-align: left;}

#contents ul{margin-left: 15px;}
#contents ul li{line-height: 135%;}

#contents ol{margin-left: 20px;}
#contents ol li{line-height: 135%;}

#contents .posted {
  text-align: right;
  font-size: 10px;
  margin: 0px 20px 10px 0;}
  
u{color: red;}

#contents .excp{
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  color: #CC3399;}


/*  関連記事リスト属性 */
#contents .kanren{margin: 15px 10px 15px 0;line-height: 150%;}

.kanren ul{margin: 0;list-style: none;}

.kanren ul li{
  padding-left: 15px;
  margin: 10px 0;
  text-align: left;
  background: url('img/list_menu.png') no-repeat top left;}


/*  相互リンクリスト属性 */
#contents .slink ul{
  margin: 10px 5px 20px 20px;}

#contents .slink ul li{
  margin: 0;
  font-size: 12px;
  line-height: 150%;}


/* trackbacks & Comments*/
.comments-open label {display: block;}

#comment-author, #comment-email, #comment-url, #comment-text { width: 80%;}

#comment-bake-cookie {
  margin-left: 0;
  vertical-align: middle;}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;}

#top-num-comments, #num-comments {
  text-align: center;}

#comment-submit {
  font-weight: bold;}

.comment,
.trackback {
  margin: 0 0 .5em 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  font-size: 12px;}

.comment .asset-meta,
.trackback .asset-meta {
  border: 0;}

.comment-content {
  clear: none;
  line-height: 150%;
  margin-bottom: 1em;}

.comment-content p {margin-bottom: .5em;}

.comments-open-content{margin-left: 1em;}

.trackbacks-info{
  margin-left: 1em;
  font-size: 12px;}

/* 続きを読む */
#contents .next{
  margin: 5px 2px 15px 0;
  text-align: right;
  font-size: 85%;
  line-height: 100%;}
  
.next a:link,.next a:visited,.next a:active{
  padding:2px 15px;
  text-decoration: none;
  border-style:solid;
  border-width:1px;
  border-color:#CCC #BBB #BBB #CCC;}

/*　アドセンス　*/
.ads_rec{
  margin: 0;
  text-align: left;}

.ads_sky{
  margin:0 auto;}

.ads_sqr{
  margin-bottom:10px;
  text-align: center;}

.ads_banner{
  margin: 15px 0;
  text-align: center;}

/*ページ分割*/
.e-page{
  margin: 10px;
  text-align: left;}

.e-page .link-before,
.e-page .link-page,
.e-page .current-page,
.e-page .link-next{
  padding: 5px;
  border: 1px solid #BBB;}

.e-page .current-page{
  color: #FFF;
  background: #BBB;}

.e-page a:link, .e-page a:visited, .e-page a:active {
  color: #999;
  text-decoration: none;}

.e-page a:hover{
  color:#FFF;
  background: #BBB;}

/*サイドバー*/
#sidebar{
  width: 200px;
  float: right;
  margin: 0;
  text-align: left;
  font-size: 92%;}

.cont{
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCC;}
  
.widget-header{
  text-align: center;
  line-height: 150%;
  text-decoration: none;
  padding:3px 0;
  border-style:solid;
  border:1px solid #CCC;
  color: #333;
  font-weight: bold;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}

/*検索等*/
.widget-content{
  margin: 0;
  margin-bottom: 10px;}
  
/*新着記事等等*/
ul.widget-new{margin-top: 10px;list-style: none;}

.widget-new li{
  padding-left: 15px;
  margin-bottom: 5px;
  text-align: left;
  background: url('http://www.yamashin-beef.com/img/list_menu.png') no-repeat top left;}

/*メニュー（カテゴリー＆記事）*/
dl.widget-menu{margin: 0;}

.widget-menu dt{
  margin-bottom: 5px;
  text-align: center;
  line-height: 150%;
  text-decoration: none;
  padding:3px 0;
  border: 1px solid #CCC;
  font-weight: bold;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
.widget-menu dt:first-child{
  margin-top: 0px;}

.widget-menu dd p{
  text-align: left;
  text-decoration: none;
  margin-bottom: 5px;
  padding:3px 5px;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
.widget-menu dd p span{
  padding-left:6px;
  line-height:130%;
  display:block;}

  
.widget-menu dd a{
  text-align: left;
  text-decoration: none;
  margin-bottom: 3px;
  padding:3px 5px;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
.widget-menu dd a:hover{
  background: #FF9966;
  position: relative; top: 0px; left: 0px;}
  
.widget-menu dd a span{
  padding-left:6px;
  line-height:130%;
  display:block;}
  
.widget-menu dd a:hover span {
  color: #FFF;
  font-weight: bold;
  position: relative; top: 0px; left: 0px;}

.widget-menu dt.child{
  text-align: center;
  color: #FF6600;
  line-height: 130%;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 1px;
  padding:3px 5px;
  border-style:solid;
  border:1px solid #CCC;
  display: block;
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}

.widget-menu dt.child span{
  padding-left:6px;
  color:#FFF;
  line-height:130%;
  display:block;}
 
.widget-menu dd.child a{
  text-align: left;
  text-decoration: none;
  margin-bottom: 5px;
  padding:3px 5px;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
/* .widget-menu dd.child a span:before{content: "＋ ";} */
  
.widget-menu dd.child a:hover span {border-left: none;  position: relative; top: 0px; left: 0px;}

.widget-menu dd.child a span:before{content: "└";}

/*フッターナビ*/
ul.f_navi {
  margin: 5px 0;
  list-style: none;
  font-size: 85%;}

.f_navi li{
  float: right;
  margin-left: 5px;
  display: inline;}

.f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

.f_space{
  clear: both;
  width: 870px;
  margin: 0 auto;}

/*フッター*/
#footer{
  clear: both;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
  padding: 15px 10px;
  text-align: center;
  border-top: 2px solid #804000;
  background: #FFF;}

#footer .copyright{
  width: 870px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;}

ul.f_list{
  margin; 0 auto;
  padding: 0 15px 10px 0px;
  list-style: none;}

.f_list li{
  margin-right: 5px;
  display: inline;}

.f_list img{margin-right: 5px;border-style: none; vertical-align: middle;} 

.copyright p{
  padding: 0;
  text-align: left;}

#footer a:link, #footer a:visited, #footer a:active {color: #FF6600;text-decoration: underline;}
#footer a:hover {color:#F00;text-decoration: none;}

/**********************************************************/

.pie{behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);position: relative;}

/*gradation*/
.box-gradient{
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EFEFEF));
  background: -moz-linear-gradient(#FFF, #EFEFEF);
  background: -o-linear-gradient(#FFF, #EFEFEF);
  background: linear-gradient(#FFF, #EFEFEF);
  -pie-background: linear-gradient(#FFF, #EFEFEF);}

#ie9 .box-gradient{background-image: url("http://www.yamashin-beef.com/svg/gradient02.svg");}

.menu-gradient{
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9966), to(#FF6600));
    background: -moz-linear-gradient(#FF9966, #FF6600);
    background: -o-linear-gradient(#FF9966, #FF6600);
    background: linear-gradient(#FF9966, #FF6600);
    -pie-background: linear-gradient(#FF9966, #FF6600);}

#ie9 .menu-gradient{background-image: url("http://www.yamashin-beef.com/svg/gradient01.svg");}


/* radius */
.corner-top-6{
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  border-radius: 6px 6px 0px 0px;}

.corner-bottom-6{
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-radius: 0px 0px 6px 6px;}

.corner-all-2{
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;
    border-radius: 2px;}

.corner-all-5{
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;}

.corner-all-8{
  -webkit-border-radius: 8px;  
  -moz-border-radius: 8px;
  border-radius: 8px;}
  
.corner-all-10{
  -webkit-border-radius: 10px;  
  -moz-border-radius: 10px;
  border-radius: 10px;} 

/* shadow */
.box-shadow{
  -moz-box-shadow: 0px 0px 6px #666;
  -webkit-box-shadow: 0px 0px 6px #666;
  box-shadow: 0px 0px 6px #666;}

/**********************************************************/

/* 線の属性 */
.line{clear: both;margin: 10px 0 20px 0;border-bottom: 1px solid #CCC;}
.red-uline{border-bottom: 3px solid #F30;}
.uline{border-bottom: 1px solid #99C4FF;}  
.dotline{clear: both;margin: 5px 0;border-bottom: 1px dotted #CCC;}
.clear{clear: both;}
hr{display: none;}
.dot{border-bottom:1px dotted #ccc;}
.solid{border-bottom:1px solid #ccc;}

/*フォント属性*/
.fon70{font-size: 75%;}
.fon85{font-size: 85%;}
.fon90{font-size: 92%;}
.fon100{font-size: 100%;}
.fon115{font-size: 115%;}
.fon130{font-size: 130%;}
.fon145{font-size: 143%;}
.fon150{font-size: 150%;}
.fon200{font-size: 200%;}
.tab10{padding-left: 10px;}
.tab20{padding-left: 20px;}
.tab30{padding-left: 30px;}
.bld{font-weight: bold;}
.c_red{color: red;}

/* タグ指定 */
.module-tagcloud{margin: 0;}
.module-tagcloud .module-content{
margin: 0;
text-align: left; }
.module-tagcloud .module-content .module-list{
padding: 5px;
list-style: none;}
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* ボタン*/
.btn01 a{
  width : 400px;
  margin: 10px 0;
  padding : 6px;
  color : #FFF;
  font-size: 16px;
  text-align : center; 
  text-decoration : none; 
  background-color : #FF9999;
  border : 2px solid #FFF;
  display : block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius : .5em;
    -moz-border-radius : .5em;
    border-radius : .5em; 
    /* shadow */
    -moz-box-shadow: 0 0 5px #999; 
    -webkit-box-shadow: 0 0 5px #999; 
    box-shadow: 0 0 5px #999;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
.btn01 a:hover{
  color : #FFF;
  background-color : #F00;}

.btn02 a{
  width : 400px;
  margin: 10px 0;
  padding : 6px;
  color : #FFF;
  font-size: 16px;
  text-align : center; 
  text-decoration : none; 
  background-color : #FFAF87;
  border : 2px solid #FFF;
  display : block;
  /* CSS3 */
    /* radius */
    -webkit-border-radius : .5em;
    -moz-border-radius : .5em;
    border-radius : .5em; 
    /* shadow */
    -moz-box-shadow: 0 0 5px #999; 
    -webkit-box-shadow: 0 0 5px #999; 
    box-shadow: 0 0 5px #999;
    behavior: url(http://www.yamashin-beef.com/pie/PIE.htc);
  position: relative;}
  
.btn02 a:hover{
  color : #FFF;
  background-color : #FF6600;}
