/* ■■■ 基本的な設定 ■■■ */

/* ■■ ブログの横幅設定　■■ */　

#container-1 {
width: 730px;
}


#container {
width: 730px;
        border-left: 1px solid #01009e;
        border-right: 1px solid #01009e;
        border-top: 1px solid #01009e;
        border-bottom: 1px solid #01009e;
}

/* ■■ ２カラムの各横幅設定 ■■ */
/* ■ コンテンツ部分の横幅 ■ */　
#center {
width: 500px;
}

#center-1 {
width: 680px;
}


/* ■ サイドバーの横幅 ■ */　
#right {
width: 200px;
}

/* ■■ その他設定 ■■ */

body {
text-align: center;
background-color: #f5dbff;           /*背景の色*/
}

#container {
margin-right: auto;
margin-left: auto;
text-align: left;
}

#center {
float: left;
}

#right {
float: right;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
#container {
background-color: #FFFFFF;          /*コンテナの中の色*/
padding-top: 0px;
}

/* ■■ 段の間隔 ■■ */
/* ■ コンテンツ部分の左右の余白 ■ */
.content {
margin-left: 10px;
margin-right: 10px;
}

/* ■ 右サイドバーの左右の余白 ■ */
#right div {
margin-left: 10px;
margin-right: 20px;
}

.content div div, #right div div {
margin-left: 0;
margin-right: 0;
}



/* ■■■ パーツのデザイン設定 ■■■ */
/* ■■ ヘッダー部分のデザイン ■■ */
/* ■ ヘッダー ■ */
#title {
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #a5031f;                       /*ヘッダー内の色*/
padding: 5px 20px 5px;
margin-top: 5px;
margin-bottom: 5px;                        /*バナーとリンクユニットの間の距離*/
border-top: outset 3px #031322;             /*ヘッダー上の線の色*/
border-bottom: inset 3px #031322;          /*ヘッダー下の線の色*/
}

#title h1 {
font-size: 16pt;
margin-top: 10px;
margin-bottom: 10px;
}

#title h1 a {
text-decoration: none;
color: #FFFFFF;
}

#title h2 {
color: #FFFFFF;
font-size: 11pt;
margin-top: 0px;
margin-bottom: 0px;
}

/* ■■ コンテンツ部分のデザイン ■■ */
/* ■ コンテンツ部分 ■ */
#two-right{
font-size: 8pt;
color: #333333;                      /*ブログ説明分200字の色*/
}

/* エントリー */
#entrylink a {
font-size: 10pt;
color: #999933;
text-decoration: underline;
}

.entry h2 {
font-size: 12pt;
color: #642F00;                                  /*小タイトル：商品名の色*/
border-bottom: inset 3px #01009e;　　　/*小タイトル：商品名下線の色*/
padding: 0px 0px 3px 30px;　　　　　
background-image: url(http://yukata.net-bn.com/image/gb1.bmp);
background-repeat: no-repeat;
}

.entry p.posted {
font-size: 10pt;
color: #aaaaaa;
border-top: solid 2px #01009e;　　　/*小タイトル：商品名下の段の下線の色*/
padding-top: 6px;
}


.entry {
margin-bottom: 30px;
font-size: 10pt;
line-height: 150%;
}

h2{
　　font-size:16px;
　　/*font-weight:normal;*/
　}

h3{
　　font-size:14px;
　　/*font-weight:normal;*/
　}

H4{
  font-size : 14px;
  font-weight : bolder;
  color : #ffffff;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}




#top01{
　　font-size:12px;
line-height: 150%;

　}


/* ■■ サイドバー部分のデザイン ■■ */
/* ■ 最近の記事 ■ */
#recent h2 {
font-size: 10pt;
text-align:center;
color: #ffffff;
background-color: #a5031f;              /*サイドバーのバックの色*/
padding: 3px 0 3px 0;
}

#recent a {
color: #0000ｆｆ;
/*text-decoration: none;*/
}

#recent a:hover{background-color:#aaaaaa;text-decoration:underline;}

#recent ul {
font-size: 9pt;
color: #01009e;　　　　　　　　　/*サイドバーの点の色*/
list-style-position: inside;
margin-left:0;
padding-left:0;
/*padding-top:0;       ｱﾄﾞﾊﾞｲｽ*/
/*margin-top: 0px;     ﾄﾗｲｱﾙ*/       
margin-bottom: 5px;
margin-top: 0px;
line-height: 140%;
}

#recent-1 ul {
font-size: 9pt;
color: #01009e;　　　　　　　　　/*サイドバーの点の色*/
list-style-position: inside;
margin-left:0;
padding-left:0;
margin-left: 3px;                 /*サイドバーの点のセットバック*/
margin-bottom: 3px;                /*サイドバーのサブカテゴリーから次の行間*/
/*padding-top:0;       ｱﾄﾞﾊﾞｲｽ*/
/*margin-top: 0px;     ﾄﾗｲｱﾙ*/       
margin-bottom: 5px;
margin-top: 0px;
line-height: 140%;
}

/* ##### カテゴリ＆エントリー最新５件タグ　ここから ##### */
#recent-2 {
margin-top: 10px;
line-height: 100%;
}
/* ##### カテゴリ＆エントリー最新５件タグ　ここまで ##### */

#rec-3 ul {            /* ##### Ｔopページ用　最新５件タグ　ここまで ##### */
font-size: 9pt;
color: #01009e;　　　　　　　　　/*サイドバーの点の色*/
list-style-position: inside;
margin-left:0;
padding-left:0;
margin-left: 12px;                 /*サイドバーの点のセットバック*/
margin-bottom: 3px;                /*サイドバーのサブカテゴリーから次の行間*/
/*padding-top:0;       ｱﾄﾞﾊﾞｲｽ*/
/*margin-top: 0px;     ﾄﾗｲｱﾙ*/       
margin-bottom: 5px;
margin-top: 5px;
line-height: 110%;
}
#rec-3  {            /* ##### Ｔopページ用　最新５件タグ　ここまで ##### */
font-size: 9pt;
}


/* ##### MAP最新５件タグ　ここから ##### */
#map {
font-size: 9pt;
width: 710px;
margin-left: 15px;
line-height: 110%;
}
#map ul {           
color: #01009e;　　　　　　　　　/*サイドバーの点の色*/
list-style-position: inside;
margin-left: 12px;                 /*サイドバーの点のセットバック*/
margin-top: 10px;
}
/* ##### MAP最新５件タグ　ここまで ##### */



# keiba-go{
font-size: 9px;
}


/* ■ フッター ■ */
#footer {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #666666;
}

#footer a {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #666666;
text-decoration: none;
}

/* ##### カテゴリーページ左上タイトル ##### */
#CateTit {
                font-size: 11pt;
	margin: 0px;
	padding: 5px 0px;
	background-color: #FAFAFA;
	text-align: left;
               margin-top: 15px;
               margin-bottom: 15px;
}

/* ##### カテゴリーページ左上タイトル ##### */
#EntTit {
                font-size: 10pt;
	margin: 0px;
	padding: 5px 0px;
	background-color: #FAFAFA;
	text-align: left;
               margin-top: 15px;
               margin-bottom: 15px;
}





/* ##### パンくず ##### */

#pankuzu {
               font-size: 9pt;
	margin: 0px;
	padding: 5px 20px;
	background-color: #FAFAFA;
	text-align: left;
}


