@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	font-size: 0.85em;
	background-color: #FFECEC;
}
h1{
	font-size: 90%;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 8px;
}

h2{
	font-size: 120%;
	color: #009966;
	font-weight: bolder;
}

a{color: #3399FF; text-decoration: none}
a:hover{color: #FF0000; text-decoration: underline;}

#wrap{
	width:848px;
	height: 102px;
	margin: 0 auto;
}

#head{
	background: url(images/himeami.png) no-repeat right;
	}

#head_tbl{
	width: 100%;
}

#head_tbl td.line1{
	height: 54px;
	text-align: right;
	padding-right: 15px;
}

#head_tbl td.line2{
	height: 48px;
	text-align: right;
}

#wrap_contents {
	background-image: url(images/back_contents.png);
	background-repeat: repeat-y;
	width: 848px;
}

#contents {
	width: 810px;
	margin: 0px auto ;
	padding-top: 8px;
}

#footer{
	font-size: 80%;
	text-align: center;
	clear: both;
}

/* 
************************
***** TOP ページ用 ***** 
************************
*/

#contents_left {
	width: 560px;
	float: left;
	line-height: 140%;
}

#contents_right {
	width: 230px;
	font-size: 85%;
	margin-left: 572px;
	line-height: 140%;
}

#news{
	line-height: 140%;
	margin: 15px 0 30px;
}

.brand_comment{
	margin-left: 30px;
	color: #FF3399;
	text-align: left;
}


/* 
************************
*****   会社概要   ***** 
************************
*/
#gaiyo_left {
	width: 460px;
	float: left;
	line-height: 140%;
}

#gaiyo_right {
	width: 320px;
	font-size: 90%;
	margin-left: 485px;
	line-height: 140%;
}

#tbl_gaiyo{
	margin-top: 10px;
	margin-left: 10px;
	}
#tbl_gaiyo td{
	padding: 0 5px 2px; 
	vertical-align: top;
	font-size: 90%;
	}

/* 
************************
*****   会社概要   ***** 
************************
*/
#tbl_contact{
	width: 550px;
	font-size: 90%;
	margin-left: 30px;
	}
#tbl_contact td{
	padding : 0px 5px;
	}
#tbl_contact td.left{
	padding : 0px 5px;
	border-right: 3px #66CCFF solid;
	}
#tbl_contact td.smt{
	padding : 20px 5px 20px;
	text-align: center;
	line-height: 200%;
	border-bottom: none;
	}

/*
************************
*****   製品情報   ***** 
************************
*/
#navi{
	font-size: 0.9em;
	margin: 0 0 0 10px;
}

#product_list{
	width: 500px;
	margin: 10px auto;
}
#product_list td{
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}

.tbl_product{
	width: 700px;
	margin: 0 auto;
}

.tbl_product td{
	vertical-align: top;
	padding : 5px;
	line-height: 150%;
	}
.tbl_product td.pic{
	vertical-align: middle;
	text-align: center;
	width: 160px;
	height: 150px;
	}

.tbl_product td.name{
	padding : 5px;
	width: 180px;
	}

.tbl_product td.setsumei{
	font-size: 0.9em;
	}

.product_name{
	font-weight: bolder;
	margin: 0 0 0 5px;
	font-size: 140%;
}
.tbl_detail{
	width: 280px;
}
.tbl_detail td{
	padding: 3px 0 0;
}

/* 
************************
*****  共通クラス  ***** 
************************
*/

.link_list{font-size: 90%}
.addr{font-size: 85%}
.cnt{text-align: center}
.align_l {float: left; margin: 0 8px 5px 0;}
.clr_all{clear: both;}
.red{color: #CC0033;}
.pickup_p{
	text-align: center;
	margin: 8px 0 3px;
}
.pickup_b{
	font-size: 1.5em;
	margin: 3px 0;
	color: #FF3366;
	font-weight: bolder;
}