@charset "UTF-8";

/*
 * Style Name: cat_common.css
 * Description: カテゴリ,ウェブページ,フォーム等index以外の共通
 */
 
/* ----------------------------------------
 ■ カテゴリヘッダー
 * ---------------------------------------- */
 
/* 観る・遊ぶ */
.cathd_sighseeing {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/sighseeing.jpg") no-repeat left top;
	}

/* 食べる */
.cathd_gurumet {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/gurumet.jpg") no-repeat left top;
	}

/* 泊まる */
.cathd_stay {
	width:780px;	
	height: 140px;
	background:url("http://www.welcome.wakkanai.hokkaido.jp/img/stay.jpg") no-repeat left top;
	}

/* 買う */
.cathd_shopping {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/shopping.jpg") no-repeat left top;
	}

/* イベント */
.cathd_event {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/event.jpg") no-repeat left top;
	}

/* 知りたい */
.cathd_know {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/know.jpg") no-repeat left top;
	}

/* アクセス */
.cathd_access {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/access.jpg") no-repeat left top;
	}

/* グルメ検索 */
.cathd_gurume_s {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/gurume_s.jpg") no-repeat left top;
	}

/* 観光モデルコース */
.cathd_course {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/course.jpg") no-repeat left top;
	}

/* フットパス */
.cathd_footpath {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/foot.jpg") no-repeat left top;
	}
	
/* トピックス */
.cathd_topics {
	width: 780px;
	height: 140px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/topics.jpg") no-repeat left top;
	}

/* ----------------------------------------
 ■ パンくずリスト
 * ---------------------------------------- */

.pan {
	line-height:1.8;
	font-size: 80%;
	padding: 10px 0 10px 0px;
	clear: both;
	}

/* ----------------------------------------
 ■ cat2の共通ボックス
 * ---------------------------------------- */
 
.other {
	width: 750px;
	margin: 0 0 0 15px;
	clear:both;
	}

/* 見出し*/	
.other h2 {
	font-size:120%;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/ma-green.gif") no-repeat left;
	border-bottom: double 3px #00C6F7;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	}

/*アクセスとオリジナルグッズの見出し*/	
.other h3 {
	font-size: 150%;
	font-weight: bold;	
	border:1px solid #C4D031;
	border-left: 15px solid #C4D031;	
	text-indent: 10px;
	margin: 0 0 10px 0;
	padding: 5px 0px 5px 0px;	
	}	

/* 確認して削除*/		
.other p {
	margin: 0 0 30px 0;
	}

/* 上部サブメニュー*/	
.othermenu {
	font-size: 80%;
	text-align: center;
	line-height:2.0;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	}

.othermenu ul {
list-style-position: outside;	
	margin: 0;
	padding: 0;
	}
	
/* --- メニュー項目 --- */
.othermenu ul li {
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/menu_line.gif") no-repeat left;
	display: inline;
	padding: 0 0 0 7px;
	margin:0 0 0 2px;

	}
	
.othermenu ul .m_top {
	background-image: none;
	}


	

/* ----------------------------------------
 ■ 幅600px用ボックス
 * ---------------------------------------- */
.w600 {
	width: 600px;
	line-height: 1.8;
	margin: 0 0 20px 75px;
	clear:both;
	}

/*h4の見出し*/
.w600 h4 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	border-bottom: dotted 1px #00C6F7;
	}

/* ----------------------------------------
 ■ 幅750px用ボックス
 * ---------------------------------------- */
.w750 {
	width: 725px;
	line-height: 1.8;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/dot.gif") repeat-x ;
	margin: 0 0 20px 15px;
	padding:10px 0 0 0;
	clear:both;
	}
	