﻿@charset "UTF-8";

.text_red {
	color: #430D0D;
}
/* CSS Document */

a {
	color: #430D0D;
}

/* --------------------------------------------------------- 引用設定 --------------------- */
q {/* 短い文章を引用 */
	font-size: 95%;
	font-style:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

/* IE非対応 */
/*q:before {
	content:'"';
}

q:after {
	content:'"';
}*/

cite {/* 語句の引用・参照先 */
	font-size: x-small;
	padding-left: 1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* IE非対応 */
/*cite:before {
	content:'※ ';
}

cite:after {
	content:' ';
}
*/

/* --------------------------------------------------------- コンテンツエリア設定 --------------------- */
div#cont_area {
	background-image: url(../images/contents/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 800px;
	float: left;
	padding-bottom: 50px;
}

/* --------------------------------------------------------- メインコンテンツエリア設定 --------------------- */
#main_cont {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main_cont a:hover {
	background-color: #DDBEBB;
}

/* --------------------------------------------------------- 左メニューエリア設定 --------------------- */
#left_area {
	height: auto;
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 300px;
	padding-left: 10px;
}

/* --------------------------------------------------------- リンクプレート設定エリア設定 --------------------- */
#product_link a {
	background-image: url(../images/contents/link_plate/product_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

#howto_link a {
	background-image: url(../images/contents/link_plate/howto_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

#shiin_link a {
	background-image: url(../images/contents/link_plate/shiin_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

#faq_link a {
	background-image: url(../images/contents/link_plate/faq_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

#blog_link a {
	background-image: url(../images/contents/link_plate/blog_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

#seizou_link a {
	background-image: url(../images/contents/link_plate/cha_seizou_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 46px;
	width: 170px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------- コンテンツエリアスタイル設定 --------------------- */
#main_cont p {
	margin-bottom: 1em;
	text-indent: 1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 1.5;
	text-align:justify; /*  両端揃え設定 */
	text-justify:distribute; /*  両端揃え設定 */
}

/*  h2タイトル設定 */
.h2_mark {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 13px;
	background-image: url(../images/barret/h2_title_mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 18px;
	margin-bottom: 20px;
	padding-top: 15px;
	font-weight: bold;
	clear: both;
	display: block;
}

.h2_kanemo {
	background-image: url(../images/contents/seizou/kanemo_title.jpg);
	background-position: left top;
	height: 46px;
	text-indent: -999em;
	margin-bottom: 1em;
}

/* --------------------------------------------------------- 会社概要設定 --------------------- */
.aisatsu_block {
	float: left;
	margin-bottom: 60px;
}

.aisatsu_right p {
	margin-top: 0px;
}

.aisatsu_right {
	float: right;
	width: 380px;
}

.aisatsu_left {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 1.3;
	float: left;
	width: 160px;
	padding-right: 20px;
	padding-left: 10px;
}

.aisatsu_left img {
	margin-bottom: 1em;
}

/* ------------ 会社概要テーブル設定 ------- */
.gaiyou_table {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}

.gaiyou_table table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	border: 1px solid #666666;
}

.gaiyou_table th {
	padding: 5px;
	background-color: #DDBEBB;
	border: 1px solid #666666;
	width: 150px;
}

.gaiyou_table td {
	padding: 5px;
	border: 1px solid #666666;
}

.gaiyou_table ul {
	line-height: 1.7;
	margin-left: 1em;
}

.gaiyou_table li {
	margin-bottom: 0.75em;
	list-style-type: disc;
	margin-left: 1em;
}

.gaiyou_table #sub_list {
	margin-left: 1em;
	margin-bottom: 0.75em;
}

.gaiyou_table #sub_list li {
	list-style-type: disc;
	margin-left: .75em;
}

.aisatsu_right dl {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.5;
	margin-left: 0px;
}

.aisatsu_right dt {
	font-weight: bold;
	margin-bottom: .5em;
}

.aisatsu_right dd {
	margin-left: .5em;
	margin-bottom: .5em;
}

/* --------------------------------------------------------- アクセスマップ設定 --------------------- */
#map_addr  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

dl {
	margin-top: 20px;
	margin-left: 10px;
}

#map_addr dt {
	font-size: 12px;
	margin-bottom: .5em;
}

#map_addr dd {
	font-size: 11px;
	padding-left: 1em;
	line-height: 1.2;
}


/* --------------------------------------------------------- お問い合わせ設定 --------------------- */
.form_table {
	width: 570px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form_table table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	border: 1px solid #666666;
}
.form_table th {
	padding: 10px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.form_table td {
	border: 1px solid #666666;
	padding: 10px;
	line-height: 1.5;
}

.form_list {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.5;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.form_list li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 1em;
}

.form_list_alph {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.5;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.form_list_alph li {
	list-style-type: upper-alpha;
	margin-left: 15px;
	margin-bottom: 1em;
}

/* --------------------------------------------------------- プライバシーポリシー設定 --------------------- */
#privacy {
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
}

#privacy p {
	font-size: 12px;
}

#privacy h4 {
	font-size: 13px;
	margin-bottom: 1em;
}

#privacy ol {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1em;
}

#privacy li {
	list-style-type: decimal;
	margin-left: 10px;
}

#privacy .alphabetLi {
	list-style-type: lower-alpha;
	margin-bottom: 1em;
	margin-left: 20px;
}

/* --------------------------------------------------------- 茶のみ奉行設定 --------------------- */
.bugyou_box {
	float: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

.text_right {
	float: right;
	width: 369px;
}

.img_left {
	float: left;
	width: 160px;
	padding-right: 20px;
}


.essay_li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	margin-left: 20px;
}

.essay_li li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1em;
	list-style-type: decimal;
	margin-left: 20px;
}

.essay_li a {
	text-decoration: none;
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
}

.essay_li a:hover {
	text-decoration: underline;
	color:  #430D0D;
	padding-right: 4px;
	padding-left: 4px;
}

/* --------------------------------------------------------- お茶と文学設定 --------------------- */
.bungaku_box {
	float: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
}

.bungaku_text {
	float: right;
	width: 369px;
}

.bungaku_img {
	margin-right: 20px;
	float: left;
}

.bungaku_text h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	margin-bottom: .5em;
}


.bungaku_text dl {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.7;
	margin: 0px;
}

/* --------------------------------------------------------- コンテンツ内RSS表示設定  --------------------- */
#rss_box {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 550px;
	height: 800px;
	overflow: auto;
}

#rss_box h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 1em;
	background-image: url(../images/top/rss_barret.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* --------------------------------------------------------- 有機栽培茶園設定  --------------------- */
.chaen-table {
	padding: 20px;
	float: left;
}

.chaen-table table {
	border: 1px solid #666666;
	border-collapse:collapse;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #000000;
}

.chaen-table th, td {
	border: 1px solid #666666;
	padding-top: 4px;
	padding-right: 1em;
	padding-bottom: 4px;
	padding-left: 1em;
}

.chaen-table th {
	background-color: #DDBEBB;
	text-align: center;
}

.chaen_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	line-height: 1.7;
	margin-bottom: 1em;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 30px;
	margin-left: 10px;
}

.chaen_dl {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
	margin-left: 20px;
	margin-bottom: 1em;
}

.chaen_dl dt {
	font-size: 80%;
	font-weight: bold;
}

.chaen_dl dd {
	font-size: 80%;
}

rt,rp {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}


/* --------------------------------------------------------- 由来設定  --------------------- */
.h3_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.7;
	color: #000000;
	margin-bottom: 1em;
	font-weight: bold;
}

.pict_list {
	margin-bottom: 30px;
	float: left;
	width: 570px;
}

.pict_list li {
	display: inline-block;
	float: left;
	margin-right: 14px;
}

