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

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	/* 背景イメージを削除 */
}


/* ここからナビゲーションボタンの設定 */

#navibar {
/* width: 100%;  */
	width: 1024px;
	height: 27px;
	background-image: url(images/contents/title2_l.jpg);
	text-align: center;
/*	padding-top: 10px;   */
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(images/contents/btn_over.jpg);
	font-weight:bold; 
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #b3b8ce;
	height: 30px;
	padding-top: 5px;
}

#navibar a {
	background-image: url(images/contents/btn_up.jpg);
	height: 20px;
	width: 86px;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

/* ここまでナビゲーションボタンの設定 */



#maincontent {
	width: 1024px;
	height: 720px; /* コンテンツ量に合わせて高さの変更 */
	margin: 0px;
	padding: 0px;
	background-image: url(images/top/bk_container.jpg); /* 背景イメージの設定 */
	background-repeat: repeat; /* 背景イメージをリピート */
}

#maincontent_in { /* メインコンテンツの中身の設定 */
	width: 985px;
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}

#header {
	height: 18px;
	clear: both;
	width: 1024px;
	background-image: url(images/top/headerline.jpg); /* 背景イメージの設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートしない */
}

#footer {
	height: 27px;
	clear: both;
	width: 1024px;
	background-image: url(images/top/footer.jpg); /* 背景イメージの設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートしない */
}

#footer h6 {
	color: #000000; /* フォントカラーの変更 */
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px; /* 上余白の変更 */
	line-height: 16px; /* 行間の設定 */
}


/* ここからコンテンツページの設定 */




/* ここから中央カラムの設定 */


#maincontent_in .product {   /* 周囲写真のなかに説明 */
	height: 530px;
	width: 860px;
	border: 2px solid #CCCCCC;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/contents/product_cmmt.jpg); /* 背景イメージの設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートしない */
}


#maincontent_in .product p {
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	padding-top: 250px; /* 上余白の変更 */
	padding-left:140px; 
}





#maincontent_in .photocmmt {   /* 枠付き写真（小）+説明 */
	height: 72px;
	width: 80%;
	border: 2px solid #CCCCCC;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent_in .photocmmt img {
	float: left;
}

#maincontent_in .photocmmt h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

#maincontent_in .photocmmt h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}



/* ここまで中央カラムの設定 */



#maincontent h4 {
	height: 23px;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(images/contents/midashi_line.jpg);  /*見出し背景の設定 */
	background-repeat: no-repeat; /* 背景をリピートしない */
}


#maincontent p {
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	margin-left: 90px;
}


#maincontent table {
	font-size: 12px;
}

#maincontent th {
	border: 2px groove;
	border-color: #CCCCCC;
	font-size: 12px;
}

#maincontent td {
	font-size: 12px;
}

table.prod {
    border-collapse: collapse;
    margin-left: 220px; /* 左側スペース */
}

td.title {
	width: 160px;
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 

}
td.comment {
	width: 430px;
	padding-left: 1px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}


/* ここまでコンテンツページの設定 */