@charset "utf-8";

/******* 基本設定 *******/

body{
margin: 0px; /* 前後左右の隙間 */
padding: 0px; /* 中の前後左右の隙間 */
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
line-height: 1.166; /* 全体の行間 */
color: #333333; /* 全体のテキストカラー */
background-color: #e0e0e0; /* 全体の背景色、このサンプルでは淡いグレーの背景色 */
}

a, a:link, a:visited{ /* リンク関係の設定 */
color: #ffffdd;
text-decoration: none;
}

a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
color: #006699;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-size: 125%;
color: #334d55;
}

h2{
font-size: 120%;
color: #006699;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #334d55;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #334d55;
}


label{
font: bold 100% Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #334d55;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 940px; /* 左右に余白を入れる場合は、ここを編集 */
background-color: #ffffff; /* このサンプルでは白のコンテンツ枠 */
}

#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 80px; /* サイトロゴの高さ */
background-color: #006600; /* 背景画像 */
}

#block{
clear: both;
}


#content{ /* ２カラムのコンテンツ枠 */
padding: 15px;
}


#footer{
clear: both;
margin-top: 5px;
padding: 5px 30px 10px 30px;
background-color: #006600;
height: 36px;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
margin: 0px;
padding: 12px 20px 12px 250px;
text-align: left;
font-size: 110%;
z-index: 10; /* サイトロゴの上に被って表示 */
color: #ffffd9;
}

#header h2{ /* サイト名 */
margin: -45px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 0px 10px 250px;
text-align: left;
font-size: 100%;
z-index: 10; /* サイトロゴの上に被って表示 */
color: #ffffd9;
}

#header p{ /* ページトピック */
margin: 10px 0px 0px 0px; /* サイト名の下に表示 */
padding: 2px 20px 6px 250px;
text-align: center;
font-size: 80%;
z-index: 5; /* サイトロゴの上に被って表示 */
color: #ffffd9;
}

#header img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
margin: -42px 0px 0px 10px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}

#header a, a:link, a:visited{ /* リンク関係の設定 */
color: #ffffd9;
text-decoration: none;
}

#header a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}

#breadCrumb a, a:link, a:visited{ /* リンク関係の設定 */
color: #006699;
text-decoration: none;
}

#breadCrumb a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
padding: 10px 0px 20px 10px;
font-size: 80%;
}

	#entrybody a:link{color: #006699; text-decoration: none; background: none;}
	#entrybody a:visited{color: #006699; text-decoration: none; background: none;}
	#entrybody a:active,
	#entrybody a:hover {color: #006699; text-decoration: underline; background : none;}

#entrybody h3{
font-size: 135%;
text-align: center;
margin-right: 10px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 18px 0px 18px 58px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h4{
font-size: 160%;
font-weight: bold;
margin-top: 5px;
margin-right: 0px;
margin-left: 5px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 14px 0px 14px 48px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h5{
font-size: 120%;
margin: 20px 00px 20px 5px;
text-align: center;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 10px 0px 10px 40px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h6{
font-size: 110%;
margin: 5px 10px 5px 10px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 6px 0px 6px 30px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody p{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
text-align:center;
margin-top: 10px;
line-height: 1.5em;
}

.style1 {color: #FF0000}
.style2 {color: #FF0000; font-weight: bold; font-size: 130% }
.style3 {color: #FF0000; font-weight: bold; }
.style4 {font-size: 130%}
.style5 {font-size: 110%; font-weight: bold; }
.center {text-align:center !important; }
.left {text-align:left !important;}
.left1 { display: block;
width: 430px;
margin: 0 auto;
text-align: left !important;
}


.soap1 { display:block;
width:500px;
height:auto;
text-align:left !important;
font-size:16px;
}

.soap2 { display:block;
width:350px;
height:auto;
margin-left: 450px;
text-align:left !important;
font-size:16px;
}

#cart .btn{ width:200px;
	position: relative;
	left: 620px;
	top: -50px;
}

.clear{
clear:both;
}

.clearfix:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
}

#blogbody1{
clear: both;
margin: 20px 5px 0px 5px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 635px;
height: 20px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody1 h4{
font-size: 100%;
color: #ffffff;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 14px 0px 14px 48px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#blogbody2{
clear: both;
margin: 20px 5px 0px 5px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 635px;
height: 20px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody2 h4{
font-size: 100%;
color: #ffffff;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 14px 0px 14px 48px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#blogbody3{
clear: both;
margin: 20px 5px 0px 5px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 635px;
height: 20px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody3 h4{
font-size: 100%;
color: #ffffff;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
border-bottom: none; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 14px 0px 14px 48px;
background-image: url(http://www.chikuhouseicha.com/images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#blogbody4{
clear: both;
margin: 10px 10px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 665px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody5{
position: absolute;
clear: both;
padding: 20px 0px 0px 500px;
font-size: 80%;
text-align: center;
}

#blogbody6{
clear: both;
margin: 10px 10px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 665px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody7{
clear: both;
margin: 10px 10px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 665px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody8{
clear: both;
margin: 10px 10px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffcc;
width: 665px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody9{
clear: both;
margin: 10px 0px 0px 0px;
padding : 5px 0px 5px 0px;
background-color: #aa0000;
font-size: 90%;
color: #ffffff;
width: 700px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody10{
clear: both;
margin: 0px 0px 0px 0px;
background-color: #004000;
font-size: 150%;
color: #ffffff;
text-align: center;
width: 725px;
}

#blogbody11{
clear: both;
margin: 10px 0px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffdd;
width: 700px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody16{
clear: both;
margin: 10px 0px 0px 0px;
background-color: #000000;
font-size: 90%;
color: #ffffdd;
width: 700px;
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#blogbody18{
clear: both;
margin: 0px 0px 0px 0px;
background-color: #004000;
font-size: 150%;
color: #ffffff;
text-align: center;
width: 696px;
}

/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #ffffd9;
}

#footer p{
float: right; /* サイトコピーライトをフッタの右に */
margin: 10px 0px 0px 0px; /* サイト名の下に表示 */
padding: 2px 20px 6px 250px;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #ffffd9;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #ffffd9;
text-decoration: none;
}
#footer a:hover {color: #ffffd9; 
text-decoration: underline;
}


/**************** テーブル *****************/

/* テーブルの設定 */
table{
margin: 00px 00px 00px 00px;
border-collapse: collapse;
font-size: 100%;
border: none; /* 枠線 */
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-weight: bold;
}
td{
padding: 0.2em 0.4em;
border: none;
empty-cells: show;
}
th{
padding: 0.2em 0.4em;
border: none;
empty-cells: show;
font-weight: bold;
line-height: 1.5em;
text-align: center;
/*
background-color: #CCFF99;
*/
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
/*
background-color: #CCFF99;
text-align: center !important;
*/
}


/******* 終 了 *******/