/* 関連リンクサイトのＣＳＳです */

/* コンテンツ */
div#content h3	{font-size: 0.875em;
				color:#333333;
				font-style-type: nomal;
				font-color: blue;
				margin-left: 30px;
				margin-top: 10px;
				margin-right:30px;
				}
				
div#content p   {font-size: 0.875em;
				color:#333333;
				margin-left: 30px;
				margin-top: 10px;
				margin-right:30px;
				}
				
table.gaiyou	{background-color: #ccffff;
				font-size: 0.875em;
				color:#333333;
				margin-left: 30px;
				border: solid 1px #333333;
				border-collapse: collapse;
				padding-bottom: 20px}
					
table.gaiyou th	{border-bottom: solid 1px #333333;
				border-right: solid 1px #333333}
						
table.gaiyou td	{border-bottom: solid 1px #333333;
				text-align:left;
				padding: 0.8em 0.6em}


