@charset "shift_jis";

/*----------------------------------------------------------------------------
 * FileName      : common.css
 * Copyright マクリー株式会社 		連絡先: info@macly.com
 * 目次
		body
		header
			contents
			sidebar
		footer
		共通css
		<中ページ>


----------------------------------------------------------------------------*/


a:link,a:visited {
	color: #754E0B;
}
a:hover,a:active {
	color: #D6D6D6;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EEEADB;
}
table{
	border-collapse : collapse;
	text-align: center;
}
th{
	text-align: left;
	font-weight: normal;
}
td{
	text-align: left;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
address {
	font-style: normal;
	color: #FFFFFF;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
}
caption {
	display: none;
}
img{
}

#container {
	padding-right: 30px;
	padding-left: 30px;
}


#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../../img/common/footer_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------------------------------

                                     header

----------------------------------------------------------------------------*/

#header {
	background-image: url(../../img/common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 131px;
	
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 10px;
}
#header h1 img {
	padding-top: 10px;
}


/*----------------------------------------------------------------------------

                                     contents

----------------------------------------------------------------------------*/

#contents{
	float: right;
	width: 640px;
	color: #333;

}
#contents p{
	text-align: left;
	font-weight: bold;
}
#contents h2{
	padding-bottom: 30px;
	color: #000;
	font-weight: bold;
	font-size: 2.0em;
}
#contents h3{
	padding-bottom: 35px;
}

/*----------------------------------------------------------------------------

                                 sidebar

----------------------------------------------------------------------------*/
#sidebar{
	float: left;
	width: 226px;
}

.sidebar01{
	background-image: url(../../img/common/side_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar01 ul{
	margin-left: 15px;
	margin-bottom: 8px;
	padding-top: 15px;
}
.sidebar01 li{
	background-image: url(../../img/common/nav02.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}


#wrapper #container #sidebarindex .sidebar01 a:link.current,
#wrapper #container #sidebarindex .sidebar01 a:visited.current,
#wrapper #container #sidebarindex .sidebar01 a:active.current,
#wrapper #container #sidebarindex .sidebar01 a:hover.current,

#wrapper #container #sidebar .sidebar01 a:link.current,
#wrapper #container #sidebar .sidebar01 a:visited.current,
#wrapper #container #sidebar .sidebar01 a:active.current,
#wrapper #container #sidebar .sidebar01 a:hover.current
 {
	color: #FF8C19;
}

.sidebar01 ul li img{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.sidebar01 img{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar01 p{
	background-image: url(../../img/common/side_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.sidebar02{
}
.sidebar02 h4{
	padding-bottom: 10px;
}
.sidebar02 ul{
	padding-left: 15px;
	padding-bottom: 15px;
}
.sidebar02 li{
	list-style-type: none;
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 27px;
	padding-bottom: 7px;
}


#wrapper #container #sidebarindex .sidebar02 a:link.current,
#wrapper #container #sidebarindex .sidebar02 a:visited.current,
#wrapper #container #sidebarindex .sidebar02 a:active.current,
#wrapper #container #sidebarindex .sidebar02 a:hover.current,

#wrapper #container #sidebar .sidebar02 a:link.current,
#wrapper #container #sidebar .sidebar02 a:visited.current,
#wrapper #container #sidebar .sidebar02 a:active.current,
#wrapper #container #sidebar .sidebar02 a:hover.current
 {
	color: #FF8C19;
}




.sidebar03{
	padding-bottom: 10px;
}
.sidebar03 ul{
	margin: 0px;
	padding: 0px;
}

.sidebar03 li{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/*----------------------------------------------------------------------------

                                     footer

----------------------------------------------------------------------------*/

#footer{
	padding-top: 20px;
}
ul.footerMenu{
	float: left;
}
.pagetop{
	float: right;
	font-size: 0.8em;
	padding-right: 30px;
}
.pagetop p{
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}

#footer ul{
	padding-left: 30px;
	padding-bottom: 15px;
}
#footer li{
	display: inline;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 0.8em;
}
#copy {
}



/*----------------------------------------------------------------------------

                                     共通

----------------------------------------------------------------------------*/
.pankuzu{
	height: 30px;
}
.pankuzu p{
	padding-top: 7px;
	padding-left: 35px;
	font-size: 0.8em;
}

.arighCenter{
	text-align: center;
}
.arighRightFont10{
	text-align: right;
	font-size: 0.8em;
	padding-top: 5px;
}


/*次へ*/
.contentsNext{
	text-align: right;
	line-height: 1.7em;
	padding-bottom: 40px;
}
.contentsNext p{}
.contentsNext a{
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

/*中ページのお問合せ*/
.inquiryPage01{
	padding-bottom: 20px;
}
.inquiryPage01 iframe{
	width: 640px;
	height: 1150px;
}

/*中ページ下部住所*/
.contenstAddress{
	background-image: url(../../img/knowledge/index/image05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 20px;
	margin-top:10px;
	width: 620px;
}
.contenstAddress table{
	margin-top: 20px;
}
.contenstAddress table th{
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}
.contenstAddress table td{
	padding-top: 10px;
	padding-left: 10px;
}




/*----------------------------------------------------------------------------

                                     index

----------------------------------------------------------------------------*/

#headerindex{
	background-image: url(../../img/index/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerindexLeft {
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	width: 400px;
}
.headerindexLeft h1 {
	font-size: 0.8em;
	font-weight: normal;
}
.headerindexLeft h1 img {
	padding-top: 10px;
}

.headerindexRight {
	float: right;
	padding-right: 38px;
	padding-top: 29px;
	padding-bottom: 177px;
}
.headerindexRight h2 {
}
.headerindexRight p {
}

#contentsIndex{
	float: left;
	width: 670px;
}
.index01{
	padding-bottom: 30px;
}
.index01a{
	float: left;
	background-image: url(../../img/index/index_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
	height: 195px;
	padding-right: 5px;
}
.index01a h3{
	padding-bottom: 25px;
}
.index01a ul{
	padding-left: 15px;
}
.index01a li{
	list-style-type: none;
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 27px;
	padding-bottom: 7px;
}

.index02{
	padding-right: 20px;
}
.index02News{
	float: left;
	width: 307px;
	background-image: url(../../img/index/index_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 277px;
}
.index02News h4{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
h4.index02NewsL{
	float: left;
}
p.index02NewsR{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-left: 15px;
	font-size: 0.8em;
}

.index02News table{
	margin-right: 20px;
	margin-left: 20px;
	width: 260px;
	
}

.index02News th{
	background-image: url(../../img/common/nav04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.index02News td{
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

.index02Con{
	float: right;
	width: 321px;
	padding-top: 2px;
}
.index02Con ul{
}
.index02Con li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.index02Con li img{
	padding-bottom: 3px;
}


#sidebarindex{
	float: right;
	width: 220px;
}



/*----------------------------------------------------------------------------

                                     aboutus

----------------------------------------------------------------------------*/
.aboutus01{
	background-image: url(../../img/aboutus/image01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.aboutus01 p{
	padding-left: 10px;
}
.aboutus01 p img{
	padding-bottom: 20px;
}
.aboutus02{
	background-image: url(../../img/aboutus/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	text-align: justify;
	padding-bottom: 25px;
}
.aboutus02 ul{
	margin-left: 90px;
}
.aboutus02 li{
	display: block;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	width: 120px;
	list-style-type: none;
	text-align: left;
}
.aboutus03{
	background-image: url(../../img/aboutus/image02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 157px;
	padding-bottom: 76px;
}
.aboutus03 p{
	line-height: 1.7em;
}
.aboutus04{
	width: 640px;
	line-height: 1.7em;
	margin-bottom: 40px;
	text-align: left;
}
.aboutus04 th{
	border: 1px solid #DADADA;
	background-color: #F9F9F9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	width: 111px;
	font-weight: bold;
}
.aboutus04 td{
	border: 1px solid #DADADA;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.aboutus04 li{
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style-type: none;
}
#wrapper #container #contents .aboutus04 .ablank a{
	background-image: url(../../img/common/nav_blank.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
}

.aboutus04L{
	width: 400px;
	float: left;
}
.aboutus04R{
	float: right;
	width: 55px;
	padding-top: 20px;
}




/*----------------------------------------------------------------------------

                                knowledge

----------------------------------------------------------------------------*/


.knowledge01{
	background-image: url(../../img/common/hr_orange.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 24px;
}
.knowledge01 h3{
	padding-left: 5px;
	padding-top: 10px;
}
.knowledge01 p{
	padding-bottom: 15px;
	line-height: 1.7em;
}
.knowledge02{
	background-image: url(../../img/knowledge/index/image01.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 200px;
}
.knowledge03{
	background-repeat: no-repeat;
	background-image: url(../../img/knowledge/index/image03.jpg);
	background-position: left top;
	padding-left: 270px;
	padding-bottom: 25px;
}
.knowledge04{
	background-repeat: no-repeat;
	background-image: url(../../img/knowledge/index/image04.jpg);
	background-position: right center;
	padding-right: 230px;
}



.knowledge011{
	padding-bottom: 15px;
	margin-bottom: 24px;
}
.knowledge011 h3{
	padding-left: 5px;
	padding-top: 10px;
}
.knowledge011 p{
	padding-bottom: 15px;
	line-height: 1.7em;
}



/*----------------------------------------------------------------------------

                                evolution

----------------------------------------------------------------------------*/

.evolution01{
	margin-top: 20px;
}
.evolution01 table{}
.evolution01 th{
	padding-bottom: 10px;
	font-weight: bold;
}
.evolution01 td{}
.evolution01 td img{
	padding-bottom: 20px;
}
.evolution01 p{
	padding-left: 25px;
	font-size: 0.8em;
}




/*----------------------------------------------------------------------------

                                difference

----------------------------------------------------------------------------*/

p.difference01{
	background-image: url(../../img/knowledge/difference/image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	padding-bottom: 40px;
}
.difference02{
	background-image: url(../../img/knowledge/difference/image02_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.difference02 h4{
	text-align: center;
	padding-top: 40px;
}

.difference03{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
.difference03 h5{
	padding-top: 20px;
	padding-bottom: 10px;
}
.difference03 p{
	padding-right: 170px;
	line-height: 1.8em;
}

.difference03a{
	background-image: url(../../img/knowledge/difference/image03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.difference03b{
	background-image: url(../../img/knowledge/difference/image04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 20px;
}
.difference03c{
	background-image: url(../../img/knowledge/difference/image05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 20px;
}
.difference03d{
	background-image: url(../../img/knowledge/difference/image06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*----------------------------------------------------------------------------

                                flow

----------------------------------------------------------------------------*/

p.flow01{
	background-image: url(../../img/flow/index/image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	padding-bottom: 40px;
}


.flow02{
	background-image: url(../../img/flow/index/image03_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.flow02 h4{
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 10px;
}

.flow03{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
.flow03 h5{
	padding-bottom: 10px;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-left: 15px;
	font-size: 1.2em;
	padding-top: 20px;
}
.flow03 p{
	line-height: 1.8em;
}


.flow03a{
	background-image: url(../../img/flow/index/image03.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 230px;
	padding-bottom: 20px;
}
.flow03b{
	background-image: url(../../img/flow/index/image04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-right: 240px;
}
.flow03c{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}

.flow03d{
	background-image: url(../../img/flow/index/image05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 230px;
	padding-bottom: 25px;
}


/*----------------------------------------------------------------------------

                                wet

----------------------------------------------------------------------------*/
p.wet01{
	background-image: url(../../img/flow/wet/image01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 270px;
	padding-bottom: 100px;
}
.wet02{
	background-image: url(../../img/flow/wet/bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}

.wet03{
	background-image: url(../../img/flow/wet/image03.jpg);
	background-position: right 20px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 620px;
}
.wet04{
	width: 640px;
}
.wet04 th{
	padding: 10px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.wet04 td{
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.wet04 td img{
	padding-bottom: 10px;
}

th.wetSit{
	background-color: #B9E7FF;
	text-align: center;

}
th.wetkan{
	background-color: #FFCE9D;
	text-align: center;
}
.wet05{
	background-image: url(../../img/flow/wet/image05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-bottom: 40px;
}

.wet06{
	background-image: url(../../img/flow/wet/image08.jpg);
	background-position: right 20px;
	background-repeat: no-repeat;
	padding-right: 200px;
	line-height: 1.8em;
}
.wet07{
}
.wet07 h4{
	padding-left: 10px;
}
.wet08{
	background-image: url(../../img/flow/wet/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.wet08 h5{
	font-size: 1.2em;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.wet08 p{
}

h2.title{
	font-size: 1.8em;
	background-image: url(/mailnews/images/title.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top:30px;
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom:0.5em;
	color:#333333;
}

h3.title2{
	font-size: 1.0em;
	background-image: url(/mailnews/images/title2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top:10px;
	padding-left: 25px;
	padding-bottom: 1px;
	margin-bottom:0.5em;
	color:#333333;
}


/*----------------------------------------------------------------------------

                                break

----------------------------------------------------------------------------*/
p.break01{
	background-image: url(../../img/flow/break/image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 230px;
}
p.break01 img{
	padding-top: 10px;
}


.break02{
}
.break02 h4{
	padding-left: 10px;
}

.break03{
	background-image: url(../../img/flow/wet/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.break03 h5{
	font-size: 1.2em;
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.break03 ul{
	padding-left: 5px;
}
.break03 li{
	list-style-type: none;
	background-image: url(../../img/common/nav05.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.break04{
	background-image: url(../../img/flow/break/bg03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}
.break04 h4{
}

.break05{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.break05 h5{
	padding-bottom: 20px;
}
.break05 h6{
	background-image: url(../../img/flow/break/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.break06{
	background-image: url(../../img/flow/break/image03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 270px;
	padding-top: 20px;
	margin-left: 40px;
	margin-right: 20px;
	line-height: 1.7em;
	padding-bottom: 40px;
}
.break06 img{
	padding-bottom: 10px;
}
.break07{
	padding-bottom: 35px;
}
.break07 ul{
	margin-left: 20px;
}
.break07 li{
	list-style-type: none;
	background-image: url(../../img/common/nav05.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.break08{
	width: 560px;
}
.break08 th{
	padding: 6px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.break08 td{
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: right;
}
.break09{
	background-image: url(../../img/flow/break/bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
}
.break09 img{
	padding-bottom: 15px;
}

.break09 p{
	font-size: 0.8em;
}
.break09 ul{
	padding-bottom: 25px;
	padding-top: 0px;
}
.break09 li{
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 20px;
	list-style-type: none;
}
.break10{
	float: left;
	width: 110px;
}
.break10 img{
	padding-bottom: 10px;
}

.break11{
	float: right;
	width: 410px;
}

.break11 p{
 padding: 30px 0px 0px 0px;
 margin:0px;
}

/*----------------------------------------------------------------------------

                                mill

----------------------------------------------------------------------------*/
.mill01{
	background-image: url(../../img/flow/mill/image01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 350px;
	padding-top: 20px;
	margin-left: 40px;
	margin-right: 20px;
	line-height: 1.7em;
	padding-bottom: 40px;
}
.mill01 img{
	padding-bottom: 10px;
}

.mill02{
	width: 560px;
}
.mill02 th{
	padding: 6px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}
.mill02 td{
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.mill03{
	float:left;
	width:270px;
}

.mill04{
	float:right;
	width:370px;
}

.mill05{
	padding-bottom:20px;
}

/*----------------------------------------------------------------------------

                                plant

----------------------------------------------------------------------------*/
.plant01{
	padding-bottom: 30px;
}
.plant01 h4{
	padding-bottom: 15px;
}
.plant01 table{
	width: 640px;
}
.plant01 table td{
	width: 210px;
}

.plant02{
	padding-bottom: 30px;
}
.plant02 h4{
	padding-bottom: 15px;
}
.plant02 table{
	width: 640px;
}
.plant02 table th{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper #container #contents .knowledge01 .plant02 table th.bgNon,
#wrapper #container #contents .knowledge01 .plant02 table td.bgNon{
	background-image: none;
}


.plant02 table td{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

/*----------------------------------------------------------------------------

                                test

----------------------------------------------------------------------------*/
.test01{
	background-image: url(../../img/plant/test/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.test02{
	width: 589px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.test02 p{}
.test02 h4{
	padding-bottom: 17px;
}
.test02 ul{
	padding-bottom: 10px;
}
.test02 li{
	background-image: url(../../img/common/nav04.jpg);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 25px;
	list-style-type: none;
	padding-bottom: 8px;
}
.test02 h5{
	background-image: url(../../img/plant/test/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.test03{
	width: 268px;
	font-size: 0.8em;
	margin-left: 10px;
	margin-bottom: 14px;
	margin-top: 5px;
	line-height: 0.8em;
}
.test03 th{
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	width: 103px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.test03 td{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.0em;
}
#wrapper #container #contents .knowledge01 .test01 .test02 img{
	padding-top: 5px;
}
p.test04{
	background-image: url(../../img/plant/test/image01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
	width: 620px;
}

.test05{
margin-top:40px;
}



/*----------------------------------------------------------------------------

                                news

----------------------------------------------------------------------------*/
.news01{}
.news01 dl{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.news01 dt{
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: 15px 23px;
	padding-left: 35px;
	font-size: 1.3em;
	padding-bottom: 10px;
	padding-top: 20px;
}
.news01 dd{
	padding-left: 35px;
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
}
.news02{}
.news02L{
	float: left;
	width: 433px;
}
.news02L p{
	padding-bottom: 10px;
}
.news02L h4{
	padding-bottom: 10px;
}

.news02L p img{
	padding-bottom: 10px;
	text-align: center;
}

.news02L h3{
	font-size: 2.5em;
	line-height: 2.6ex;
}

.news02R{
	float: right;
	width: 168px;
}




.news03{
	margin-bottom: 20px;
	text-align: justify;
}
.news03 th{
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.news03 td{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}
.news04{
	margin-top: 60px;
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
.news04 h4{
	padding-bottom: 15px;
}
.news05{
	background-image: url(../../img/news/n090909/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	height: 254px;
}
.news05 h5{
	padding-bottom: 15px;
}
.news05L{
	float: left;
	width: 230px;
	line-height: 1.7em;
}
.news05L a{
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}


.news05R{
	float: right;
	width: 160px;
	padding-top: 25px;
}

.newsSide{
	background-image: url(../../img/news/side_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
.newsSide h4{
	background-image: url(../../img/news/side_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	height: 25px;
	padding-top: 10px;
	font-weight: normal;
}
.newsSide ul{
	list-style-type: none;
	width: 145px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsSide li{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}
.newsSide li a{
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	display: block;
}

#wrapper #container #contents .news02 .news02R .newsSide a:link.current,
#wrapper #container #contents .news02 .news02R .newsSide a:visited.current,
#wrapper #container #contents .news02 .news02R .newsSide a:active.current,
#wrapper #container #contents .news02 .news02R .newsSide a:hover.current
 {	color: #FF8C19;
}
p.newsZoom{
	background-image: url(../../img/news/nav_zoom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 3px;
}



.news06{
	background-image: url(../../img/news/n090105/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	height: 324px;
}
.news06 h5{
	padding-bottom: 15px;
}
.news06L{
	float: left;
	width: 230px;
	line-height: 1.7em;
}
.news06L a{
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}


.news06R{
	float: right;
	width: 160px;
}

p.news07{
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}
p.news07 a{
	background-image: url(../../img/news/nav_pdf.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

.news08{
	margin-top: 20px;
}
.news08 td{
	padding-right: 15px;
	vertical-align: top;
	font-size: 0.8em;
}



/*----------------------------------------------------------------------------

                                 sitemap

----------------------------------------------------------------------------*/
.sitemap01{}
.sitemap01 h3{
	font-size: 1.0em;
}
#wrapper #container #contents .sitemap01 h3 a {
	font-weight: normal;
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}


#wrapper #container #contents .sitemap01 h3{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #container #contents .sitemap01 .sitemap02 h3{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sitemap02{
	width: 191px;
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
}
.sitemap02 ul{
	padding-top: 20px;
}
.sitemap02 ul li{
	list-style-type: none;
	background-image: url(../../img/common/nav01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#wrapper #container #contents .sitemap01 .sitemap02 li ul{
	margin-top: 0px;
	padding-top: 5px;
}
#wrapper #container #contents .sitemap01 .sitemap02 li ul li{
	background-image: url(../../img/common/nav03.jpg);
	background-repeat: no-repeat;
	background-position: left;
}




/*----------------------------------------------------------------------------

                                 privacypolicy

----------------------------------------------------------------------------*/

.privacypolicy01{}
.privacypolicy01 dl{
	padding-top: 40px;
}
.privacypolicy01 dt{
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.privacypolicy01 dd{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}



/*----------------------------------------------------------------------------

                                 link

----------------------------------------------------------------------------*/

.link01{
	width: 640px;
	background-image: url(../../img/link/hr2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.link01 ul{

}
.link01 li{
	float: left;
	width: 270px;
	list-style-type: none;
	background-image: url(../../img/link/hr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
	line-height: 1.8em;
}


.link01 li.odd{
	padding-right: 45px;
}

.link01 li a{
	background-image: url(../../img/link/nav_blank.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 20px;
}

.link02{
	margin-top:30px;
	}

.link02 img{
	float:left;
	padding-right:10px;
}

.link02 p{
	float:right;
	width:440px;
}



/*----------------------------------------------------------------------------

                                 record

----------------------------------------------------------------------------*/


.record01{
}
.record01 table{
	width: 640px;
}

.record01 th{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 80px;
}

.record01 th img{
	padding-right: 10px;
	vertical-align: middle;
}

.record01 td{
	padding: 10px;
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}




/*----------------------------------------------------------------------------

                                 display

----------------------------------------------------------------------------*/




.display01{}
.display01L{
	float: left;
	width: 433px;
	text-align: center;
}
.display01L p{
	padding-bottom: 10px;
}

.display01L p img{
	padding-bottom: 10px;
}

#wrapper #container #contents .news02 .display01L h3{
	background-image: url(../../img/common/hr_gray.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	font-size: 1.3em;
	padding-bottom: 10px;
}
.display01L h4{
	font-size: 2.5em;
	line-height: 2.6ex;
	padding-bottom: 20px;
}
.display01L h5{
	padding-bottom: 10px;
}





/*画像を横にスライド*/

.svw ul {   
    position: relative;   
}   
  
.stripViewer    {   
    position: relative;   
    overflow: hidden;    
    margin-bottom: 15px;   
}   
.stripViewer ul {   
    position: relative;   
    left: 0;   
    top: 0;   
}   
  
.stripViewer ul li  {
	float:left;
	list-style-type: none;
}   
.stripTransmitter   {
	overflow: auto;
	background-image: url(../../img/flow/wet/nav01.jpg);
	width: 42px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}   
.stripTransmitter ul    {
	position: relative;
	width: 42px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}   
.stripTransmitter ul li {
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
	list-style-type: none;
}   
.stripTransmitter a{
	text-align: left;
	line-height: 20px;
	display: block;
	font-family: Verdana, Arial;
	font-size: 1px;
	font-weight: bold;
	color: #EEEEEE;
}   
.stripTransmitter a:hover {
	text-decoration: none;
	font-size: 1px;
	color: #EEEEEE;
}   
.stripTransmitter a.current, .stripTransmitter a.current:hover {
	font-size: 1px;
	color: #EEEEEE;
}  



/*----------------------------------------------------------------------------

                                 お問合せフォーム

----------------------------------------------------------------------------*/

.inquiry01{
	background-image: url(../../img/common/form_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}
.inquiry02{
	padding: 30px;
}
#enqform{
	margin-right: auto;
	margin-left: auto;
	width: 585px;
}


/*----------------------------------------------------------------------------

                                 メールマガジン

----------------------------------------------------------------------------*/

.mailmagazine01{
background-image: url(../../img/mailmagazine/image01.jpg);
background-position:right;
background-repeat:no-repeat;
padding-bottom:40px;
}
.mailmagazine01 ul{
	padding:20px 0px 10px 5px;
}
.mailmagazine01 li{
	list-style-type: none;
	background-image: url(../../img/common/nav05.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}


/*----------------------------------------------------------------------------

                                 米粉質問箱

----------------------------------------------------------------------------*/

#question {
}
	
dl#question{
	margin:40px 0px 40px 0px;
}

#question dt{
	font-size:16px;
	font-weight:bold;
	padding:20px 0px 20px 90px;
	background-image:url(../../img/question/frame_top.gif);
	background-repeat:no-repeat;
	background-position:top
}

#question dd{
	width:640px;
	background-image:url(../../img/question/frame_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0;
}

#question dd img{
	padding:6px 0px 0px 15px;
	float:left;
}

#question dd p{
	float:right;
	width:540px;
	padding:20px 10px 20px 20px;
}


/**
.question01{

font-size:16px;
font-weight:bold;
padding:20px 0px 20px 95px;
background-image:url(../../img/question/frame_top.gif);
background-repeat:no-repeat;
background-position:top
}


.question02{
padding:7px;
background-image:url(../../img/question/frame_bottom.gif);
background-position:bottom;
background-repeat:no-repeat;
margin-bottom:20px;
}


.question02left{
float:left;
padding-left:15px;
}


.question02right{
float:right;
width:530px;
padding:0px 5px 0px 20px;
}

**/
.coror_ramen {
	color: #F00;
}
.border_red {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #F00;
	border-bottom-width: thin;
}

