/*　富山科博HP全体のスタイルシート2008版　*/
/*　http://www.tsm.toyama.toyama.jp/kabun_basic2008.css　*/

body {
    color:#585858;  /* added byIchi2008-06-07 for Appleのテキストカラー　本文 */
    background-color:white;
    margin: 0em;
    paddding: 0em;
	}

a:link
	{
	color:#2971a7;  /* added byIchi2008-06-07 for Appleのテキストカラー　リンク */
	}
	
	
a:hover
	{
	color: #c00; 
	text-decoration:underline;			/* 下線など */
	/*background-color: #88ccff;*/			/* added byIchi2009-09-06 for 背景色 */
	}
a:visited
	{
	
	}

h1
	{
	text-align:center;			/* 文字揃え */
	color: #333333;
	}

h2
	{
	color: #333333;
	}


address
	{
    color: gray;
	font-size:  0.75em;
	padding: 0.5em 2em;
	border-bottom: solid 20px #689b23;
	}


/*　トピックパス（パンくずリスト）用のスタイルシート　*/
/* メモ欄：background: #689b23; behavior: url(./iepngfix.htc); */
div.topic-path
	{
	font-size: 14px;
	color: #fff;
	background:url(./imgtop/tsm_topicpath_bg.png) repeat-x;
	line-height: 30px;
	margin-bottom: 10;
	}
div.topic-path a
	{
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding:8 0 16 0;
	}
div.topic-path a:hover
	{
	color: #ddd;
	text-decoration:underline;
	}
div.topic-path a.top
	{
	padding-left: 64px;
	background:url(./imgtop/tsm_topicpath_logo.png) no-repeat;
	}
div.topic-path span
	{
	color: #fff;
	background:url(./imgtop/tsm_topicpath_bg.png) repeat-x;
	margin: 0;
	padding:8 5 16 5;
	}
div.topic-path span.here
	{
	padding-left: 20px;
	font-weight: bold;
	}

/*　画像の配置場所に要注意 この書類からの相対位置、または絶対位置を指定する。　*/




/* PRINT */  /* added byIchi2009-09-06 for 印刷時に適用 */
@media print {
	body { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
}



