
/************** Generic Rules *************/
html, img {
  margin: 0;
  padding: 0;
  border: 0;
}

p  {}
h1 { margin:0; padding:0; font-size:1.3em; }
h2 { margin:0; padding:0; font-size:1.2em; }
h3 { margin:0; padding:0; font-size:1.1em; }
h4, h5 { margin:0; padding:0; font-size:1em; }

a {color: #666666; text-decoration: none; background-color: transparent;}
a:hover {color: #0060b6;}

ul { margin:0; text-align: left;}
li { margin:0; color: #666666}
dl, dt { margin:2px; padding:2px; }
dd { margin-left:1em; color: #666666; }

table {margin: 0; padding: 0; border-collapse:collapse;}

em { font-style: italic; }
strong { font-weight: bold; }

.floatLeft { float: left; }
.floatRight { float: right; }
.divCenter { margin-left:auto; margin-right:auto; }
.clear { clear: both; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter {text-align: center; }

.small {font-size: .9em;}
.large { font-size: 1.2em; }

/*************** Header and Footer elements *****************/
#TopHeader {
	width: 100%;
	color: ;
	border-bottom: 1px solid #999999;
	background: #dddddd;
}
#TopHeader h1 { margin: 0; padding: 2px; font-size: 1em; background-color: #dddddd; }

#Header {
	width: 800px;
	height: 136px;
	background: url(../../themes/orijin/header_bg.jpg) no-repeat left top;
}
#Header img { float: left; margin: 0; }
#Header h1 {
	width: 364px;
	height: 97px;
	background: url(../../themes/orijin/site_id.jpg) no-repeat 24px 20px;
	text-indent: -9999px;
	float: left;
}

#header_subContents {
	margin: 15px 15px 0 0;
	float: right;
}
#header_subContents td {
	padding: 0 10px 0 9px;
	background: url(../../themes/orijin/square3.gif) no-repeat left center;
}
#header_subContents td a,#header_subContents td a:visited {
	color: #4d4d4d;
	font-size: 90%;
	text-decoration: none;
}
#header_subContents td a:hover {
	color: #0060b6;
	text-decoration: underline;
}

#globalMenu ul {
	padding: 0 0 0 24px;
	width: 760px;
	height: 39px;
	clear: both;
}
#globalMenu ul li {
	float: left;
	list-style: none;
	padding: 0;
}
#globalMenu ul li#globalmenu01 a {
	background: url(../../themes/orijin/globalmenu_home.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 151px;
	height: 39px;
}
#globalMenu ul li#globalmenu01 a:hover {
	background: url(../../themes/orijin/globalmenu_home_on.jpg) no-repeat left center;
}
#globalMenu ul li#globalmenu02 a {
	background: url(../../themes/orijin/globalmenu_agri.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}
#globalMenu ul li#globalmenu02 a:hover {
	background: url(../../themes/orijin/globalmenu_agri_on.jpg) no-repeat left center;
}
#globalMenu ul li#globalmenu03 a {
	background: url(../../themes/orijin/globalmenu_chikusan.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}
#globalMenu ul li#globalmenu03 a:hover {
	background: url(../../themes/orijin/globalmenu_chikusan_on.jpg) no-repeat left center;
}
#globalMenu ul li#globalmenu04 a {
	background: url(../../themes/orijin/globalmenu_zansa.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}
#globalMenu ul li#globalmenu04 a:hover {
	background: url(../../themes/orijin/globalmenu_zansa_on.jpg) no-repeat left center;
}
#globalMenu ul li#globalmenu05 a {
	background: url(../../themes/orijin/globalmenu_co.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 151px;
	height: 39px;
}
#globalMenu ul li#globalmenu05 a:hover {
	background: url(../../themes/orijin/globalmenu_co_on.jpg) no-repeat left center;
}

#home #globalMenu ul li#globalmenu01 a {
	background: url(../../themes/orijin/globalmenu_home_on.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 151px;
	height: 39px;
}

#agri #globalMenu ul li#globalmenu02 a {
	background: url(../../themes/orijin/globalmenu_agri_on.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}

#stock #globalMenu ul li#globalmenu03 a {
	background: url(../../themes/orijin/globalmenu_chikusan_on.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}

#organic #globalMenu ul li#globalmenu04 a {
	background: url(../../themes/orijin/globalmenu_zansa_on.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 39px;
}

#company #globalMenu ul li#globalmenu05 a {
	background: url(../../themes/orijin/globalmenu_co_on.jpg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 151px;
	height: 39px;
}





#Footer {
	width: 800px;
	clear: both;
	height: 78px;
	position: relative;
	background: url(../../themes/orijin/footer_bg.gif) repeat-x;
	color: #575757;
	font-size: 80%;
}

#footer_contents {
	width: 752px;
	padding: 15px 0 8px 0;
	margin: 0 auto;
	border-bottom: 1px #c9c9c9 solid;
	text-align: center;
}
#footer_contents a:hover {
	text-decoration: underline;
}

#footer_address {
	padding: 10px 0 0 24px;
	float: left;
	letter-spacing:0;
}

#footer_copyright {
	padding: 10px 24px 0 0;
	float: right;
	letter-spacing:0;
}


/******************* xoops generic rules *****************/
input.formButton {}

.outer {border: 1px solid #999999;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #e9e9e9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #e9e9e9; padding: 5px;}

div.errorMsg { background-color: #ffcccc; text-align: center; border: 1px solid #999999; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #ddffdd; text-align: center; border: 1px solid #999999; font-weight: bold; padding: 10px;}
div.resultMsg { background-color: #dddddd; text-align: center; border: 1px solid #999999; font-weight: bold; padding: 10px;}

div.xoopsCode { background: #ffffff; border: 1px solid #999999; font-family: "Courier New","Courier","monospace"; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #ffffff; border: 1px solid #999999; font-family: "Courier New","Courier","monospace"; padding: 0px 6px 6px 6px;}

div#Breadcrumbs { margin: 0 0 12px 12px; border-bottom: 1px solid #999999; }
div#Breadcrumbs a { font-weight: bold; }

.new1{
    font-size: 8pt;
    font-weight: bold;
    background-color:#FF0000;
    color:#FFFFFF;
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
}
.new2{
    font-size: 8pt;
    font-weight: bold;
    color:#FF0000;
    padding:2px 2px 0px 2px;
    margin:2px 2px 2px 2px;
}


/******************* xoops module/system rules *****************/
/* news module */
.item {border: 1px solid #999999;}
.itemHead {padding: 3px; background-color: #2f5376; color: #ffffff;}
.itemInfo {text-align: right; padding: 3px; background-color: #e9e9e9;}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #e9e9e9;}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

/* system comments */
.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #666666; font-weight:bold; border: 1px solid #999999; background-color: #666666; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #666666; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}






/******************* site specific rules *****************/

body {
	margin: 0;
	padding: 0;
	background: #cccccc; /* url(http://www.hakko-corp.com/themes/newbase0db/images/xxxxx.gif) repeat-y left top; */ /* this BG tiles the area outside the columns */
	color: #666666;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	font-size: 72.5%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
	line-height: 150%;
	letter-spacing:1px;
}

body.showBlockL1R1,
body.showBlockL1R0,
body.showBlockL0R1,
body.showBlockL0R0 { 			/* fix for pop-up window to expand full width */
	padding: 0 375px;
	text-align: center;
}

#Sizer {
	margin: 0 auto;
	padding: 0;
	width: 800px; 				/* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; 			/* centers the #sizer element in IE5.x/win */
	max-width: 50px;
}

#Expander { 					/* Any % height here causes IE to lose the neg right margin */
	margin: 0 -375px; 			/* neg side margin values should be < or = to side body padding */
	min-width: 750px; 			/* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; 		/* makes #expander visible outside #sizer in IEwin */

}

/* Holly hack for IE \*/
* html #Expander { height: 0; }
/* #Expander must have "height: 0" in IEwin bug fixing */

#Filler1 {
	position: relative;
	/* this positioning may be needed for IEwin if page is to contain positioned elements */
	/*background: #fff url(http://www.hakko-corp.com/themes/newbase0db/images/bg_leftcolumn.gif) repeat-y 0 0;*/
	/* this BG tiles the backgroung and the left column */
	background-color: #ffffff;
}
#Filler2 {
	position: relative; /* extra insurance against bugs in IEwin */
	/*background: #fff url(http://www.hakko-corp.com/themes/newbase0db/images/bg_rightcolumn.gif) 100% 0 repeat-y;*/
	/* this BG tiles the right column */
}

/****************** Main Page Structure *****************/

#OuterWrapper {
	background: transparent; 		/* this BG tiles the center column */
}

.showBlockL1R1 #OuterWrapper {		/* 3 columns */
	border-left: 1px solid #999999; 	/*** Critical left divider dimension value ***/
	border-right: 1px solid #999999; 	/*** Critical right divider dimension value ***/
	margin-left: 170px; 			/*** Critical left col width value ***/
	margin-right: 199px; 			/*** Critical right col width value ***/
}
.showBlockL1R0 #OuterWrapper {		/* 2 cols of left and center */
	margin-left: 170px;
	border-left: 1px solid #999999;
}
.showBlockL0R1 #OuterWrapper {		/* 2 cols of center and right */
	margin-right: 199px;
	padding-bottom: 30px;
}
.showBlockL0R0 #OuterWrapper {		/* center only */
}

#InnerWrapper {						/* wrapper including center and left columns */
	float: left;
	width: 548px;
	padding: 20px 0 0 24px;
}

#Center {
	float: right;
	width: 100%;
}

#Left {
	float: left;
	position: relative; 			/* Needed for IE/win */
	width: 170px; 					/*** Critical left col width value ***/
	margin-left: -171px;			/*** Critical left col width value ***/
									/*** Critical left divider dimension value ***/
}

#Right {
	float: right;
	position: relative; 			/* Needed for IE/win */
	width: 199px; 					/*** Critical right col width value ***/
	padding: 20px 0 0 0; 			/*** Critical right col width value ***/
	margin-right: -200px; 			/*** Critical right col width value ***/
}

#ContainerCenter,
#ContainerLeft,
#ContainerRight {
	position: relative;
	/*margin: 10px;*/
}

/************** Module and Blocks ****************/
#ModuleContents {
	padding: 0px;
}

/* columns of xoops */
#CenterCColumn { padding: 0 5px; }
#CenterBlockWrapper {
	position: relative;
}
#CenterLColumn { float:left; width:48%; }
#CenterRColumn { float:right; width:48%; padding-right:5px; }

#Left .blockTitle,
#Right .blockTitle {
	padding: 3px;
	background-color: #dddddd;
	color: #639ace;
	font-weight: bold;
	font-size: 1em;
	/* border-top: 1px solid #999999; */
}
#Center .blockTitle {
	margin: 0;
	padding: 3px;
	background-color: #dddddd;
	color: #639ace;
	font-weight: bold;
}

.blockContent {
	padding: 0;
}
#Center .blockContent {
	margin: 0;
}

/************** Special Fixes *************/

#OuterWrapper { word-wrap: break-word; }
										/* Prevents long urls from breaking layout in IE, must
										be hidden in a conditional comment for CSS to validate */

/* img { max-width: 100%; }	 */ /* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #Filler1,
* html #Filler2,
* html #OuterWrapper a,
* html #ContainerLeft,
* html #ContainerRight,
* html #OuterWrapper,
* html h2,
* html #mainmenu a,
* html #usermenu a
{height: 1%;}
/* Holly hack */

/*** Variance fixes for IEwin ***/

/*\*/
* html #OuterWrapper p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
#mainmenu a:hover,
#usermenu a:hover {
	position: relative;
}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clearFix:after {						/* www.positioniseveytthing.net */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */



/**************** Custom Rules of each sites *******************/




/**************** 2階層共通 *******************/

#agri #Left .blockTitle,
#agri #Right .blockTitle,
#agri #Center .blockTitle,
#agri_case #Left .blockTitle,
#agri_case #Right .blockTitle,
#agri_case #Center .blockTitle,
#company #Left .blockTitle,
#company #Right .blockTitle,
#company #Center .blockTitle,
#organic #Left .blockTitle,
#organic #Right .blockTitle,
#organic #Center .blockTitle,
#organic_case #Left .blockTitle,
#organic_case #Right .blockTitle,
#organic_case #Center .blockTitle,
#stock #Left .blockTitle,
#stock #Right .blockTitle,
#stock #Center .blockTitle,
#stock_case #Left .blockTitle,
#stock_case #Right .blockTitle,
#stock_case #Center .blockTitle,
#topics #Left .blockTitle,
#topics #Right .blockTitle,
#topics #Center .blockTitle,
#policy #Left .blockTitle,
#policy #Right .blockTitle,
#policy #Center .blockTitle,
#sitemap #Left .blockTitle,
#sitemap #Right .blockTitle,
#sitemap #Center .blockTitle,
#stock_case h2 {
	display: none;
 }

#home #Right {
	float: right;
	position: relative; 			/* Needed for IE/win */
	width: 223px; 					/*** Critical right col width value ***/
	padding: 20px 0 0 0; 			/*** Critical right col width value ***/
	margin-right: -200px; 			/*** Critical right col width value ***/
}



/**************** Home *******************/

#home h2 {
	width: 776px;
	height: 320px;
	background: url(../../themes/orijin/home_mainvisual.jpg) no-repeat 24px 20px;
	text-indent: -9999px;
}

h3#home_h301 {
	width: 531px;
	height: 44px;
	background: url(../../themes/orijin/home_h301.gif) no-repeat;
	text-indent: -9999px;
}

.h301_descriptArea {
	width: 531px;
	padding-bottom: 18px;
	text-align: left;
}

.zero_initial {
	font-weight: bold;
	color: #31ae4b;
}

h3#home_h302 {
	width: 531px;
	height: 44px;
	background: url(../../themes/orijin/home_h302.gif) no-repeat;
	text-indent: -9999px;
}

.h302image {
	padding: 0 18px;
}

.h302sankaku {
	padding-top: 8px;
	text-align: center;
}

.h302shohinmeiArea {
	padding: 10px 0 5px 0;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px #666666 dashed;
}

.home_shohinSubttl {
	padding: 0 0 4px 9px;
	text-align: left;
	font-size: 80%;
	letter-spacing:0;
}

.home_shohinName {
	padding: 0 0 0 9px;
	text-align: left;
	color: #0060b6;
	background: url(../../themes/orijin/square3.gif) no-repeat;
}
.home_shohinName a,.home_shohinName a:hover {
	text-decoration: underline;
	color: #0060b6;
}

h3#home_h303 {
	width: 199px;
	height: 46px;
	background: url(../../themes/orijin/home_h303.gif) no-repeat;
	text-indent: -9999px;
}

div.home_jireiArea {
	width: 186px;
	border-left: 1px #808080 solid;
	border-right: 1px #808080 solid;
	padding: 13px 0 9px 11px;
	text-align: left;
}

h3#home_h304 {
	width: 199px;
	height: 45px;
	background: url(../../themes/orijin/link_top_title.gif) no-repeat 0 12px;
	text-indent: -9999px;
}

ul.link_block_list { padding: 3px 7px; margin: 0; text-align: left; border-left: 1px #808080 solid; border-right: 1px #808080 solid; width: 183px; list-style: none; }
ul.link_block_list li { padding: 10px 0 3px 8px; margin: 0; text-align: left; list-style: none; background: url(http://www.hakko-corp.com/themes/orijin/link_list3kaku.gif) no-repeat left 16px; border-bottom: 1px #A5A5A5 solid; }
ul.link_block_list li a:hover { text-decoration: underline; }

h4#home_h401 {
	padding-bottom: 8px;
}
h4#home_h401 a {
	width: 175px;
	height: 54px;
	background: url(../../themes/orijin/home_h401.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

h4#home_h402 {
	padding-bottom: 8px;
}
h4#home_h402 a {
	width: 175px;
	height: 54px;
	background: url(../../themes/orijin/home_h402.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

h4#home_h403 a {
	width: 175px;
	height: 54px;
	background: url(../../themes/orijin/home_h403.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

div#home_kkTopics {
	width: 199px;
	padding: 12px 0 14px 0;
	border-bottom: 1px #666666 dashed;
}
div#home_kkTopics a {
	width: 199px;
	height: 66px;
	background: url(../../themes/orijin/kankyo_topics.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}

div#home_lonowa {
	padding: 12px 0 0 0;
}
div#home_lonowa a {
	width: 199px;
	height: 61px;
	background: url(../../themes/orijin/lonowa.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}


#home #Left .blockTitle,
#home #Right .blockTitle,
#home #Center .blockTitle {
	display: none;
 }




/**************** 農業 *******************/

#agri h2 {
	width: 776px;
	height: 182px;
	background: url(../../themes/orijin/agri_mainvisual.jpg) no-repeat 24px 20px;
	text-indent: -9999px;
}




/**************** 農業：事例集 *******************/

#agri_case h2 {
	width: 776px;
	height: 79px;
	background: url(../../themes/orijin/nogyo_jireititle.gif) no-repeat 24px 20px;
	text-indent: -9999px;
}

#agri_case h3#jireisubttl {
	width: 519px;
	margin: 0 0 20px 0;
	padding: 6px 13px;
	color: #1a4375;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../../themes/orijin/agri_jireisubttl_bg.gif) no-repeat left bottom;
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
}





/**************** 畜産 *******************/

#stock h2 {
	width: 776px;
	height: 182px;
	background: url(../../themes/orijin/stock_mainvisual.jpg) no-repeat 24px 20px;
	text-indent: -9999px;
}




/**************** 畜産：事例集 *******************/

#stock_case h2 {
	width: 776px;
	height: 79px;
	background: url(../../themes/orijin/chikusan_jireititle.gif) no-repeat 24px 20px;
	text-indent: -9999px;
}

#stock_case h3#jireisubttl {
	width: 519px;
	margin: 0 0 20px 0;
	padding: 6px 13px;
	color: #1a4375;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../../themes/orijin/stock_jireisubttl.gif) no-repeat left bottom;
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
}





/**************** 有機性残渣物処理 *******************/

#organic h2 {
	width: 776px;
	height: 182px;
	background: url(../../themes/orijin/zansa_mainvisual.jpg) no-repeat 24px 20px;
	text-indent: -9999px;
}




/**************** 有機性残渣物処理：事例集 *******************/

#organic_case h2 {
	width: 776px;
	height: 79px;
	background: url(../../themes/orijin/zansa_jireititle.gif) no-repeat 24px 20px;
	text-indent: -9999px;
}

#stock_case h3#jireisubttl {
	width: 519px;
	margin: 0 0 20px 0;
	padding: 6px 13px;
	color: #1a4375;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../../themes/orijin/organic_jireisubttl.gif) no-repeat left bottom;
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
}





/**************** 会社概要 *******************/

#company h2 {
	display: none;
}

#co_toiawaseHead {
	width: 175px;
	padding: 0;
	margin: 0;
	height: 45px;
	background: url(../../themes/orijin/co_tiawasehead.gif) no-repeat;
	text-indent: -9999px;
}

#co_toiawaseArea {
	width: 157px;
	padding: 0 8px;
	border-left: 1px #808080 solid;
	border-right: 1px #808080 solid;
}

#co_toiText01 {
	padding: 12px 0 8px 0;
	text-align: left;
}

#co_toiText02 {
	padding: 10px 0;
	text-align: left;
	font-size: 80%;
}





/**************** 環境活動TOPICS *******************/

#topics h2 {
	display: none;
}






/**************** 個人情報保護方針 *******************/

#policy h2 {
	display: none;
}






/**************** サイトマップ *******************/

#sitemap h2 {
	display: none;
}






/**************** お問い合わせ *******************/

#inquiry h2 {
	width: 776px;
	height: 69px;
	background: url(../../inquiry/images/inquiry_01.gif) no-repeat 24px 20px;
	text-indent: -9999px;
}

#NoColumn {
	width: 752px;
	padding-left: 24px;
}

#inquiryBox {
	border-collapse: collapse;
	margin: 0 auto;
}

#inquiryBox .inquiry_koumoku {
	padding: 3px 10px;
	border: 1px #FFF solid;
	background: #f0f0f0;
	vertical-align: top;
	text-align: left;
}

#inquiryBox .inquiry_nyuryoku {
	padding: 3px 10px;
	border: 1px #FFF solid;
	background: #FFF;
	vertical-align: middle;
	text-align: left;
}




