/* reset */
* {
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	font: normal 100%/120% Arial;
}

/* 白文字テキストリンク */
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* オーダーページへテキストリンク */
#order a{
	color: #577db4;
	text-decoration: none;
}
#order a:hover{
	color: #577db4;
	text-decoration: underline;
}

/* Webへテキストリンク */
#address a,.table02 a{
	color: #333333;
	text-decoration: underline;
}
#address a:hover,.table02 a:hover {
	color: #333333;
	text-decoration: none;
}

/* 英語版ナビ */
#navi {
	height: 40px;
	width: 486px;
	margin-left: 224px;
}
.navi1,.navi1 a {
	background: url(../img/mainnavi01.gif) 0px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 117px;
}
.navi2,.navi2 a {
	background: url(../img/mainnavi01.gif) -117px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 113px;
}
.navi3,.navi3 a {
	background: url(../img/mainnavi01.gif) -230px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 149px;
}
.navi4,.navi4 a {
	background: url(../img/mainnavi01.gif) -379px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 107px;
}
.navi1 a:hover {
	background: url(../img/mainnavi02.gif) -0px 0px;
}
.navi2 a:hover {
	background: url(../img/mainnavi02.gif) -117px 0px;
}
.navi3 a:hover {
	background: url(../img/mainnavi02.gif) -230px 0px;
}
.navi4 a:hover{
	background: url(../img/mainnavi02.gif) -379px 0px;
}

/* 英語版ナビ　該当ページはリンク状態 */
.navi11, .navi11 a {
	background: url(../img/mainnavi02.gif) -0px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 117px;
}
.navi22,.navi22 a {
	background: url(../img/mainnavi02.gif) -117px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 113px;
}
.navi33,.navi33 a {
	background: url(../img/mainnavi02.gif) -230px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 149px;
}
.navi44,.navi44 a {
	background: url(../img/mainnavi02.gif) -379px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	list-style: none;
	height: 40px;
	width: 107px;
}


/* 全体 */
body {
	font-size: 85%;
	text-align: center;
	margin: 0px;
	
}

/* 外枠　green-header and glay-line */
#base {
	margin: 0 auto;
	width: 780px;
	border-top-width: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #92b026;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* main contents */
#profile,#contents {
	width: 640px;
	margin-left: 70px;
	margin-bottom: 10px;
}
#contents p{
	margin-bottom: 20px;
}

/* footer  menu and copylight */
#footer {
	width: 640px;
	margin-left: 70px;
	margin-bottom: 2px;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #92b026;
	height: 15px;
	line-height: 120%;
}
#footer #menu {
	width: 300px;
	margin-left: 10px;
	display: inline;
	float: left;
	margin-top: 2px;
}
#menu ul {
	display: block;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#footer #copy {
	width: 300px;
	display: inline;
	margin-left: 30px;
	float: left;
	margin-top: 1px;
}



/* main image */
h1 {
	margin-left: 70px;
	background-image: url(../img/mainimage.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 166px;
	width: 640px;
}

/* h2 title */
.products {
	margin-left: 70px;
	background-image: url(../img/products/products.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 640px;
	text-indent: -9999px;
	margin-top: 15px;
}
.introduction {
	margin-left: 70px;
	background-image: url(../img/introduction/introduction.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 640px;
	text-indent: -9999px;
	margin-top: 15px;
}
.company {
	margin-left: 70px;
	background-image: url(../img/profile/profile.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 640px;
	text-indent: -9999px;
	margin-top: 15px;
}

/* テキストタイトル */
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #92b026;
}

/* 会社概要　テーブル装飾 */
/*.hyou{
	text-align: left;
	height: 30px;
}*/
#profile th {
	width: 30%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #92b026;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
}
.table02 {
	width: 70%;
	padding-top: 6px;
	text-align: left;
	padding-bottom: 6px;
	vertical-align: middle;
	padding-left: 15px;
}

/* 写真はオレンジ枠付 */
#contents img {
	border: 1px solid #f77900;
	margin-right: 8px;
	margin-bottom: 42px;
	display: inline;
	float: left;
}

/* products right coments  */
#products_name {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #008000;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92b026;
}
/* 抹茶パウダーは文字小さめ  */
#products_name2 {
	font-size: 80%;
	color: #008000;
	font-weight: bold;
	line-height: 100%;
	padding-top: 1.2em;
	border-bottom-width: 1px;
	border-bottom-color: #92B026;
	border-bottom-style: solid;
	float: left;
	width: 130px;
}
#mailorder {
	font-size: 100%;
	color: #577db4;
	font-weight: bold;
	width: 95px;
	margin-left: 20px;
}
#mailorder2 {
	font-size: 100%;
	color: #577db4;
	font-weight: bold;
	width: 105px;
	margin-left: 30px;
}

/* 位置ぎめ  */
#order {
	float: left;
	width: 115px;
	margin-left: 5px;
	margin-top: 50px;
	margin-right: 10px;
	bottom: 0px;
}
/* 会社の時  */
#office {
	float: left;
	width: 115px;
	margin-left: 5px;
	margin-top: 40px;
	margin-right: 10px;
}
/* QCプラント  */
#right {
	float: left;
	width: 300px;
	border: 1px solid #999999;
	height: 101px;
}
.devicesin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: solid;

}
/* introduction お茶工程イメージ右のタイトル位置決め  */
#tea {
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-top: 100px;
	margin-right: 10px;
}
/* 解説文  */
#right2 {
	float: left;
	width: 215px;
	margin-left: 5px;
	margin-top: 120px;
	margin-right: 10px;
}

/* introduction staff枠  */
#staff {
	width: 600px;
	border: 1px dashed #F77900;
	padding-left: 40px;
	padding-top: 10px;
}
/* 解説文  */
#right3 {
	float: left;
	width: 215px;
	margin-left: 5px;
	margin-top: 30px;
	margin-right: 10px;
	display: inline;
}


/* company add  */
#address {
	width: 280px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-size: 90%;
	margin-left: 430px;
}
