/* -------------------------------------------- インポート用CSS --------------------------------------------- */@import "../../css/import.css";/*----------------------------- リセット-----------------------------*/h1 { margin: 0; padding: 0; }/*----------------------------- ふじかわ紀行ページ内 h1-----------------------------*/h1 {	margin: 15px 10px 10px;}/*----------------------------- ふじかわ紀行テーブルレイアウトページ用 wrapper-----------------------------*/#wrapper {	color:#000000;	text-align:center;	width:100%;}#content {	margin: 10px auto;/*	margin: 10px 40px; 0 40px;*//*	text-align: left;*/	width: 720px;}/* 観光情報トップ用 */#content_kanko_top {	margin: 10px auto;/*	margin: 10px 40px; 0 40px;*/	text-align: left;	width: 720px;}/********************************************* ヘッダー部分のメニュー*********************************************/.kanko_menu a {	/*fj*//*	width: 150px;*/	display: block;	height: 25px;	color: #ffffcc;	text-align: center;	padding-top: 5px;	font-weight:bold;}#menu1 a:link , #menu1 a:visited{	background-color:#660000;	text-decoration:none;}#menu1 a:hover , #menu1 a:active {	background-color:#FF6600;	text-decoration:underline;}#menu2 a:link , #menu2 a:visited{	background-color:#cc0033;	text-decoration:none;}#menu2 a:hover , #menu2 a:active {	background-color:#FF6666;	text-decoration:underline;}#menu3 a:link , #menu3 a:visited{	background-color:#cc9900;	text-decoration:none;}#menu3 a:hover , #menu3 a:active {	background-color:#FFcc00;	text-decoration:underline;}#menu4 a:link , #menu4 a:visited{	background-color:#006699;	text-decoration:none;}#menu4 a:hover , #menu4 a:active {	background-color:#3399ff;	text-decoration:underline;}/********************************************* リンク*********************************************/.link_title {	border-bottom: 1px solid #CCCCCC;	border-left: 8px solid #0066CC;	display:block;	font-size: medium;	color: #666666;	padding-left: 5px;}a {/*	color: #000099;*/	color:#333333;}a:link , a:visited{	text-decoration:none;}a:hover , a:active {	text-decoration:underline;}/********************************************* フッター*********************************************/#footer {	background-color: #FF9900;	padding: 12px;	width: 800px;	color:#000000;	font-size: 90%;	text-align: center;	clear:both;	border-top: 5px solid #FFFFFF;}#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {	color:#000000;}/* ------------------------------ ページ下部ボタン用------------------------------ */.bottom_btn {	text-align: center;	margin: 16px 0;}/* ------------------------------ 既存コンテンツ用------------------------------ */.old_block {	text-align: center;}/* ------------------------------ 画像枠線無------------------------------ */img {	border: 0;}/* ------------------------------ 特集 右寄せ画像用------------------------------ */.box .tokushu_r_img {	float: right;}.box .tokushu_r_img img {	margin: 10px;}/* 詳しくはこちら 用 */.box .detail_link {	font-size: -1;}.box .detail_link a {	color: #000099;}
