


/* Main scaffolding */
div.main_top, div.main_middle, div.main_bottom
{
  width: 100%;
}

div.main_middle
{
  width: 100%;
  background: url(images/content_bg.gif) repeat-x #000;
}

table.header_top, div.main_middle div.content, div.footer
{
  width: 950px;
  margin: 0px auto;
}

div.header_bottom
{
  height: 6px;
  background-color: #a71528;
  margin-bottom: 1px;
}

div.footer_top
{
  height: 6px;
  background-color: #a71528;
  margin-top: 1px;
}

div.footer
{
  padding: 10px 0px 20px 0px;
}

div.page_header
{
  margin-bottom: 6px;
}

td.col_top
{
  vertical-align:top;
}

td.col_border
{
  border-right: dotted 1px #896B35;
}

div.link, span.link
{
  cursor:pointer;
}

div.link:hover, span.link:hover
{
	text-decoration: underline;
}



/* Forms */

.form_box
{
  margin-bottom: 1px;
  padding: 15px;
  background-color: #8b6a37;
}

.form_box td
{
  background-color: #8b6a37;
}

.contact_input1, .contact_input2, .contact_textarea
{
  border: solid 1px #a71528;
}

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

.form_bottom
{
  width: 100%;
  margin-top: 10px;
}

.form-error-msg
{
  color: #f00;
}



/* Home */

#home_table
{
  width: 259px;
  height: 304px;
  background: url(images/home_table_bg.jpg) no-repeat;
  vertical-align: top;
}

#home_table_content
{
  height: 244px;
  padding: 20px 30px 0px 30px;
}

#home_table_content .title
{
  float: left;
  text-align: right;
}

#home_table_content .title .line1
{
  font-size: 37px;
  line-height: 42px;
}

#home_table_content .title .line2
{
  font-size: 20px;
}

#home_table_content .title.japanese .line1
{
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

#home_table_content .title.japanese .line2
{
  font-size: 15px;
}

/*#home_table_content p
{
  padding-top: 12px;
  line-height: normal;
}*/

.home_table_content_sep
{
  height: 12px;
  line-height: 12px;
  border-bottom: dotted 1px #ffffff;
}

#home_table_bottom, #home_table_bottom a
{
  text-align: center;
}

#home_right_bottom
{
  height: 20px;
  line-height: 20px;
}


/* Header */

table.header_top
{
  margin-top: 10px;
  margin-bottom: 10px;
}

td.header_right
{
  color: #000;
  text-align: right;
}

.extlink
{
  display: inline-block;
  height: 22px;
  padding: 0px 4px 0px 8px;
  background: url(images/extlink_bg_center.gif) repeat-x;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
}

img.lang_off
{
  margin-left: 8px;
  border: solid 1px #ffffff;
}

img.lang_on
{
  margin-left: 8px;
  border: solid 1px #a71528;
}



/* Top menu */
div.menu_top
{
  margin-top: 8px;
  margin-bottom: 8px;
  background: url(images/menu_top_bg.gif) no-repeat;
}

table.menu_top
{
  height: 37px;
}

td.menu_top_item
{
  padding: 0px 25px;
  background-color: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

td.menu_top_item a.selected
{
  text-decoration: underline;
  color: #8b6a37;
}

td.menu_top_sep
{
  width: 1px;
}



/* Small menu */

td.menu_small
{
  background-color: ;
}



/* Left menu */

.menu_left_lev1, .menu_left_lev1 a
{
  line-height: normal;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.menu_left_lev1 a.selected
{
  color: #8b6a37}

.menu_left_lev2
{
  padding: 1px 0px 0px 1px;
}

.menu_left_lev2 a
{
  line-height: normal;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.menu_left_lev2_bg
{
  background: url(images/menu_left_item_bg.gif) no-repeat bottom center;
}

.menu_left_levn a
{
  color: #fff;
  margin-left: 16px;
  text-decoration: none;
}




/* breadcrumb */

.breadcrumb
{
  padding-left: 4px;
  background: url(images/breadcrumb_bg.gif) no-repeat;
}

.breadcrumb_item
{
  font-size: 11px;
  line-height: 18px;
}


/* News box */

.news_box_container
{
	width: 100%;
	height: 158px;
	position: relative; /* HACK: required by IE if there is an overflow: hidden */
	overflow: hidden;
}

.news_box_items
{
	position: relative;
	/*background-color: #F7F7F7;*/ 
}

.news_box_item
{
	height: 44px;
	/*padding-top: 12px;*/
	border-bottom: dotted 1px #ffffff;
}



/* Content */

td.content
{
  padding: 0px 0px 0px 20px;
}

div.summary, div.summary_image
{
  margin-bottom: 30px;
}

div.body
{
  margin-bottom: 20px;
}

#content_main
{
  background: url(images/flowers.png) no-repeat 215px 0px;
}

#content_left
{
  float: left;
  width: 304px;
  padding-top: 17px;
  margin-right: 20px;
}

#content_right
{
  float: right;
  width: 584px;
  margin-top: 30px;
  padding: 20px 20px 0px 20px;
  border: dotted 1px #8b6a37;
}



/* Slots */

div.summary_image_slot_item
{
  width: 300px;
  margin-bottom: 5px;
}

div.summary_image_slot_item input
{
  width: 200px;
}



/* Read more */

#read_more
{
  width: 155px;
  padding-left: 20px;
}



/* Send page */

#sendpage_form hr
{
  margin-top: 0px;
  margin-bottom: 22px;
}

#sendpage_form input
{
  width: 180px;
}


