@charset "UTF-8";

body {
	background-image: url(../webImages/mainBg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #555;
}
img, a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a:link, a:visited {
	color: #693700;
}
a:hover {
	color: #979685;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 760px;
	float: left;
	background-color: #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
img#logo {
	float: left;
}
#language {
	float: right;
	padding-top: 15px;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: right;
}
#language a {
	color: #FFF;
}
#subNav {
	width: 780px;
	float: left;
	background-color: #000;
	height: 25px;
	color: #FFF;
	font-size: 90%;
	padding-right: 20px;
	padding-top: 3px;
	text-align: right;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
}
#subNav ul li {
	list-style-type: none;
	display: inline;
	text-align: right;
}
#subNav ul li a:link, #subNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#subNav ul li a:hover {
	color: #ccc;
}
#grovalNav {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
}
p.gotop {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0px;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #FFF;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #693700;
}
#botttomNav {
	text-align: center;
	margin-bottom: 6px;
	font-size: 85%;
	color: #999;
}
#botttomNav a:link, #botttomNav a:visited {
	color: #999;
	text-decoration: none;
}
#botttomNav a:hover {
	color: #555;
	text-decoration: none;
}

#footer p {
	text-align: right;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #ddd;
	margin: 0px;
}
address {
	font-style: normal;
	font-size: 70%;
	text-align: right;
	clear: both;
	padding-bottom: 14px;
	padding-top: 6px;
	padding-right: 20px;
}
/*HomePage style
-------------------*/
h1.homeimg {
	margin: 0px;
	padding: 0px;
}
#contentsHome {
	background-color: #FFF;
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* ↓あとで削除 */
#homeLeft { 
	float: left;
	width: 270px;
	margin-right: 20px;
}
/* ↓あとで削除 */
#homeCenter {
	float: left;
	width: 270px;
}
#homeRight {
	float: right;
	width: 180px;
}
#contentsHome ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentsHome ul li {
	background-image: url(../webImages/bulletRed.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 6px;
	line-height: 140%;
	font-size: 90%;
}
/* ↓あとで削除 */
.newsBox {
	background-image: url(../webImages/newsBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
/* ↓あとで削除 */
.newsBox h2 {
	margin: 0px;
	padding: 0px;
}
/* ↓あとで削除 */
.newsBody {
	width: 236px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	padding-top: 2px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px;
}
/* ↓あとで削除 */
.newsBody p  {
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
}
#shopBox {
	width: 168px;
	border: 1px dotted #999;
	padding: 5px;
	margin-bottom: 10px;
}
#shopBox p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 130%;
	font-size: 90%;
	color: #7b8f69;
}

/*2014Top What's New
-------------------*/
#whatsnew {
	float: left;
	width: 550px;
	margin-right: 20px;
}
#whatsnewBox {
	background-image: url(../webImages/whatsnewBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
#whatsnewBox h2 {
	margin: 0px;
	padding: 0px;
}
#whatsnewBody {
	width: 516px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	padding-top: 2px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px;
}
#whatsnewBody p  {
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
}
#whatsnewBody table {
	margin-bottom: 10px;
}
#whatsnewBody table th {
	width: 165px;
	font-size: 10px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#whatsnewBody table td {
	background-image: url(../webImages/topArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	font-size: 95%;
}
#whatsnewBody table td a:link, #whatsnewBody table td a:visited {
	text-decoration: none;
}
#whatsnewBody table td a:hover {
	text-decoration: underline;
}

/*SecondPage style
-------------------*/
#contents {
	background-color: #FFF;
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
p.breadcrumbs {
	margin: 0px;
	color: #777;
	font-size: 80%;
	text-align: right;
	padding: 0px;
}
p.breadcrumbs a {
	color: #693700;
	text-decoration: underline;
}
#rightMain {
	width: 540px;
	float: right;
	padding-left: 20px;
	padding-top: 0px;
}
#leftNav {
	width: 180px;
	float: left;
	padding-right: 20px;
}
#leftNav p.categoryTitle {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#leftNav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#leftNav ul li a:link, #leftNav ul li a:visited {
	text-decoration: none;
	color: #555;
	display: block;
}
#leftNav ul li a:hover {
	text-decoration: none;
	color: #999;
	display: block;
}
#leftNav #contactBox {
	margin-top: 20px;
	background-image: url(../webImages/contactBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#leftNav #contactBox p {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#leftNav #contactName {
	margin-top: 20px;
}
#leftNav #contactName img {
	margin-bottom: 10px;
}

#contents #rightMain h3.title-line {
	font-size: 14px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

.minibox {
	border: solid #777777 1px;
	width: 160px;
	padding: 10px;
	margin-bottom: 30px;
}
#contents.news h1 {
	background-image: url(../webImages/t_news.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 10px;
}
#contents.news #leftNav p.categoryTitle, #contents.newsDetail #leftNav p.categoryTitle {
	background-color: #89b639;
}
#contents.news #leftNav ul li.current, #contents.newsDetail #leftNav ul li.current {
	background-image: url(../webImages/arrowLightgreen.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #89b639;
}
#contents.develop h1 {
	background-image: url(../webImages/t_develop.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 10px;
}
#contents.develop #leftNav p.categoryTitle, #contents.developDetail #leftNav p.categoryTitle, .developCategoryTitle {
	background-color: #65a4b0;
}
#contents.develop #leftNav ul li.current, #contents.developDetail #leftNav ul li.current {
	background-image: url(../webImages/arrowDevelop.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #65a4b0;
}
#contents.corporate h1 {
	background-image: url(../webImages/t_corporate.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.corporate #leftNav p.categoryTitle {
	background-color: #427a2c;
}
#contents.corporate #leftNav ul li.current {
	background-image: url(../webImages/arrowGreen.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #427a2c;
}
#contents.csr h1{
	background-image: url(../webImages/t_csr.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.csr #leftNav p.categoryTitle {
	background-color: #5186d5;
}
#contents.csr #leftNav ul li.current {
	background-image: url(../webImages/arrowLightblue.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #5186d5;
}
#contents.domain h1{
	background-image: url(../webImages/t_domain.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.domain #leftNav p.categoryTitle {
	background-color: #d06f02;
}
#contents.domain #leftNav ul li.current {
	background-image: url(../webImages/arrowOrange.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #d06f02;
}
#contents.solution h1{
	background-image: url(../webImages/t_solution.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.solution #leftNav p.categoryTitle {
	background-color: #023c93;
}
#contents.solution #leftNav ul li.current {
	background-image: url(../webImages/arrowDeepblue.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #023c93;
}
#contents.products h1{
	background-image: url(../webImages/t_products.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.products #leftNav p.categoryTitle {
	background-color: #a60000;
}
#contents.products #leftNav ul li.current {
	background-image: url(../webImages/arrowProducts.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #a60000;
}

#contents.products #leftNav ul li.current a.sepa_de:link, #contents.products #leftNav ul li.current a.sepa_de:visited {
	color: #a60000;
}
a:hover {
	color: #979685;
}
#contents.agri h1{
	background-image: url(../webImages/t_agri.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.agri #leftNav p.categoryTitle {
	background-color: #40ab7b;
}
#contents.agri #leftNav ul li.current {
	background-image: url(../webImages/arrowAgri.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #40ab7b;
}
#contents.recruit h1{
	background-image: url(../webImages/t_recruit.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#contents.recruit #leftNav p.categoryTitle {
	background-color: #b2a167;
}
#contents.recruit #leftNav ul li.current {
	background-image: url(../webImages/arrowRecruit.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #b2a167;
}
#contents.other h1{
	background-image: url(../webImages/t_other.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #656459;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 26px;
	border: 1px solid #CCC;
	line-height: 24px;
	font-weight: normal;
}

/*Products Hakuli
-------------------*/

h2.products_lineup {
	font-size: 12px;
	color: #777777;
	font-weight: normal;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 2px;
	margin-bottom: 16px;
}

#sepa-Left {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#sepa-Right {
	width: 260px;
	float: left;
}

#sepa-Left h2 {
	font-size: 20px;
	text-align: center;
	color: #c5848a;
	background-color: #f4ebec;
	border: solid 1px #c5848a;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sepa-Right h2 {
	font-size: 20px;
	text-align: center;
	color: #a1b284;
	background-color: #e6eddb;
	border: solid 1px #a1b284;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sepa-Left h3, h2.sepa_detail_pepar {
	background-color: #c5848a;
	font-size: 16px;
	color: #ffffff;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
}

#sepa-Right h3, h2.sepa_detail_film {
	background-color: #a1b284;
	font-size: 16px;
	color: #fff;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
}

#sepa-Left h4, #sepa-Right h4 {
	text-align: center;
	border-bottom: solid 1px #777;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

p.ex-small {
	font-size:11px;
	line-height:14px;
}
p.hakuri_detail {
	text-align: right;
	margin-top: 6px;
	font-weight: bold;
}

table.sepa01, table.sepa02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 540px;
	margin-bottom: 20px;
}

table.sepa01 caption, table.sepa02 caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

table.sepa01 th.tx-right, table.sepa01 td.tx-right {
	text-align: right;
}

table.sepa01 th.tx-center, table.sepa01 td.tx-center {
	text-align: center;
}

table.sepa01 th.brand, table.sepa01 td.brand {
	width:80px;
	text-align: center;
}

table.sepa01 th.equal, table.sepa01 td.equal {
	width:70px;
}

table.sepa01 th, table.sepa01 td {
	border: solid 1px #777;
	padding: 2px 6px 2px 6px;
	font-size: 90%;
	line-height: 1.5;
}

table td.bottom_line {
	border-bottom: solid 1px #555;
}

p.sepa_note {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 1.2;
}
p.sepa_fitting {
	margin-bottom: 3em;
}

table.sepa01.mask {
	text-align: center;
	margin-bottom: 5px;
}

table.sepa01.mask td {
	width: 33.3%;
	padding: 6px 0px 6px 0px;
}

h3.mask_title {
	font-size: 26px;
	margin-top: 6px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

h3.title_bar {
	font-size: 16px;
	background-color: #c6dbdf;
	padding: 2px 2px 2px 10px;
	margin-bottom: 20px;
}

.mask_use {
	margin: 0 0 40px 0 ;
	padding: 0;
	clear: both;
}
.mask_use h4 {
	color: #65a4b0;
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 33.333%;
	float: left;
}
table.mask_spec {
	border-collapse: collapse;
	border-spacing: 0;
	width: 540px;
	margin-bottom: 10px;
}
table.mask_spec td {
	vertical-align: top;
}
table.mask_spec td.spec_right {
	width: 300px;
	padding-bottom: 10px;
}

#film-site h2 {
	font-size: 16px;
	color: #ffffff;
	background-color: #be0202;
	padding: 2px 2px 2px 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#film-site ul li {
	font-size: 16px;
	line-height: 180%;
}

/*2022Top film-banner
-------------------*/
#film-banner {
	float: left;
	margin-bottom: 10px;
}
#film-banner img.banner-left {
	margin-right: 5px;
}