@charset "EUC-JP";

/* グラフィカ製品関連 css */

a	{
	color: #000000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

div.productBody	{
	margin: 20px 0;
}

div.productHeading	{
	font-weight: bold;
}
	
	div.productHeading div.description	{
		margin-top: 20px;
		font-size: 80%;
	}

div.productSubHeading	{
	margin-top: 20px;
	font-weight: bold;
	font-size: 80%;
}

span.productLink	{
	font-size: 80%;
}
	
	span.productLink a	{
		border-left: 1px solid #000000;
		margin-left: 10px;
		padding: 0 10px;
	}
	
ul.productTopicList	{
	margin: 15px 0 15px 10px;
}

	ul.productTopicList li	{
		font-size: 80%;
	}

div.goPageTop	{
	font-size: 60%;
	text-align: right;
	margin: 10px 0;
}

/* 販売店リスト **************************************/

div.shopList	{
	margin-top: 20px;
	width: 720px;
}

	div.shopList div.shopName	{
		font-weight: bold;
		font-size: 80%;
	}
	
	div.shopList table	{
		margin-top: 5px;
		border-collapse : collapse;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: black;
	}
	
	div.shopList table th.shopName {
		width: 200px;
	}
	
	div.shopList table th.address {
		width: 400px;
	}
	
	div.shopList table th.tel {
		width: 100px;
	}
	
	div.shopList table td, div.shopList table th {
		border-width : 0 1px 1px 0 ;
		border-style : solid ;
		padding: 2px 4px;
		font-size: 80%;
	}
	
	div.shopList table thead th {
		font-weight: bold;
		background-color: #cccccc;
	}

	div.shopList table td {
		background-color: #ffffff;
	}
	

