@charset "UTF-8";
/* CSS Document */

/* 全ページ共通項目　*/


body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align:center; 
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
	

#menu{
	margin:0px;
	height:26px;
	background-color:#333333;
	text-align:center;
	padding:0px;
	width:100%;
	}


	
#footer{
	width:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color:#FFF;
	line-height:1.3;
	background-color:#333333;
	padding:25px inherit;
	}
	
#line_r{
	height:22px;
	width:100%;
	margin:2px 0px;
	background-image:url(img/line-r.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#line_r2{
	height:22px;
	width:100%;
	margin:2px 0px 20px 0px;
	background-image:url(img/line-r.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#line_b{
	height:22px;
	width:100%;
	margin:80px 0px 2px 0px;
	background-image:url(img/line-b.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#line_b2{
	height:22px;
	width:100%;
	margin:20px 0px 2px 0px;
	background-image:url(img/line-b.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.main_ttl{
	margin:40px auto 0px auto;
	width:760px;
	height:50px;
	}
	
.main_ttl2{
	margin:40px auto 0px auto;
	width:760px;
	height:50px;
	}
	
.main_txt_basic{
	margin:0px auto;
	padding:30px;
	border:1px solid #999;
	font-size:11px;
	line-height:2.0;
	color:#333333;
	text-align:left;
	width:700px;
	}
	
.main_txt_about01{
	margin:0px auto;
	padding:30px 360px 30px 30px;
	border:1px solid #999;
	font-size:11px;
	line-height:2.0;
	color:#333333;
	background-image:url(img/back-about.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:left;
	width:370px;
	}
	
.main_txt_products01{
	margin:0px auto;
	padding:30px 360px 30px 30px;
	border:1px solid #999;
	font-size:11px;
	line-height:2.0;
	color:#333333;
	background-image:url(img/back-products.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:left;
	width:370px;
	}
	
.image_about01{
	width:167px;
	height:128px;
	float:left;
	margin:30px 10px 30px 0px;
	}
	
.image_message{
	width:120px;
	height:160px;
	float:left;
	margin:0px 20px 30px 0px;
	}
	
.caps_message{
	border-top:1px solid #CCC;
	font-size:10px;
	line-height:1.5;
	color:#333333;
	margin-top:20px;
	padding:10px 10px 0px 10px;
	}
	
.products_tbl{
	border:1px solid #999;
	margin:0px auto 10px auto;
	}
	
.products_photo{
	padding:10px 8px 10px 8px;
	width:122px;
	}
	
.products_color{
	padding:15px 5px 5px 4px;
	width:60px;
	height:50px;
	}
	
.products_color_tbl{
	margin-right:5px;
	}
	
.products_txtblk{
	padding:10px 8px 10px 0px;
	border-right:1px solid #CCC;
	}
	
.products_txt01{
	font-size:14px;
	font-weight:700;
	color:#000000;
	font-family:"Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3";
	padding:5px;
	border-bottom:1px dotted #CCC;
	text-align:center;
	}
	
.products_txt02{
	font-size:12px;
	color:#333333;
	font-family:"Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3";
	padding:5px;
	border-bottom:1px dotted #CCC;
	text-align:center;
	}
	
.oshirase_tbl{
	margin-top: 70px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
}

.oshirase_txt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.8;
}

	
