@charset "UTF-8";

* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 100%;
}
img {
	vertical-align:top;
	border:0;
}

hr {
	display: none;
}


ul,li {
	margin: 0;
	padding: 0;
}



table, td, tr, th{
	font-weight: normal;
	/*vertical-align: bottom;*/
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

/*クリア*/	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*全ページ共通***************************************************************/

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",
		"メイリオ","Meiryo",
		"ＭＳ Ｐゴシック", "MS P Gothic",
		Osaka ;
 	background: #FFFFFF url(../img/body_bg.gif) repeat-x left top;
  	text-align: center;
  	line-height: 1.6em;
  	color: #333333;
  	font-size:90%;
}

a:link{
	color: #333399;
	text-decoration: none;
}
a:visited{
	color: #333399;
	text-decoration: none;
}
a:hover{
	color: #0066cc;
	text-decoration: underline;
}
a:active{
	color: #0066cc;
	text-decoration: underline;
}


/* パンくず */

.footstamp {
	font-size: 80%;
	clear:both;
	padding-bottom:10px;
}


/* タイトル */
h2.contents_ttl {
	margin: 0;
	padding-bottom:20px;
	clear:both;
	width:770px;
	background-image:url(../img/contents_ttl_bg.gif);
	background-repeat:no-repeat;
	line-height:30px;
	font-size:120%;
	color:#006095;
	font-weight:bold;
	padding-left:60px;
	}
h2.contents_top_ttl {
	clear:both;
	}

/* 小見出し */
h3.pagesubject {
	clear:both;
	background-image:url(../img/contents_pttl_bg.gif);
	background-repeat:no-repeat;
	line-height:29px;
	padding-left:20px;
	margin:10px 18px;
}
h3.pagesubject_a {
	clear:both;
	background-image:url(../img/contents_pttl_a_bg.gif);
	background-repeat:no-repeat;
	line-height:29px;
	padding-left:20px;
	margin:10px 18px;
}
h4 {
 	border-bottom: 2px solid #CCCCCC;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #EEEEEE;
	padding: 4px;
	margin-left:18px;
	margin-right:18px;
}
h5 {
	border-left: 6px solid #6666cc;
	padding-left: 6px;
	margin: 0 0 15px 0;
	font-size: medium;
	font-weight: bold;
	color: #6666cc;
	margin-left:18px;
	margin-right:18px;
}

.link_top {
	clear: both;
	margin: 10px 0 10px 0;
	text-align: right;
	font-size: 80%;
}


/* Contents list */
.contents_list ul {
	margin-left: 27px;
	margin-right:27px;
	padding-bottom: 36px;
	list-style:none;
}
.contents_list li {
	margin-top:10px;
	padding-bottom:10px;
	background-image:url(../img/arrow_news.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:0 7px;
	
}
.contents_list .pdf {
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 26px;
	font-size: 85%;
}

.contents_list li.grouptop {
	margin-bottom: 5px;
}
.contents_list li.group {
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 3em;
	background-image:none;
	padding-left:0;
}
.contents_list li.groupend {
	list-style-type: square;
	margin-bottom: 20px;
	margin-left: 3em;
}
.contents_list ul li .sitename {
	font-weight: bold;
}
.contents_list ul li .description {
	font-size: 85%;
	color: #666666;
	line-height: 1.2em;
}
 




/* スキップ */
#skip_info {
	display: none;
}
#skip_link {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: -100px;
	text-indent: -2000px;
}


/* 全体を括る ***************************************************************/
#pagewidth {
	width: 950px!important;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}


/* Header ***************************************************************/
#header {
	display: block;
	background-image:url(../img/header_bg.gif);
	background-position:top;
	height:100px;
	background-repeat:no-repeat;
	margin-bottom:22px;
}


#header_logo {
	width: 365px;
	float: left;
}


#google_search img {
	float:left;
	margin-right:3px;
	margin-top:3px;
	}
#google_search {
	background-image:url(../img/header_google_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:380px;
	padding-top:5px;
	float:right;
	margin-top:10px;
}
#google_search #google_form {
	background-image:url(../img/header_google_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:5px;
	padding-left:6px;
}
#google_search #google_form form {
	float:left;
	margin-right:5px;
	}
.header_search_w {
	width:100px;
	}
.header_search_btn {
	font-size:80%;
	}
.nav_sitemap {
	font-size:80%;
	background-image:url(../img/arrow_sitemap.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	float:left;
	}
	
	
/*コンテナ***************************************************************/
#container {
	background-image:url(../img/menu_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:950px;
	}


/*メニュー***************************************************************/

#main_menu {
	width:170px;
	position:absolute;
	font-size:95%;
	font-weight:bold;
	}
#main_menu ul#menu {
	list-style:none;
	border-bottom:1px solid #a7a7a7;
	background-color:#e1e1e1;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	}
#main_menu ul#menu li {
	border-top:1px solid #a7a7a7;
	margin-bottom:1px;
	vertical-align:bottom;
	}
#main_menu ul#menu li a {
	color:#000;
	background-image:url(../img/menu_li_bg.gif);
	background-repeat:no-repeat;
	padding:5px 5px 5px 20px;
	display:block;
	line-height:1.8em;
	zoom: 1;
	}
#main_menu ul#menu li a:hover {
	color:#FFF;
	text-decoration:none;
	background-image:url(../img/menu_li_bg_ro.gif);
	font-weight:bold;
	}
#main_menu ul#menu li.current a {
	color:#FFF;
	text-decoration:none;
	background-image:url(../img/menu_li_bg_ro.gif);
	font-weight:bold;
	}
#main_menu ul#menu li.current ul {
	background-color:#f6f6f6;
	border:none;
	font-size:90%;
	list-style:none;
	}
#main_menu ul#menu li.current ul li {
	border-top:1px dashed #a7a7a7;
	}
#main_menu ul#menu li.current ul li a {
	background-image:url(../img/menu_li_arrow.gif);
	background-position:10px 15px;
	background-repeat:no-repeat;
	color:#000;
	}
#main_menu ul#menu li.current ul li a:hover {
	background-color:#e1eef4;
	background-image:url(../img/menu_li_arrow.gif);
	background-position:10px 15px;
	background-repeat:no-repeat;
	color:#000;
	}
#main_menu ul#menu li.current ul li.new_win a {
	background-image:url(../img/menu_li_win.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	color:#000;
	}
#main_menu ul#menu li.current ul li.new_win a:hover {
	background-color:#e1eef4;
	background-image:url(../img/menu_li_win.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	color:#000;
	}

#main_menu ul#bnr {
	margin:5px;
	list-style:none;
	}
#main_menu ul#bnr li {
	margin-bottom:5px;
	}


/*コンテンツ***************************************************************/
#main_cont {
	padding-left:180px;
	background-image:url(../img/menu_bg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:1050px;
	_height:1050px;
	}

/*フッタ***************************************************************/
#footer_area {
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 56px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#footerwidth {
	width: 950px;
	margin:0 auto;
	text-align: center;
	position: relative;
	color:#FFFFFF;
}
#utility_link a {
	font-size: 90%;
	margin: 0 0 5px 0;
	padding: 0;
	color:#FFFFFF;
}
#utility_link a:hover {
	color:#FFFF00;
	}
#copyright {
	font-size: 80%;
	margin: 0;
	padding: 0;
}


/* メインコンテンツを括る ***************************************************************/
#contents {
	width: 748px;
	_width: 768px;
	padding:10px;
	margin: 0;
	background-color:#ebebeb;
	border:1px solid #ccc;
	min-height:970px;
	_height:870px;
}
	


/* ナビ */
#sidenav {
	width: 189px;
	float:left;
}
#sidenav ul {
	list-style:none;
	}
#sidenav ul li {
	margin-bottom:5px;
	}


/* メインコンテンツ部分 ***************************************************************/
#contents #body_area {
	width: 540px;
	float:right;
}
#contents #body_area h2 {
	background-color:#FFFFFF;
	}

#contents #body_area p {
	font-size:90%;
	padding-bottom:10px;
	}
#contents #body_area p.top_attention {
	color:#CC0000;
	}
#contents #body_area p.link_rss {
	background-image:url(../img/arrow_rss.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:10px;
	width:140px;
	float:right;
	}
#contents #body_area p.link_event {
	background-image:url(../img/arrow_rss.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:10px;
	width:180px;
	float:right;
	margin-bottom:10px;
	}
#contents #body_area ol {
	padding-left:30px;
	}


/* 新着情報 ***************************************************************/

/* タイトル */
.post_pttl {
	background-image: url(../img/pttl_new_post_bg.gif);
	background-repeat: no-repeat;
	width: 540px;
	display: block;
	clear:both;
}
.post_pttl h3 {
	float:left;
	width:131px;
	}
p.list_link {
	font-size: 80%;
	font-weight: normal;
	background-image: url(../img/cube_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	padding-left:18px;
	padding-top:5px;
	width:150px;
	float:left;
	margin:0;
}
p.list_link a {
	color: #FFFFFF;
}
p.list_link a:link {
	color: #FFFFFF;
}
p.list_link a:visited {
	color: #FFFFFF;
}
p.list_link a:hover {
	color: #FFCC00;
}
.rss_scribe {
	width: 100px;
	float: right;
}

/* フッタ */
.subject_end {
	clear: left;
	background-image: url(../img/subject_end.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 26px;
	padding: 10px 0 0 10px;
}
.subject_end .list {
	background-image: url(../img/cube_arrow.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 18px;
}
.subject_end .list a {
	color: #FFFFFF;
}
.subject_end .list a:link {
	color: #FFFFFF;
}
.subject_end .list a:visited {
	color: #FFFFFF;
}
.subject_end .list a:hover {
	color: #FFCC00;
}




/* post */

.post_line {
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
	border-top:2px solid #4585b4;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:10px;
	clear:both;/*20100812*/
	min-height: 1px;/*20100812*/
}
.post_line:after,/*20100812*/
.post_title:after{/*20100812*/
content: ".";  /* 新しい要素を作る *//*20100812*/
display: block;  /* ブロックレベル要素に *//*20100812*/
clear: both;/*20100812*/
height: 0;/*20100812*/
visibility: hidden;/*20100812*/
}/*20100812*/
.post_title {
	background-color: #FFFFFF;
	font-size: 95%;
	border-bottom: 1px solid #CCCCCC;
	padding:8px 0 8px 10px;
	margin-bottom:8px;
	min-height: 1px;/*20100812*/
}
.post_title a{/*20100812*/
width:400px;/*20100812*/
float:left;/*20100812*/
}/*20100812*/
.post_date {
	color: #333333;
	margin: 0 10px 5px 0;
	font-size: 95%;
	float:left;
}
.post_tag {
	font-size: 85%;
	font-weight: bold;
	margin-right: 1em;
	margin-left:10px;
	line-height: 1.6em;
}
.post_tag a {
	color: #990066;
	text-decoration: none;
}
.post_tag a:hover {
	color: #990066;
	text-decoration: underline;
}
.post_tag a:visited {
	color: #990066;
	text-decoration: none;
}

.post_lead {
	font-size: 85%;
	margin-bottom: 8px;
	text-indent: 1em;
}
.post_site {
	font-size: 85%;
	margin: 8px 0 0 10px;
	background-image: url(../img/icon_site.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	line-height: 15px;
}
* html .post_line {/*20100812*/
height: 1px;/*20100812*/
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

* html .post_title {/*20100812*/
height: 1px;/*20100812*/
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}


/* tags */
.tags_txt {
	font-size:90%;
	margin-bottom:10px;
	margin-top:10px;
	}

#tags {
	background-color:#FFFFFF;
	border:1px solid #ccc;
	padding:10px 20px;
	}
#tags ul {
	list-style:none;
	}
#tags ul li {
	display:inline;
	padding-right:20px;
	font-size:90%;
	}
#tags ul li a {
	color: #990066;
	text-decoration: none;
	}
#tags ul li a:hover {
	color: #990066;
	text-decoration: underline;
	}
#tags ul li a:visited {
	color: #990066;
	text-decoration: none;
}

.tags_end {
	background-image: url(../img/tags_end.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 26px;
	padding: 0 0 0 10px;
	margin-bottom:20px;
}
.tags_end a {
	color: #FFFFFF;
}
.tags_end a:link {
	color: #FFFFFF;
}
.tags_end a:visited {
	color: #FFFFFF;
}
.tags_end a:hover {
	color: #FFCC00;
}
.more {
	background-image: url(../img/cube_extention.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 18px;
}
.close {
	background-image: url(../img/cube_close.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 18px;
}



/*ページ*/
.page_top {
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	clear:both;
	background-color:#FFFFFF;
}
.page_top a {
	text-decoration:underline;
	}
.current_page {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 5px 0 5px;
	padding: 3px 6px 3px 6px;
	background-color:#3a90de;
}


.page_prev {
	width: 15px;
	padding: 0;
	float: left;
}
.page_prev a {
	background-image: url(../img/page_prev.gif);
	background-repeat: no-repeat;
	background-position:0 8px;
	width: 15px;
	height: 15px;
	display: block;
	font-size: 1%;
}
.page_prev a span {
	display: none;
}
.page_number {
	text-align: center;
	font-size: 90%;
	width:495px;
	float:left;
}
.page_next {
	width: 15px;
	float:left;
}
.page_next a {
	background-image: url(../img/page_next.gif);
	background-repeat: no-repeat;
	background-position:0 8px;
	width: 15px;
	height: 15px;
	display: block;
	font-size: 1%;
}
.page_next a span {
	display: none;
}


/*投稿*************************************************************/


.form_subject {
	background-color: #f8f8f8;
	margin: 0 0 10px 0;
	padding: 7px;
	border-left: 2px solid #3399cc;
	clear:both;
}
.form_area {
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	clear:both;
}
.submit_btn {
	text-align: center;
	margin: 20px 0 10px 0;
}

.post_attention {
	margin: 10px 0 20px 0;
	color: #CC3300;
}

.genre01 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 6px 3px 30px;
	margin: 0;
	background-image: url(../img/post_icon01.gif);
	background-repeat: no-repeat;
	background-position:5px 3px;
	display: block;
	line-height: 19px;
}
.genre02 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 6px 3px 30px;
	margin: 0;
	background-image: url(../img/post_icon02.gif);
	background-repeat: no-repeat;
	background-position:5px 3px;
	display: block;
	line-height: 19px;
}
.genre03 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 6px 3px 30px;
	margin: 0;
	background-image: url(../img/post_icon03.gif);
	background-repeat: no-repeat;
	background-position:5px 3px;
	display: block;
	line-height: 19px;
}

.addtag_area {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}




.tag .recommend_tag .category_tag {
	color: gray;
	border: 1px solid gray;
	padding: 5px;
	margin: 2px;
}

.recommend_tag {
	color: #990066;	
}

.category_tag {
	color: #6633ff;
}


ul.taglist {
	list-style-type: none;
}
ul.taglist li {

	float: left;
	margin-right: 2em;
	background-image: url(../img/tag-ltblue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	white-space: nowrap;
}



/* 080301 add_scheduler */
#event_schedule {
	margin: 10px 0;
	padding: 10px;
	border-top: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
	background-color: #FFFFEE;
	clear:both;
}
#event_schedule p {
	margin: 0 0 5px 0;
	padding: 0;
}



.submit_bg {
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 5px;
}

.post_notetxt {
	margin: 15px 0 20px 0;
}
.post_must {
	font-size: 120%;
	font-weight: bold;
	color: #FF3399;
	text-indent: 0.5em;
}
.post_exam {
	font-size: 80%;
	margin: 3px 0 0 0;
	color: #666666;
	line-height: 1.4em;
}
.post_infotxt {
	margin: 20px 0 10px 0;
}


/*記事詳細*/
.detail_date {
	text-align: right;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	font-size: 85%;
	background-image: url(../img/post_detail_bg.gif);
	background-repeat: no-repeat;
	height:27px;
	margin-top:20px;
}
#postdetail {
	background-color: #FFFFFF;
	padding:10px;
	border:1px solid #ccc;
}
#postdetail h3 {
	background-color: #FFFFFF;
	font-size: 110%;
	color: #4585b4;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #4585b4;
}
#postdetail .detail_txt {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 10px 20px 10px;
}
.detail_name {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 15px 10px;
	font-size: 95%;
	border-top: 1px dashed #CCCCCC;
	color: #336699;
}
.detail_site {
	margin: 10px 0 0 0;
	background-image: url(../img/icon_site2.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	line-height: 15px;
}
.detail_feed {
	background-image: url(../img/rss_feed.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 10px 0 0 0;
	font-size: 85%;
}
#detail_tag {
	background-color: #f1f1f1;
	padding: 10px 15px;
}
#detail_tag h4 {
	display: block;
	padding-bottom:10px;
	font-size:90%;
}
.detail_tagarea {
}





/* 産業リンク *******************************************************/

.window_txt {
	font-size: 75%;
	font-weight: normal;
}


/* 札幌の産業を知る *******************************************************/

.acrobat_banner {
	margin: 0 0 10px 0;
	font-size: 80%;
	text-align:right;
}
.acrobat_banner img {
	float:right;
	padding-top:8px;
	padding-left:5px;
	}

/* コラム *******************************************************/
.column_catch {
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	}
.column_cont {
	padding:18px;
	}
.column_cont .img_left {
	float:left;
	margin-bottom:20px;
	}
#column {
	padding:18px;
	}





/* Sitemap *******************************************************/
#sitemap {
	margin: 0 0 20px 0;
	border-bottom: 3px solid #CCCCCC;
}
#sitemap ul {
	list-style-position: inside;
	list-style-image: url(../img/local_cube.gif);
}
#sitemap li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 26px;
	vertical-align: middle;
}
#sitemap li.map01 {
	padding-left: 1em;
	border-top: 3px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
#sitemap li.map02 {
	padding-left: 4em;
	border-bottom: 2px solid #CCCCCC;
}
#sitemap li.map02_continue {
	padding-left: 4em;
	border-bottom: 1px dashed #CCCCCC;
}
#sitemap li.map02_end {
	padding-left: 4em;
}
#sitemap li.map03 {
	padding-left: 7em;
	border-bottom: 1px dashed #CCCCCC;
}
#sitemap li.map03_end {
	padding-left: 7em;
	border-bottom: 2px solid #CCCCCC;
}
#sitemap li.map04 {
	padding-left: 9em;
	border-bottom: 1px dashed #CCCCCC;
}
#sitemap li.map04_end {
	padding-left: 9em;
	border-bottom: 2px solid #CCCCCC;
}



/* About */
.about_sub {
	margin-bottom: 0.5em;
	color: #006666;
	font-weight: bold;
}
ul.about {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
	list-style-position: outside;
}
li.aboutlist {
	margin-bottom: 1em;
}
.about_txt {
	margin-top: 2em;
	margin-bottom: 2em;
}
h4.about {
	margin: 15px 0 15px 0;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 4px;
}
ul.about_strong {
	color: #006666;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	list-style-position: outside;
}
table.banner {
	text-align: center;
	font-size: 90%;
	vertical-align:middle;
	width:770px;
}
table.banner th {
	background-color:#e1f6fb;
	padding:3px 10px;
	border:1px solid #ccc;
	}
table.banner td {
	padding:10px;
	border:1px solid #ccc;
	}



/* Issue */

ul.localnav {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 3em;
	list-style-position: outside;
	font-size: 85%;
}



/* Custom TAG 20071105 add*/
.customtag {
	padding:10px;
	margin-bottom: 20px;
	vertical-align: middle;
	background-color:#FFFFFF;
	border-top:1px solid #ccc;
}
.customtag a.cutomtag_icon {
	margin-right: 10px;
}
.customtag a.cutomtag_note {
	color: #FF6633;
	font-weight: bold;
	font-size: 1.5em;
}
.customtag a:link.cutomtag_note {
	color: #FF6633;
	font-weight: bold;
	font-size: 1.5em;
}
.customtag a:hover.cutomtag_note {
	color: #FF6633;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: underline;
}



/* for YahooUI calendar */
.cal_here {
	background-color: #ffffff;
}
.calendar .saturday {
	background-color: #99CCCC;
}
.calendar .saturday a {
	color: #003399;
}
.calendar .sunday {
	background-color: #FFCCCC;
}
.calendar .sunday a {
	color: #990000;
}

