body
{
  margin: 0;
  word-wrap: break-word;
  font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
  background-color:#EEEEEE;
  margin:0;
  padding:0;
}
.top_button {
  background-image: url(/img/header_button_top.png);
	width: 47px;
	height: 29px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}

.showcase_button {
  background-image: url(/img/header_button_showcase.png);
	width: 97px;
	height: 29px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact_button {
  background-image: url(/img/header_button_contact.png);
	width: 97px;
	height: 29px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}
#btn_html5 {
  background-image: url(/img/showcase_btn_html5.gif);
	width: 80px;
	height: 25px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}
#btn_flash {
  background-image: url(/img/showcase_btn_flash.gif);
	width: 80px;
	height: 25px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}

#header_container {
  background-image: url(/img/header_bg.png);
	width: 100%;
	height: 108px;
  background-repeat: repeat-x;
  background-position: top left;
}

#middle_container {
  background-image: url(/img/background.png);
	width: 100%;
	padding-bottom: 20px;
}

#shinsai_h1 {
  background-image: url(/img/shinsai_h1.gif);
	height: 40px;
	margin-left:auto;
	margin-right:auto;
  background-repeat: no-repeat;
  background-position: top left;
}

#showcase_h2 {
  background-image: url(/img/showcase_h2.gif);
	height: 33px;
  background-repeat: no-repeat;
  background-position: top left;
}


#top_box_bg {
  background-image: url(/img/top_box_bg.png);
	width: 756px;
	height: 247px;
	margin-left:auto;
	margin-right:auto;
  background-repeat: no-repeat;
  background-position: top left;
}

#sample_button {
  background-image: url(/img/top_box_sample_button.png);
	width: 133px;
	height: 42px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}
#showcase_button {
  background-image: url(/img/showcase_button.png);
	width: 473px;
	height: 42px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}

#service_button {
  background-image: url(/img/top_box_service_button.png);
	width: 133px;
	height: 42px;
	float: left;
  background-repeat: no-repeat;
  background-position: top left;
}

#left_content {
	width:515px;
	float:left;
}

#right_content {
	width:140px;
	float:left;
}

#sample_area {
  background-image: url(/img/sample_bg.png);
	width: 500px;
	height: 500px;
	margin-top:10px;
  background-repeat: no-repeat;
  background-position: top left;
}

#content_top {
  background-image: url(/img/content_bg_top.png);
	width: 495px;
	height: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}

#content {
  background-image: url(/img/content_bg_middle.png);
	width: 495px;
  margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-y;
  background-position: top left;
}

#content_bottom {
  background-image: url(/img/content_bg_bottom.png);
	width: 495px;
	height: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}


#merit_area {
  background-image: url(/img/merit_bg.png);
	width: 500px;
	height: 322px;
	margin-top:10px;
  background-repeat: no-repeat;
  background-position: top left;
}

#lead_area {
  background-image: url(/img/lead_bg.png);
	width: 500px;
	height: 170px;
	margin-top:10px;
  background-repeat: no-repeat;
  background-position: top left;
}
#special_line {
  background-image: url(/img/special_line.png);
	width: 237px;
	height: 28px;
	margin-top:10px;
	margin-left:auto;
	margin-right:0px;
  background-repeat: no-repeat;
  background-position: top left;
}
#lead_button {
  background-image: url(/img/lead_button.png);
	width: 263px;
	height: 53px;
	margin-top:10px;
  float: left;                                                                                                                                               
	margin-left:auto;
	margin-right:auto;
  background-repeat: no-repeat;
  background-position: top left;
}
#footer {
	background-color:#FFFFFF;
}

#flashcontent
{
  margin: 0px;
  padding: 0px;
  width: 750px;
  height: 194px;
}

#box
{
  margin: 5px;
  background-color: #E5E5E5;
  width: auto;
  text-align: center;
  border: #CCCCCC 5px solid
}

h1 {
  padding:0 0 0 10px;
  border-left:#0066DD 5px solid;
  font-size: medium;
  font-weight: bold;
  color:#0066DD;
} 

h1 span{
  display:block;
  font-size: 10px;
  margin-top: 5px;
  color:#4A4A4A;
}

h2 {
  color:#4A4A4A;
  font-size:small;
}

p.second
{
  margin-left: 10px;
  line-height: 180%;
}

.required {
  font-weight: bold;
}

.error-message {
  font-weight: bold;
  color: red;
}

#footer a:link {color:gray}
#footer a:visited {color:gray}
#footer a:hover {color:gray}
#footer a:active {color:gray}


