@charset "UTF-8";

/*製品のご案内　ここから*/
#products{
	width: 540px;
	height: 795px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}


#products h3{
	width: 480px;
	font-size: 16px;
	color: #0c1b74;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-color:#63ade7;
	border-bottom-width: 3px;
/*	border-top-width: 5px; */
	border-bottom-style: solid;
	border-left-width: 6px;
	border-left-style: ridge;

}
#products p{
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

#products table{
	width: 500px;
	margin-left: 15px;
	background-color: #555555;
}

#products td{
	background-color: #ffffff;
	padding: 5px;
}

#products td a{/*リンクされた文字*/
	color:#000000;
	font-style:normal;
	font-size: 13px;
	text-decoration:none;
}
#products td a:link {/*未訪問のリンク*/
	color:#000000;
	font-style:normal;
	font-size: 13px;
	text-decoration:none;
}
#products td a:visited {/*訪問後のリンク*/
   font-size: 13px;
   text-decoration:none;
}
#products td a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
    font-size: 13px;
	text-decoration:underline;
}
#products img{
	
}

/*製品のご案内　ここまで*/

/*各商品のご案内　ここから*/
#products .product_title{
	float: left;
	width: 540px;
	height: 30px;
}
#products .back_marker{
	float: left;
	width: 520px;
	height: 15px;
	text-align: right;
	font-size: 13px;
	padding-right: 20px;
}
#products .product_cont{
	float: left;
	width: 540px;
	height: 715px;
	overflow: auto;
}

#products .product_cont table{
	width: 500px;
	margin-left: 15px;
}

#products .product_cont ul{
}

#products .product_cont li{
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: url("../images/square8x8.png");
	padding-top: 3px;
}

#products .product_cont h4{
	font-size: 14px;
	font-weight: bold;
	color: #0c1b74;
}

#products .product_cont p{
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
/*各商品のご案内　ここまで*/