﻿/*トップページ用テキストスタイルシート*/body {	font-family:"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"Osaka",sans-serif;	color: #000000;	background-image: url(../image/top_page_background.jpg);	background-repeat: no-repeat;	margin: 0px;	padding: 0px;}h1{								/*ページのタイトル*/	color: #666666;					/*文字色：うすい黒色*/	font-size:10pt;	font-weight: normal;	border-left: 10px solid #FF6600;		/***右側のバー緑色***/	margin: 0px;	padding-left: 5px;	padding-bottom: 0px;}h2 {								/*各ページの説明*/	color: #666666;					/*文字色：うすい黒色*/	font-size:9pt;	font-weight: normal;	margin: 0px;	padding-left: 15px;	padding-top: 3px;	padding-bottom: 5px;}p {	color: #666666;					/*文字色：うすい黒色*/	font-size: 9pt;	line-height: 120%;}/*リンク表示の設定*/h1 a {	text-decoration:underline;	color: #666666;}h1 a:link {	text-decoration:underline;	color: #666666;}h1 a:visited {	text-decoration:underline;	color: #666666;}h1 a:hover {	text-decoration:underline;			/*アンダーライン表示*/	color: #F666666;					/*文字:うすい黒色*/	background: #FFFF33;}h1 a:active {	text-decoration:underline;			/*アンダーライン表示*/	color: #FF6600;					/*文字色オレンジ色*/	background: #FFFF33;}p a {	text-decoration:underline;	color: #666666;}p a:link {	text-decoration:underline;	color: #666666;}p a:visited {	text-decoration:underline;	color: #666666;}p a:hover {	text-decoration:underline;			/*アンダーライン表示*/	color: #F666666;					/*文字:うすい黒色*/	background: #FFFF33;}p a:active {	text-decoration:underline;			/*アンダーライン表示*/	color: #FF6600;					/*文字色オレンジ色*/	background: #FFFF33;}