/********************************** 
 	   		  page-banner 
 **********************************/
#page-banner {
	position:relative;
	clear:both;
	width:920px;
	height:250px;
}

#main-navi {
	background:url('../img/default/bg-page-banner.jpg') 0px 10px no-repeat;
	width:920px;
	height:250px;
}

#page-banner-copy {
	position:absolute;
	bottom:65px;
	left:95px;
}

/********************************** 
		  Sub Contents 
 **********************************/
#sub-contents {
	margin-top:0px;
}


/********************************** 
		  Main Contents Items 
 **********************************/

/* 
 *  main-right-contents
 */
#main-right-contents {
	width:500px;
	float:right;
}

/* 
 *  main-left-contents
 */
#main-left-contents {
	width:230px;
	float:left;
}



/********************************** 
	   Main Right Contents Items
 **********************************/
/*
 * Search Box
 */
#freeword-search {
	background:url('../img/default/bg-freeword-search.gif') 0 0 no-repeat;
	width:500px;
	height:77px;
}

#freeword-search-title {
	color:#FFF;
	background:url('../img/default/border-white-dash-390.gif') 0 bottom repeat-x;
	margin:0px 20px 0px 90px;
	font-size:117%;
	padding:9px 0px 5px;
}
#freeword-search-description {
	margin:0px 20px 0px 90px;
	padding:9px 0px 5px;
}

#ArticleFreewordSearchForm label,
#ArticleFreewordSearchForm input {
	display: inline;	
	vertical-align: middle;
}
#ArticleSearchTextLabel {
	padding-right:10px;
	vertical-align:-2px;
}
#ArticleSearchText {
	width:235px;
	margin-right:5px;
}
#ArticleFreeSearchSubmit {
	text-align:center;
	width:55px;
	letter-spacing:0.1em;
}

/*
 * Area Map
 */
#area-map {
	position:relative;
	margin-top:5px;
	background:url('../img/default/bg-area-map.jpg') 0 0 no-repeat ;
	width:500px;
	height:512px;
}

.area {
	position:absolute;
	width:10em;
}
.area-name {
	color:#606060;
	font-size:117%;
	font-weight:bold;
}
.todohuken {
	margin-left:0.5em;
	line-height:1.65em;
}
.todohuken-name {
	float:left;
	width:4.5em;
	color:#999;
}
.todohuken-name a {
	color:#8F7E59;
}
.todohuken-name a:hover {
	color:#BFB49B;
}

#area-1 {
	left:255px;
	top:32px;	
}
#area-2 {
	left:380px;
	top:135px;
}
#area-3 {
	left:380px;
	top:233px;
}
#area-4 {
	left:175px;
	top:82px;
}
#area-5 {
	left:280px;
	top:333px;
}
#area-6 {
	left:115px;
	top:165px;
	width:5em;
}
#area-6 .todohuken-name {
	float:none;
	width:auto;
}
#area-7 {
	left:190px;
	top:373px;
	width:5em;
}
#area-7 .todohuken-name {
	float:none;
	text-align:left;
}
#area-8 {
	left:10px;
	top:247px;
}

/*****************************
		Head Line News 
 ****************************/
#index-topics {
	margin:2.5em 0px;
}
.topic-title {
	margin:2.5em 0px 1em;
}
.topic-detail {
	margin:1em 0.5em 2.5em;
	letter-spacing:0.06em;
	line-height:1.65em;
}
.topic-detail p {
	margin-bottom:1em;
}


/*****************************
		Head Line News 
 ****************************/
#headline-news-title {
	display:block;
	background:#FFF url('../img/default/bg-headline-news-title.gif') left top no-repeat;
	width:500px;
	height:51px;
	margin-top:5px;
}
#headline-news-title img {
	margin-left:10px;
	margin-top:10px;
}
#headline-news-contents {
	background: url('../img/default/bg-headline-news-contents.gif') left top repeat-y;
	width:500px;
}
#headline-news-list {
	background: url('../img/default/bg-headline-news-list.gif') left bottom no-repeat;
	padding:0px 10px 16px;
}

.news-item {
	background: url('../img/default/bg-headline-news-item.gif') center bottom no-repeat;
	margin:0px 5px 5px;
	line-height:31px;
}
.news-item-date, 
.news-item-title {
	font-size:107%;
}
.news-item-date {
	color:#666;
	font-weight:bold;
	padding-left:20px;
	padding-right:15px;

}

