@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F9F9;
}

#main {
	background-color: #FFFFFF;
}

a { text-decoration: none; color:#0075b0; }
a:hover { text-decoration: underline; }

h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -6000px;
	height: 37px;
	width: 740px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.h1_en { background-image: url(../images/logo_en.gif); }

hr {
	background-color: #006699;
	height: 1px;
	margin-right: 10px;
	margin-left: 10px;
	color: #006699;
	border: 0px none #FFFFFF;
}

/* *********************************************************

  nav

********************************************************** */

#nav {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav ul li { float: left; }
#nav ul li a { line-height: 32px; height: 32px; padding-right: 16px; padding-left: 16px; color: #FFFFFF; display: block; float: left; }
#nav ul li a:hover { text-decoration: none; background-image: url(../images/bg_nav_hover.gif); background-repeat: repeat-x; background-position: left top; color: #069; }


#index #nav_index,
#about #nav_about,
#news #nav_news,
#product #nav_product,
#order #nav_order,
#project #nav_project,
#gbook #nav_gbook,
#contact #nav_contact{ background-image: url(../images/bg_nav_hover.gif); background-repeat: repeat-x; background-position: left top; color: #069; }



#nav form {
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
#nav form input {
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#nav form #search_botton { background-image: url(../images/search_button.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; width: 26px; cursor: pointer; }

/* *********************************************************

  contact

********************************************************** */

h2 { line-height: 32px; color: #FFFFFF; background-image: url(../images/bg_nav.gif); background-repeat: repeat-x; background-position: left top; text-indent: 10px; margin-top: 10px; margin-bottom: 10px; font-size: 12px; }

h3 { font-weight: normal; font-size: 14px; }

p {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.index_news_list li { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; margin-bottom: 10px; }
.index_news_list li i {
	font-size: 10px;
	color: #999999;
	font-style: normal;
}

.index_porduct_list li {
	width: 195px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.index_porduct_list li img { margin-bottom: 4px; }
.index_porduct_list li a:hover { text-decoration: none; }


/* *********************************************************

  news list

********************************************************** */

.news_list li a {
	line-height: 30px;
	display: block;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.news_list li a b { font-weight: normal; float: left; cursor: pointer; }
.news_list li a span {
	color: #999999;
	float: right;
	cursor: pointer;
}
.news_list li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.news_list li a:hover span { color: #FFFFFF; }


.next {
	line-height: 30px;
	text-align: center;
}


.news_title { font-size: 16px; text-align: center; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; font-weight: bold; padding-top: 10px; padding-bottom: 4px; }
.news_date { font-style: normal; text-align: center; display: block; margin-top: 4px; color: #666; }

/* *********************************************************

  product list

********************************************************** */

.product_list li { float: left; text-align: center; margin-left: 26px; }

.product_view_h3 { line-height: 20px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; padding-top: 20px; font-weight: bold; }


