/* -- ブラウザ判定の必要ない共通スタイルシート -- *//* リンク色設定 */a:link { color: #333399; text-decoration:underline; }a:active { color: #333399; text-decoration:underline; }a:visited { color: #333399; text-decoration:underline; }a:hover { color: #990066; text-decoration:underline; }/* 色設定 メニュー*/a.menu:link { color:#FFFFFF; text-decoration:underline; }a.menu:active { color: #FFFFFF; text-decoration:underline; }a.menu:visited { color:#FFFFFF; text-decoration:underline; }a.menu:hover { color:#CCCCCC; text-decoration:underline; }/* 色設定 フッター*/a.footer:link { color:#FFFFFF; text-decoration:underline; }a.footer:active { color: #FFFFFF; text-decoration:underline; }a.footer:visited { color:#FFFFFF; text-decoration:underline; }a.footer:hover { color:#CCCCCC; text-decoration:underline; }/* 色設定 料金*/.prise {	color: #FF6600;	font-weight: bold;}/* 色設定 灰色文字*/.gray { color: #666666; }/* 背景指定*/.background {	background-image: url(../images/00_back01.jpg);	background-repeat: repeat-x;	background-position: left top;	background-color: #FFFFFF;	background-attachment: scroll;}
