@charset "UTF-8";



/*サブコンテンツ*/



/*ニュースエリア*/
#news {
	width:770px;
	margin-bottom:20px;
	}


/*お知らせ*/
.news_pttl {
	background-image:url(../img/top_news_1_bg.gif);
	background-repeat:repeat-x;
	height:29px;
}
.news_pttl h2 {
	width:300px;
	float:left;
	}
p.news_link {
	font-size: 80%;
	font-weight: normal;
	background-image: url(../img/cube_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	padding-left:18px;
	padding-top:1px;
	width:80px;
	float:right;
}
ul.news_list {
	list-style:none;
	border:1px solid #ccc;
	font-size:90%;
	padding:10px 12px;
	margin-bottom:10px;
	}
ul.news_list li {
	background-image:url(../img/arrow_news.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:15px;
	clear:both;
	}
ul.news_list li span {
	padding-bottom:2px;
	float:left;	
	}



/*検索エリア*/
#search {
	margin-bottom:20px;
	}

#search_db {
	margin-bottom:10px;
	width:230px;
	float:left;
	margin-left:20px;
	}
	
#search_db h3,#search_db img{
	margin:0;
	padding:0;
	}
	
#search_db_area {
	background-image:url(../img/top_search_bg_bottom.gif);
	background-color:#46a1c6;
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:80%;
	min-height:67px;
	}
#search_db_area div.area_inside {
 	background-color: #ebf9ff;
	margin:0 5px;
	}


#search_db_area form{	
	
	padding: 3px 0 3px 3px;
	line-height:1.5;
	}
	
#search_db_area input{
	vertical-align: middle;
	}

#search_db_area label{
	letter-spacing:-0.1em;
	}
#search_db_area p.search_db_txt {
	
	color:#fff;
	padding-left: 10px;
	}
#search_db_area p.search_db_txt a {
	color:#fff;
	}
#search_db_area p.search_db_txt a:hover {
	color:#FFFF00;
	}
#search_db_area iframe {
	overflow:hidden;
	}
.search_db_w {
	width:135px;
	}
.search_db_btn {
	width:50px;
	}

#search_map {
	width:230px;
	margin-left:20px;
	float:left;
	}


#search_google {
	background-image: url(../img/top_search_google_bg.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
	width:230px;
	height:109px;
	margin-left:20px;
	float:left;
}
#searcharea_google h3 {
	width:230px;
}
#search_google_area {
	background-image:url(../img/top_search_google_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	height:50px;
	}
#search_google_area form {
	padding-top:10px;
	}

	

/* post */

.top_post_line {
background-color: #FFFFFF;
padding: 0 10px;
clear:both;/*20100812*/
min-height: 1px;/*20100812*/
}

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

.top_post_title {
background-color: #FFFFFF;
font-size: 95%;
border-bottom: 1px solid #CCCCCC;
padding:3px 0 5px 10px;
min-height: 1px;/*20100812*/
}

.top_post_title a{/*20100812*/
width:400px;/*20100812*/
float:left;/*20100812*/
}/*20100812*/

.top_post_date {
color: #333333;
margin: 0 10px 5px 0;
font-size: 95%;
float:left;
}

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

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










/* お知らせページ */
h1.news_ttl {
	background-image:url(../img/top_news_1_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:20px;
}
h1.news_sapporo_ttl {
	background-image:url(../img/top_news_2_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:20px;
}

.news_link {
	margin: 0;
}
.news_link ul {
	margin-left: 1em;
	
}
.news_link li {
	list-style-type:none;
	padding-bottom:10px;
	clear:both;
}
.news_link li span {
	padding-bottom:2px;
	float:left;
	width:8em;
	}
.news_cont {
	padding-left:15px;
	padding-right:15px;
	}
.news_cont p {
	margin-bottom:15px;
	}

.issue_frame {
	border: #999999 solid 1px;
	background-color: #EEEEEE;
	margin: 0 20px 30px 20px;
	padding: 10px;
}
.issue_frame p {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	}

.issue_frame p.news_detail {
	padding-left:5em;
	text-indent:-5em;
	}
.issue_frame p.attention {
	padding-left:1em;
	text-indent:-1em;
	font-size:90%;
	}

