/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/

html {
	height: 100%;
}

body
{
	background: #ffffff url(images/bodybg.jpg) center 0 no-repeat;
	color: #000000;
	font-family:"Trebuchet MS", Tahoma, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	height: 100%;
}

#all_wrapper {
	margin: 0;
	padding: 0 0 0px 0;
	height: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;
}

body > #all_wrapper {
    height: auto;
}

img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family:"Trebuchet MS", Tahoma, Arial, san-serif;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Links */
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clear
{
	clear: both;
	line-height: 0;
}

.red {
color: #ff0000;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header_wrapper {
margin: 0;
padding: 0;
background: url(images/header_wrapper_bg.gif) 0 0 repeat-x;
font-size: x-small;
text-align: center;
}

#header_wrapper ul {
margin: 0;
padding: 0;
color: #ffffff;
}

#header_wrapper li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}

#header_wrapper #head_menu {
margin: 0 auto 0 auto;
padding: 0;
width: 800px;
height: 30px;
text-align: left;
}

#lang_area {
margin: 0;
padding: 0;
float: left;
font-size: 9px;
}

#lang_area a {
color: #ffffff;
}

#lang_area a:hover {
text-decoration: underline;
}

#lang_area .japanese {
margin: 0 10px 0 0;
padding: 0 0 0 15px;
background: url(images/flag_japanese.gif) 0 2px no-repeat;
}

#lang_area .english {
margin: 0 10px 0 0;
padding: 0 0 0 15px;
background: url(images/flag_english.gif) 0 2px no-repeat;
}

#menu_area {
margin: 0;
padding: 0;
float: right;
}

#menu_area li {
display: block;
margin: 0;
padding: 0;
width: 60px;
height: 30px;
background: url(images/head_menu_area_bg.gif) 0 0 no-repeat;
float: left;
}

#menu_area a {
display: block;
margin: 0;
padding: 0;
width: 60px;
height: 30px;
font-size: 9px;
font-weight: bold;
color: #ffffff;
text-align: center;
vertical-align: middle;
line-height: 30px;
}

#menu_area a:hover {
color: #FFFF00;
}

#header
{
	position: relative;
	height: 265px;
	/* large header image is defined below */
	/* background: white url(images/header.jpg) no-repeat; */
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	height: 50px;
	/* end small header image specific lines */
	text-align: right;
	margin: 115px 30px 0 0;
	float: right;
}

#header a {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

#header h1 a {
display: block;
width: 290px;
height: 50px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 800px;
	margin: auto;
	padding: 0 0 20px 0;
}
#wrapper
{
	width: 704px;
	background: white url(images/bgcontainer02.gif) repeat-y right;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#content_area
{
	clear: both;
	width: 620px;
	float: left;
	padding: 0 0 20px 0;
	_padding: 0 0 0 0;
	margin: 0;
}

#content_area h2 {
margin: 10px 0 0 0;
padding: 0 0 0 5px;
widows: 100%;
height: 25px;
background: url(images/content_area_h2_bg.gif) 0 0 repeat-x;
font-family: Helvetica, "Trebuchet MS", Tahoma, Arial, san-serif;
font-weight: bold;
font-size: 15px;
line-height: 1.8;
}

.content {
margin: 0;
padding: 0;
}



/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}

.contentbody
{
	content: ".";
	display: block;
	font-size:13px;
	text-align: justify;
	padding: 10px 0 30px 0;
	clear: both;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitem a {
	color:#eb6100;
	font-weight: bold;
}

.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments Area
-------------------------------------------------*/

/*------------▼メインメニュー部分--------------*/
#indexmainmenu_wrapper {
	margin: 20px 0 0 0;
	padding: 0;
}

#indexmainmenu_area_top, #indexmainmenu_area_bottom {
	margin: 0;
	padding: 0;
	height: 4px;
	_font-size: 1px;
}
#indexmainmenu_area_top {
	background:url(images/index_main_menu_top_bg.gif) 0 0 no-repeat;
	padding: 0 0 1px 0;
}
#indexmainmenu_area_bottom {
	background:url(images/index_main_menu_bottom_bg.gif) 0 bottom no-repeat;
}

#indexmainmenu_area {
margin: 0;
padding: 1px 0 0 5px;
background:url(images/index_main_menu_center_bg.gif) 0 0 repeat-y;
zoom:1;
}

#indexmainmenu_area ul {
margin: 0;
padding: 0;
}

#indexmainmenu_area li {
margin: 0 3px 4px 0;
padding: 0;
width: 150px;
height: 37px;
float: left;
}

/*------------▲メインメニュー部分--------------*/

/*------------▼インデックスNEWプロダクト表示部分--------------*/
#index_new_product_area {
margin: 0;
padding: 5px;
width: 100%;
height: 92px;
background: url(images/index_new_product_area_bg.gif) 0 0 no-repeat;
color: #4DAC26;
overflow: hidden;
}

#index_new_product_area h3 {
	font-size: small;
	/line-height: normal;
}

#index_new_product_area a {
color: #4DAC26;
}

#index_new_product_area a:hover {
text-decoration: underline;
}

/*------------▲インデックスNEWプロダクト表示部分--------------*/

/*------------▼インデックスバナー表示部分--------------*/
#index_banner_area {
margin: 0;
padding: 20px 0 20px 0;
width: 100%;
}

#index_banner_area div {
	margin: 0 0 10px 0;
}

#index_banner_area #banner_left {
float: left;
}

#index_banner_area #banner_right {
float: right;
}
/*------------▲インデックスバナー表示部分--------------*/

/*------------▼インデックスニュース表示部分--------------*/
#index_news_area {
clear: both;
width: 100%;
}

#index_news_area #index_news_left {
float: left;
margin: 0;
padding: 0;
width: 300px;
}

#index_news_area #index_news_left p, #index_news_area #index_news_right p {
margin: 5px 0 0 0;
padding: 0;
color: #000000;
font-size: x-small;
}

#index_news_area #index_news_left p a, #index_news_area #index_news_right p a {
color: #000000;
}

#index_news_area #index_news_left h3, #index_news_area #index_news_right h3 {
margin: 0;
padding: 0 0 0 16px;
background: url(images/arrow_right.gif) 0 2px no-repeat;
font-size: 12px;
font-weight: bold;
}

#index_news_area #index_news_left img {
float: left;
border: 5px solid #cccccc;
margin: 0 5px 5px 0;
padding: 0;
}

#index_news_area #index_news_right {
float: right;
margin: 0;
padding: 0;
width: 300px;
}

#index_news_area #index_news_right h3 a, #index_news_area #index_news_left h3 a {
color: #4DAC26;
}

.index_race_item_set, .index_news_item_set {
clear: both;
padding: 10px 0 0 0;
}

/*------------▲インデックスニュース表示部分--------------*/

/*------------▼ニュースページの一覧表示部分--------------*/

#content_area_newspage_index .index_news_item_set h2 {
color: #4DAC26;
}

#content_area_newspage_index .index_news_item_set h2 a {
color: #4DAC26;
}

#content_area_newspage_index .news_index_item_set .contentbody img {
float: left;
padding: 0 10px 0 0;
}

/*------------▲ニュースページの一覧表示部分--------------*/

/*------------▼イベントページ一覧表示部分--------------*/

#content_area_eventpage_index {
background: #ffffff;
}

#content_area_eventpage_index .index_news_item_set h2 {
color: #4DAC26;
}

#content_area_eventpage_index .index_news_item_set h2 a {
color: #4DAC26;
}

#content_area_eventpage_index .news_index_item_set .contentbody img {
float: left;
padding: 0 10px 0 0;
}

/*------------▲イベントページ一覧表示部分--------------*/

/*------------▼よくある質問一覧表示部分--------------*/

#content_area .faq_index_item_set h2 {
color: #4DAC26;
background: url(images/content_area_h2_bg.gif) 0 0 repeat;
height: auto;
}

/*------------▲よくある質問一覧表示部分--------------*/

/*------------▼プロダクトページの部分--------------*/
#product_page_head {
margin: 0;
padding: 0;
height: 156px;
}

#product_page_content {
background: #ffffff;
}

#product_page_content h2 {
margin: 0;
}

#cat_image_list {
margin: 0;
padding: 0 0 20px 0;
}

#cat_image_list li {
margin: 0;
padding: 0 4px 4px 0;
width: 120px;
height: 140px;
float: left;
}

#banner_tech_link_area {
clear: both;
margin: 0;
padding: 0;
}

#banner_tech_link_area img {
margin: 0;
padding: 0;
}

#banner_tech_link_area ul {
margin: 0;
padding: 5px 0 0 0;
}

#banner_tech_link_area li {
margin: 0;
padding: 0 0.6px 0 0;
float: left;
}

.product_index_item_set:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#content_area .product_index_item_set .contenttitle h2, #content_area .product_itempage_item_set .contenttitle h2 {
clear: both;
background: url(images/bg_product_title.gif) 0 0 no-repeat;
color: #008837;
}

#content_area .product_index_item_set .contenttitle h2 a {
color: #008837;
}

.product_index_item_set .contentbody, .product_itempage_item_set .contentbody {
font-size: small;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.product_index_item_set .contentbody:after, .product_itempage_item_set .contentbody:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.contentbody table {
margin: 0;
padding: 0;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
}

.contentbody table td, .contentbody table th {
	margin: 0;
	padding: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: x-small;
	/font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.non_border_table {
	margin: 0;
	padding: 0;
	border: none;
}

.non_border_table td {
	margin: 0;
	padding:5px;
}

/*
.product_table {
margin: 0;
padding: 0;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
}

.product_table td {
padding: 2px;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}
*/

.product_table .center {
text-align: center;
}

.product_table_title, th0 {
background: #e6e6e6;
text-align: center;
}

#nenkai_area {
	margin: 0;
	padding: 40px 0 0 0;
}

/*------------▲プロダクトページの部分--------------*/

/*------------▼テクノロジーページの部分--------------*/
#tech_page_content {
	padding: 20px 0 0 0;
	background: #ffffff;
}

#tech_page_content h2 {
	margin: 0;
	padding: 0 0 20px 0;
	background: none;
	font-size: 24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #00693e;
}

#tech_page_content h3 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #004525;
}

#tech_page_content .contentbody .leftbox {
	margin: 0 20px 20px 0;
}

#tech_page_content .contentbody .rightbox {
	margin: 0 0 20px 20px;
}
	

.tech_index_item_set:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.tech_cat_image_list {
margin: 0;
padding: 0 0 20px 0;
}

.tech_cat_image_list li {
margin: 0;
padding: 0 1px 0 0;
width: 205px;
height: 50px;
float: left;
}

/*------------▲テクノロジーページの部分--------------*/

/*------------▼よくある質問ページの部分--------------*/

#faq_cat_list {
	margin: 0;
	padding: 0;
}

#faq_cat_list ul {
	margin: 0;
	padding: 0;
}

#faq_cat_list li {
	margin: 10px 20px 10px 0;
	padding: 0 0 0 20px;
	float: left;
	font-weight: bold;
	white-space: nowrap;
	font-size: small;
	background: url(images/icon_folder.gif) 0 0 no-repeat;
}

#faq_cat_list li a {
	color: #00693E;
}

/*------------▲よくある質問ページの部分--------------*/

.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}


/*------------▼コンタクトページの部分--------------*/

.form_table {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.form_table th {
	margin: 0;
	padding: 5px;
	width: 150px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #e6e6e6;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

.form_table td {
	margin: 0;
	padding: 5px;
	background: #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;
}

.form_table textarea {
	width: 440px;
	height: 200px;
}

.form_table input {
	width: 440px;
}

.formbutton_wrapper {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}

.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}
/*------------▲コンタクトページの部分--------------*/


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebar_area
{
	float: right;
	width: 150px;
	padding: 0;
	_padding: 0 0 0 10px;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
	_margin: 0 0 4px 0;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 1px 0;
	margin: 0;
}
.sidebardl dt, .sidebardl .other_dt {
	background: url(images/dt_bg.gif) 0 0 no-repeat;
	color: #00441B;
	font-weight: bold;
    font-family: Helvetica, "Trebuchet MS", Tahoma, Arial, san-serif;
	padding: 2px 10px 2px 10px;
	_padding: 2px 0 2px 10px;
	width: 150px;
	_width: 140px;
	height: 18px;
	_height: 14px;
}

.sidebardl dt a, .sidebardl .other_dt a {
	color: #00441B;
}

.sidebardl .other_dt {
	background: url(images/dt_bg_other.gif) 0 0 no-repeat;
}

.sidebardl dd
{
	padding: 2px 10px 2px 10px;
	_padding: 2px 0 2px 10px;
	margin: 1px 0 0 0;
	font-weight: bold;
	font-size: x-small;
}
.sidebardl dd:hover
{
	background: url(images/dd_hover_bg.gif) 0 0 no-repeat;
}

.sidebar .sidebardl dd:hover {
	background: none;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer_wrapper {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0 0 0 0;
	background: #A3BC9E;
	text-align: center;
	color: #00441B;
	position:absolute;
    bottom:0px;
	width: 100%;
	height: 20px;
}

#footer_wrapper a:link, #footer_wrapper a:visited {
	font-size: xx-small;
}

#footer {
width: 800px;
height: 20px;
margin: 0 auto;
padding: 0;
}

#footer_menu {
float: left;
margin: 0;
padding: 0;
}

#footer_menu ul {
	margin: 0;
	padding: 0;
}

#footer_menu li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
/font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#copyrights
{
float: right;
	color: #00441B;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* ¥*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
	margin: 0px 5px 5px 0;
}
.rightbox {
	float: right;
	margin: 0px 0 5px 5px;
}

.pageswitch {
clear: both;
text-align: right;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*-------------------------------------------------
  カレンダー
-------------------------------------------------*/
#calendar_area {
margin: 0;
padding: 0 0 30px 0;
}

#calendar_area h2 {
text-align: center;
font-weight: bold;
color: #00441C;
}

table.calendar {
  font-size: small;
  color: black;
  width: 150px;
}

tr.calendardateheaders {
  font-size: small;
  color: #000000;
}

td.days {
  text-align: center;
}

td.days a:link, td.days a:visited, td.today a:link, td.today a:visited {
color: #ff0000;
font-weight: bold;
}

td.today {
  text-align: center;
  color: green;
  background-color: whitesmoke;
} 

.more {
	margin: 20px 0 20px 0;
	padding: 0;
	clear: both;
	font-size: x-small;
	color:#090;
}

.more a {
	color:#090;
	font-weight: bold;
}