/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Sapporo ll ウェブサイト用 CSS
Writtened by：Ayako Okada
meimayday@hotmail.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#3a3a3a;
	background: url(../img/background_map2.gif) no-repeat scroll right bottom;
}
li {
	list-style-type: none;
}
a {
	color: #CC9900;
	text-decoration: none;
	border: 0;
}
.sitemap li {
	list-style: disc outside; 
}
a.border img {
	border: solid 7px #999;
	margin-right:10px;
}
/* -------------------------------------------
全体コンテナ（全ページ共通CSS） ok
------------------------------------------- */
div#container {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	font-size: 0.8em;
}
* html div#container {
	height: 100%;
}

/* -------------------------------------------
トップ〜フッター上コンテナ（全ページ共通CSS） ok
------------------------------------------- */
div#main {
	padding-bottom: 1em;
	text-align: center;
	margin: 0 auto;
	padding-top: 12px;
}
/* -------------------------------------------
ヘッダー(top)
------------------------------------------- */
#header_top {
	position: relative;
	width: 900px;/* 中央コンテナの横幅 */
	height: 70px;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
}
#header_top hr {
	display: block:
	width: 100%;
	height: 1px;
	margin: 3px 0;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c0c0c0;
}
#header_top p.head_lang {
	height: 20px;
}
#header_top p.head_lang a {
	color: #3a3a3a;
}
#header_top p.head_info {
	margin-top: -20px;
}
#header_top p.head_info a {
	color: #3a3a3a;
	background-image: url("img/icon02.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 3px;
}

/* -------------------------------------------
ヘッダー（アイコン小ページ共通CSS）ok
------------------------------------------- */
#header {
	position: relative;
	width: 900px;/* 中央コンテナの横幅 */
	height: 70px;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
}
#header hr {
	display: block:
	width: 100%;
	height: 1px;
	margin: 3px 0;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c0c0c0;
}
p.head_lang {
	height: 20px;
}
p.head_lang a {
	color: #3a3a3a;
}
p.head_info {
	margin-top: -20px;
}
p.head_info a {
	color: #3a3a3a;
	background-image: url("../img/icon02.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 3px;
}
/* -------------------------------------------
ヘッダー（アイコン大ページ共通CSS）ok
------------------------------------------- */
#header_l {
	position: relative;
	width: 900px;/* 中央コンテナの横幅 */
	height: 160px;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
}
#header_l hr {
	display: block:
	width: 100%;
	height: 1px;
	margin: 3px 0;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c0c0c0;
}
/* -------------------------------------------
TOP画像用 ok
------------------------------------------- */
#top_img {
	width: 900px;
	height: 345px;
	margin: 0 auto;
	text-align: left;
}
/* -------------------------------------------
メニュー（全ページ共通CSS）ok
------------------------------------------- */
#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background-color: #808080;
	text-align: left;
}
/* メニュー上部隙間対策IE6ハック */
* html #menu { margin-top: -3px; } 
/* -------------------------------------------
メニュー（アーカイブ用）
------------------------------------------- */
.menu_archives {height:60px; line-height:60px; margin:0 0 30px 0; background-color:#cdeaf7;}
.menu_archives ul {margin:0 30px;}
.menu_archives ul li {float:left; text-indent:10px; margin-left:20px;background-image:url(../img/arrow_navy.gif); background-position:center left; background-repeat:no-repeat;}
.menu_archives a {color:#009; text-decoration: none; border: 0;}
.menu_archives a:hover {color:#06F; text-decoration: none; border: 0;}
/* -------------------------------------------
コンテンツ（全ページ共通CSS）ok
------------------------------------------- */
#containts{
	display:block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
/* -------------------------------------------
コンテンツ（サブメニューのあるページ）-プロジェクト概要
------------------------------------------- */
#containts_sub {
	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url("../img/bg_sub_m_l.gif") scroll repeat-y left;
}
#containts_sub div.sub_m_l {
	float: left;
	width: 215px;
	height:500px;
}
#containts_sub div.sub_m_l div {
	margin: 20px;
}
#containts_sub div.sub_m_l div ul {
	margin-top: 35px;
}
#containts_sub div.sub_m_l div ul li {
	margin: 0 0 20px 0;
}
#containts_sub div.sub_m_l div ul li a {
	color: #3a3a3a;
	background-image: url("../img/icon02.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
}
#containts_sub div.contents_r {
	float: left;
	width: 650px;
}
#containts_sub div.contents_r div {
	margin: 20px 0 20px 20px;
}
#hpss2 li {
 list-style: none;
 line-height: 2em;
}
#hpss2 p {
 list-style: none;
 font-weight:bold;
 font-size:1.5em;
 margin-top: 20px;
}
.declaration p {
line-height:2em;
}
/* -------------------------------------------
コンテンツ（サブメニューのあるページ）-終了したイベント
------------------------------------------- */
#containts_sub_a {
	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color:#3a3a3a;
	font-size:12px;
}
.archives_ttl {margin-bottom: 20px; margin-top:30px;font-family:"Courier New", Courier, monospace; font-size:50px; font-weight:bold; color:#333; line-height:1em;}
.archives_ttl a {font-family:"Courier New", Courier, monospace; font-size:50px; font-weight:bold; color:#dd8a35;}
.archives_ttl a.now {font-family:"Courier New", Courier, monospace; font-size:50px; font-weight:bold; color:#FC0;}
#containts_sub_a strong {font-size:16px; font-weight:bold;}
#containts_sub_a hr {margin-top: 5px; margin-bottom:5px;border-width: 3px 0px 0px 0px; border-style:solid; height:1px; border-color:#333;}
#containts_sub_a div.contents_r {
	float: left;
	width: 760px;
}
#containts_sub_a div.contents_r div {
	margin: 20px 0 20px 20px;
}
#containts_sub_a div.contents_r div.textarea02 {
margin: 20px 0;
}

/* カレンダー */
#callender {width: 850px; height: 850px; background-image: url(img/callender.gif); position:relative;}
#callender li#event01 a {width:10px; height:50px; display:block; background-color:#7B3A92; position:absolute;top: 0px; left: 225px;}
#callender li#event02_1 a {width:10px; height:28px; display:block; background-color:#036EB8; position:absolute;top: 42px; left: 272px;}
#callender li#event02_2 a {width:10px; height:28px; display:block; background-color:#036EB8; position:absolute;top: 259px; left: 693px;}
#callender li#event03 a {width:10px; height:300px; display:block; background-color:#7B3A92; position:absolute;top: 69px; left: 647px;}
#callender li#event04 a {width:10px; height:28px; display:block; background-color:#7B3A92; position:absolute;top: 123px; left: 600px;}
#callender li#event05 a {width:10px; height:110px; display:block; background-color:#2EA7E0; position:absolute;top: 150px; left: 553px;}
#callender li#event06 a {width:10px; height:110px; display:block; background-color:#2EA7E0; position:absolute;top: 150px; left: 506px;}
#callender li#event07 a {width:10px; height:462px; display:block; background-color:#00A29A; position:absolute;top: 259px; left: 460px;}
#callender li#event08 a {width:10px; height:28px; display:block; background-color:#036EB8; position:absolute;top: 205px; left: 414px;}
#callender li#event09 a {width:10px; height:55px; display:block; background-color:#036EB8; position:absolute;top: 69px; left: 365px;}
#callender li#event10 a {width:20px; height:10px; display:block; background-color:#00A29A; position:absolute;top: 30px; left: 780px;}
#callender li#event11 a {width:10px; height:707px; display:block; background-color:#7B3A92; position:absolute;top: 123px; left: 320px;}
#callender li#event12 a {width:10px; height:55px; display:block; background-color:#FFE200; position:absolute;top: 395px; left: 272px;}
#callender li#event13 a {width:10px; height:55px; display:block; background-color:#EB6100; position:absolute;top: 639px; left: 225px;}
/* -------------------------------------------
フッター（全ページ共通CSS）ok
------------------------------------------- */
div#footer {
	position: absolute; bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #3a3a3a;
}
/* -------------------------------------------
clearfix（全ページ共通CSS）ok
------------------------------------------- */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/
/* *******************************************
ページ装飾
******************************************* */
/* H2（サブメニューなし） */
#containts h2 {
margin: 35px 0 0 0;
background-image: url(../img/ico_titlehead.gif);
background-repeat:no-repeat;
text-indent:20px;
}
/* H2（サブメニューあり） */
.contents_r h2 {
margin: 35px 0 0 0;
background-image: url(../img/ico_titlehead.gif);
background-repeat:no-repeat;
text-indent:20px;
}
/* H3（サブメニューなし） */
#containts h3 {
margin: 30px 0 10px 0;
}
/* H3（サブメニューあり） */
.contents_r h3 {
margin: 30px 0 10px 0;
}
/* テキストエリア（サブメニューなし） */
.textarea01 {
margin: 10px;
padding: 10px;
width: 100%;
}
.textarea01 p {
margin: 3px 0;
padding: 3px 0px;
width: 100%;
}
/* テキストエリア（サブメニューあり） */
.textarea02 {
margin: 20px 0 20px 10px;
}
.textarea02 p {
margin: 6px 0;
width: 100%;
}
/* ページ最下部スペーサー */
.page_bottom_spacer {
	margin: 60px 0 0 0;
}

/* *******************************************
smartPopup設定
******************************************* */
div.tooltip	{
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
	font-size:10px;
}
