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


body{
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese', sans-serif ;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #999;
	background: #F3F3F3;
	}


#wrap {
	width: 800px;
	margin: 0 auto;
	}

#header {
	text-align:center;
	margin: 30px 0 0 0;
	}

#header_logo {
	width: 600px;
	height: 50px;
	float: right;
	margin: 50px 0;
	}

#header_fb {
	width: 100px;
	height: 100px;
	float: right;
	}

#contents {
	margin: 0;
	}

#footer {
	font-size: 8px;
	text-align: center;
	color: #000000;
	padding: 30px 0;
	}

/* テキスト */

.top_concept {
	text-align: center;
	font-size: 14px;
	color: #000000;
	padding: 20px 0  50px 0;
	letter-spacing: 0.2em;
	line-height: 36px;
	border-top:  solid 6px #000000;
	}

.midashi_1 {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding: 50px 0 0 0;
	font-weight:bold;
	letter-spacing: 0.4em;
	}

.honbun {
	text-align: center;
	padding: 50px 0;
	border-bottom:  solid 6px #000000;
	}

.contact {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 50px 0;
	border-bottom:  solid 6px #000000;
	}


.product_title {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding: 50px 0  50px 0;
	font-weight:bold;
	letter-spacing: 0.4em;
	border-top:  solid 6px #000000;
	}

.product_name {
	text-align: left;
	padding: 30px 0 0 0;
	font-size: 24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
	}

.product_contents {
	text-align: left;
	padding: 30px 0 50px 0;
	}
	
.black_bar {
	border-top:  solid 6px #000000;
	}



/* リンク */	
a:link {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	} 


/*その他*/	
.clear {clear:both;}
a:hover img.tomei{-moz-opacity:0.5;opacity:0.5;filter: alpha(opacity=50);}


/*スライドショー*/
ul.slide_top {
	margin:0;
	padding:0;
	width:800px;
	height:500px;
	position:relative;
	list-style:none;
}
ul.slide_top li {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
