/* CSS */

/* まずは全体的な指定から　*****************************************************/
body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 13px;
	letter-spacing: 1.5px;	
}

ul {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
}

#company_h1 {
	margin-left: 70px;
	margin-top: 20px;
	width: 604px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#company_h2 {
	font-size: 16px;
	color: #363636;
	margin-left: 75px;	
	width: 609px;
}

#contents {
	width: 760px;
	margin: auto auto;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;	*/
}

#header{
	width: 100%;
	height: 100%;
}

#products {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#main {
	/*border: solid red 1px;*/
	margin-top: 10px;
	width: 100%;
	height: 180px;
}

#topics {

	margin-left: 10px;
	float: left;
 	width: 350px;
	font-size: 12px;
}

#links {

	margin-right: 10px;
	float: right;
	width: 365px;
}

/* グローバルメニュー */

#globalnavi {
/*
	position: absolute;
	top: 173px;
*/
	padding-left: 268px;
	width: 487px;
	height: 24px;
	list-style: none;
	background: #FFFFFF url(./img/gl.jpg) left top repeat-x;
}

#globalnavi li {
	float: left;
	width: 97px;
}

#globalnavi li a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 24px;
	width: 100%;
	padding-top: 24px;
	background-image: url(../img/gl.jpg);
	color: #FFFFFF;
}

#gn_top a { background-position: 0 0;}
#gn_product a { background-position: -97px 0;}
#gn_contact a { background-position: -194px 0;}
#gn_message a { background-position: -291px 0;}
#gn_company a { background-position: -388px 0;}

#gn_top a.stay { background-position: 0 -24px;}
#gn_product a.stay { background-position: -97px -24px;}
#gn_contact a.stay { background-position: -194px -24px;}
#gn_message a.stay { background-position: -291px -24px;}
#gn_company a.stay { background-position: -388px -24px;}

#gn_top a:hover { background-position: 0 -24px;}
#gn_product a:hover { background-position: -97px -24px;}
#gn_contact a:hover { background-position: -194px -24px;}
#gn_message a:hover { background-position: -291px -24px;}
#gn_company a:hover { background-position: -388px -24px;}


/* コンテンツ　*****************************************************/

#logo {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 18px;
	padding-top: 20px;
}

.space {
	margin-top: 4px;
}

.line70 {
	background: url("../img/line-70.jpg") no-repeat;
}

.line {
	background: url("../img/line.jpg") no-repeat;
}

.products_td {
	width: 180px;
	padding: 0px 10px;
}

.products_text {
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	padding: 3px 10px;	
	text-align:center;
}

.topics_list {
	 border: solid 1px #FFFFFF;
	 width: 330px;
	 height: 103px;
	 padding: 0.5em;
	 overflow: auto;
}

.topics_list td{
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;	
	border-bottom: 1px dotted #000000;
}

.topics_list th {
	font-weight: normal;
	width: 100px;
	text-align:left;
	vertical-align: top;
	padding-top: 5px;	
	border-bottom: 1px dotted #000000;
}

#h2_topics {
	margin-bottom: 5px;
}

#h2_links {
	margin-bottom: 5px;
}

.copyright{
	clear:both;
	width: 100%;
	border-top: 1px solid #000000;
	font-weight: normal;
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}

#company_detail {
	width: 80%;
	border-collapse: collapse;
}

#company_detail th {
	width: 100px;
	font-size: 12px;
	border: 1px solid #8B8B83;
	font-weight: normal;
	background-color: #E8E8E8;
	padding: 5px;
}

#company_detail td {
	font-size: 12px;
	text-align:left;
	line-height: 1.5em;
	border: 1px solid #8B8B83;
	padding: 7px;
}

#tpoics_table {
	border-collapse: collapse;
	width: 606px;
	margin-bottom: 60px;
}

#tpoics_table th {
	text-align: left;
	font-size: 12px;
	padding: 3px;	
	border-bottom: 1px solid #000000;	
	border-top: 3px solid #000000;	
	background-color:#E8E8E8;	
}

#tpoics_table td {
	text-align: left;
	font-size: 12px;	
	padding: 15px 5px 5px 5px;
}

/* フォームのテーブル */

#contact_table {
	
}

#contact_table th {
	font-weight: normal;
	font-size: 12px;	
	width: 120px;
	background-color:#E8E8E8;
	border-bottom: 1px dotted #8B8B83;
}

#contact_table td {
	text-align: left;
	width: 476px;
	font-size: 12px;	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #8B8B83;	
}

/* フォームのボタン */

.form_bottom {
	margin-top: 20px;
	text-align: center;
}

/* フォームの装飾 */

.form_a {
	border: solid 1px #666666;
}

/* フォームの必須 */

.indispensability {
	font-size: 10px;
	padding-left: 5px;
}

/* メール送信 バリデート */

.error {
	width: 580px;
	font-size: 12px;
	border: 1px solid #000000;
	background-color:#F5F5F5;
	text-align: left;
	list-style: none;
	padding: 10px;
}

.error li {
	padding: 2px 0;
}

.w-ing {
	font-size: 10px;
	color: #666666;
	margin-bottom: -9px;
}

.mail_confirm {
	padding-top: 50px;
	padding-bottom: 150px;	
}

/* 製品情報 */

#section {
	width: 600px;
	margin-left: 80px;
	height: auto;
	/*background-color: red;*/
}

.item_section {
	width: 700px;
	margin-left: 30px;
	margin-top: 16px;
}

.item_pri {
	width: 200px;
	float: left;
}

.item_sub {
	width: 480px;
	border: 1px solid #000000;
	float:right;
	padding: 3px;
}

.item_category {
	float: left;
	width: 270px;
	height: 200px;
	margin: 10px;
	border: 1px solid #000000;	
	text-align: center;
}

.product-title {
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 0;
	margin:0 0;
	border-bottom: 0px solid #000000;		
	background-color: #000000;	
}

.nakamura {
	color: #0000FF;
}

.message_title {
	font-size:17px;
	font-weight: bold;
	padding: 5px 15px 5px 5px;
}

.item_box {
	padding: 10px;
	border: 1px solid #000000;
}

.item_h1 {
	color: #FFFFFF;
	width: 190px;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	background: #000000;
	padding: 1px 0;
	margin: 0 auto 0 auto;
}

.item_main_img {
	text-align: center;
	padding: 10px 0;
}

#item_table {
	margin-bottom: 20px;
}

.item_title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

.item_list_img {
	padding: 0px 8px;
}

.p_items {
	color: #FFFFFF;
	text-decoration: none;
}

.items_img {
	padding: 15px;
}

.space1 {
	clear: both;
}

.category_ul {
	list-style: none;
}

.category_ul li{
	float: left;
	border: solid 1px #000000;
	background-color:#CCCCCC;
	margin-left: 4px;
	padding: 3px;
}

.category_ul a{
	color: #000000;
}
