@charset "UTF-8";

/*
 * Style Name: base.css
 * Description: body要素,link要素,container,ナビ要素,contents,ヘッダー,フッター,旅作
 */
	
/* ----------------------------------------
 ■ 全体設定
 * ---------------------------------------- */
 
body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	text-align: center;	
	line-height: 1.6;
	letter-spacing: 1px;
	background-color: #EFEFEF; 
	margin: 0;
	padding: 0;
	}

*:first-child+html body { 
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	}

html>body { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	}


body div {
	text-align: left;
	margin: 0 auto;
	}





/*--画像---------------------------------*/	

img { 
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
	}

/*--リンク設定--------------------------------*/	
	   
a { 
	overflow: hidden;
	}
	
a:link,a:visited {
	color: #17387B;
	text-decoration: underline;
	}

a:hover,a:active {
	color: #FF9900;
	text-decoration: underline;
	}

a img {
	border: 0;
	}

/*--テキスト太字--------------------------------*/
.bold {
	font-weight: bold;
	}

/* テキスト中央--------------------------------*/
.center{
	text-align: center;
	}		

/*テキスト赤--------------------------------*/
.r {
  color: #FF3333;
	}

/*テキストサイズ80%--------------------------------*/
.s {
	font-size: 80%;
	}

/*--コンテンツ全体の枠-----------------------------*/
	
#container {
	width: 800px;
	background-color: #FFFFFF;
	border-left: solid 1px #DDDDDD;	
	border-right: solid 1px #DDDDDD;	
	} 
 
 
/* ----------------------------------------
 ■ ヘッダー
 * ---------------------------------------- */
 
/*--ヘッダーのボックス---------*/
#header { 
	width: 780px;
	height: 75px;	
	margin: 0 0 0 10px;
	}
 
/*--ヘッダーのボックス（左）---------*/
#header_left {
	width: 260px;
	height: 75px;
	float: left;
	}

/*ロゴ*/

#header_left h1 {
	width: 321px;
	height: 72px;
	text-indent: -9999px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/logo.gif") no-repeat;
	margin: 10px 0 0 0;
	}

#header_left h1 a {
	width: 321px;
	height: 72px;
	display: block;
	}

	
/*--ヘッダーのボックス（右）---------------*/	
#header_right {
	width: 515px;
	height: 75px;
	font-size: 80%;	
	float: right;
	}

/*ヘッダーメニュー*/
#header_menu {
	height: 30px;
	}

ul.hdmenu {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	}

.hdmenu li { 
	float: right;
	}

.hdmenu li a { 
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/ma-green-s.gif") left center no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 8px;
	}	

.hdmenu li a:hover {
	text-decoration:underline;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/ma-gray-s.gif") left center no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 8px;	
	}	

/* 検索 */
#search {
	height: 40px;
	margin:0;
	padding: 7px 0 0 0;
	clear: both;
	}

#searchin {
	float: right;
	}


/* ----------------------------------------
 ■ ハック
 * ---------------------------------------- */	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
	
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
	}
	
.clearfix { 
	display: block; 
	}
/* End hide from IE-mac */


/* ----------------------------------------
 ■ ナビゲーション
 * ---------------------------------------- */	

#navi{	
margin:0 0 0 10px;

}


#dropnavi { 
float: left; 
width: 780px; 
border-style: none; 
}

* html #dropnavi { 
float: none; 
}

#dropnavi ul { 
position: relative; 
list-style: none; float: 
left; margin: 0px; 
padding: 0px; 
font-size: 100%; 
border-style: none;
font-weight:bold; 
}

#dropnavi li { 
list-style: none; 
float: left; 
margin: 0px; 
padding: 0px; 
line-height: 1.2em; 
border-style: none; 
}

#dropnavi li a { 
display: block; 
display: inline-block; 
float: left;
 padding: 0.5em 8px; 
 border-style: none; 
 }
 
#dropnavi li ul { 
display: none; 
position: absolute; 
z-index: 10; 
top: 2.1em; 
clear: left; 
float: left; 
width: 180px; 
border-style: none; 
}

#dropnavi li li { 
clear: left; 
float: left; 
margin: 0px; 
width: 100%; 
border-style: none;
 }
 
#dropnavi li li a { 
width: 100%; 
border-style: none;
}


/* theme_2 */
#dropnavi { 
background: #00C6F7 url("http://www.welcome.wakkanai.hokkaido.jp/img/ctm_bg.gif") top left repeat-x; }

#dropnavi ul {}
#dropnavi li {}

#dropnavi li a { 
background: #00C6F7 url("http://www.welcome.wakkanai.hokkaido.jp/img/ctm_btn_off.gif") top left repeat-x; 

}
#dropnavi li a:link,#dropnavi li a:visited,#dropnavi li a:active { 
color: #FFFFFF; 
text-decoration: none;
 }
 
 
 
#dropnavi li a:hover { 
background: #f2f2f2 url("http://www.welcome.wakkanai.hokkaido.jp/img/ctm_btn_on.gif") top left repeat-x; 

color: #666666; 
text-decoration: none; 
}
#dropnavi li ul { 
width: 180px; 
}
#dropnavi li li { 
background: #ffffff; 
}
#dropnavi li li a { 
background: #00C6F7 none; 
border-style: solid; 
border-width: 1px; 
border-color: #ffffff #cccccc #cccccc #cccccc; 
}
#dropnavi li li a:hover { 
background: #EFEFCD url(http://www.welcome.wakkanai.hokkaido.jp/img/ctm_plt_on.gif) repeat-x; 
color: #666666; 
border-color: #ffffff #cccccc #cccccc #cccccc; 
}

/* ----------------------------------------
 ■ コンテンツ（ナビとフッター間）
 * ---------------------------------------- */
 
 #content {
	width:780px;
	margin: 0 0 0 10px;
	clear: both;
	}

/* ----------------------------------------
 ■ leftボックス
 * ---------------------------------------- */

#left {
	width: 190px;
	float: left;
	}

/*--leftのお問い合わせメニュー---------------------------*/	
.left_menu {
	width: 190px;
	}

.left_menu1 {
	height: 20px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/190.gif") no-repeat;
	}

.left_menu2 {
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/190-2.gif") ;
	}
	
.left_menu3 {
	width: 190px;
	height: 20px;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/190-3.gif") no-repeat;
	}

ul.sidemenu {
	font-size: 80%;
	list-style: none;
	margin: 0px;	
	padding: 0 0 0 15px;
	}

.sidemenu li {
	list-style: none;
	margin:0px;		
	padding: 0 0 7px 0;
	}

.sidemenu li a{
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/mark01.gif") left center no-repeat;
	padding: 0 0 0 15px;
	}

.sidemenu li a:hover {
	text-decoration: underline;
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/mark02.gif") left center no-repeat;
	padding: 0 0 0 15px;
	}

/*--バナー---------------------------*/
.banner {
	margin: 7px 0 0 5px;
	}

.banner a:hover{
	text-decoration:none;
	border:none;
	}

/* ----------------------------------------
 ■ エリアマップ
 * ---------------------------------------- */	

.areamap {
	width: 190px;
	font-size:80%;
	padding:0 0 10px 0;
	}

.areamap h2 {
	margin:0;
	padding:0;
	}
	
.area_text {
	width: 190px;
	padding:10px 0 10px 10px;
	}

.area_text ul li{ 
	list-style: none; 
	padding: 0 0 2px 0;
	}
		
.area_text p {
	line-height: 1.6;
	}
			

.area_text img {
	vertical-align: middle;
	padding:0 5px 0 0;
	}
	

/* ----------------------------------------
 ■ rightボックス
 * ---------------------------------------- */
#right {
	width: 580px;
	margin: 0px;
	padding: 0px;
	float: right;
	}
	 
/* ----------------------------------------
 ■ フッター
 * ---------------------------------------- */
 
#footer {
	width: 780px;
	clear: both;
	margin: 20px 0 0 0;
	}

/*フッターのメニュー*/
#footer-menu {
	font-size: 70%;
	line-height: 2.0;
	text-align: center;		
	margin: 10px 0;
	}

#footer-menu ul {
	margin: 0;
	padding: 0;
	}

#footer-menu 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;
	}

/*メニュー最後の線消し*/
#footer-menu ul .m_top {
	background-image: none;
	}


/*フッターお問い合わせ先*/
#footer-info {
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/footer-bar.gif") no-repeat;
	margin:0 0 0 10px;
	padding: 40px 0 0 0;
	}

#ft-left {
	background: url("http://www.welcome.wakkanai.hokkaido.jp/img/footer-logo.gif") no-repeat ;
	background-position: right top;
	width: 330px;
	height: 50px;
	float: left;
	}

#ft-right {
	font-size: 65%;
	line-height: 1.2;
	width: 420px;
	float: right;
	}

/*コピーライト*/
.copy {
	font-size: 65%;
	padding: 10px 0 20px 0;
	text-align: center;
	clear: both;
	}
	
/* ----------------------------------------
 ■ ページ分割（cat1とtopics）
 * ---------------------------------------- */	

.paged-archives a, .paged-archives a:visited{
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-decoration: none; 
	}
	
.paged-archives b{
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-decoration: none;
	background-color: #DAE0E6;
	}	

/* ----------------------------------------
 ■ トピックス一覧のNEW→後で試す
 * ---------------------------------------- */	

span.new {
    display: none;
    color: red;
}

span.new img {
    vertical-align: middle;
}