@charset "EUC-JP";

/* グラフィカサポート関連 css */

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

a:hover	{
	text-decoration: underline;
}

div.supportBody	{
	margin: 20px 0;
}

div.supportHeading	{
	font-weight: bold;
}

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

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

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

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

/* 添付ファイル一覧 **************************************/

div.attachList	{
	margin-top: 20px;
}

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

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

/* FAQ ****************************************************************/

div.supportFaq	{
	width: 600px;
	margin-bottom: 20px;
}

	div.supportFaq div.heading, div.supportFaq div.heading a	{
		font-weight: bold;
		margin: 10px 0;
	}
	
	div.supportFaq div.category	{
		margin-bottom: 10px;
		font-size: 80%;
	}
	
	div.supportFaq div.faq	{
		margin: 10px 0 20px 20px;
		font-size: 80%;
	}
	
		div.supportFaq div.faq div.question	{
			font-weight: bold;
			margin-top: 10px;
		}
		
		div.supportFaq div.faq div.answer	{
			margin-top: 5px;
		}

