﻿@charset "utf-8";

body  {
	margin:  0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-image: url(img/main_back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f9faee;
	background-repeat: repeat-x;
	line-height: 18px;
}	

#container {
	width: 900px;
	text-align:center;
	background-color: #FFFFFF;
	margin:0 auto;
}	

/* Font
======================================*/
.font_base {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.font_base12 {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.font_black {
	color: #000000;
}
.font_blue {
	color: #0066CC;
}
.font_red {
	color: #CC0000;
}
.font_green {
	color: #007D00;
}
.font_org {
	color:#FF9933;
}
.font_white {
	color: #FFFFFF;
}
.font_brown_sub1 {
	color:#4e451d;
	font-size: 16px;
	font-weight: bold;
}



/* Navi 
======================================*/
 a:link{

	color:#003399;
	text-decoration:underline;
}
 a:visited  {

	color:#003399;
	text-decoration:underline;
}
 a:hover{

	color:#0066FF;
	text-decoration:underline;
}
	

/* Header 
======================================*/
 #header {
	float: left;
	width: 900px;
	padding: 5px 0px 0px 5px;
	background-color: #FFFFFF;

}
.logo {
	float: left;
	height: 95px;
	width: 170px;
	padding-left: 10px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	margin-left:10px;
}
.head_copy {
	float: left;
	padding-top: 60px;
	padding-left: 10px;
	font-size: 14px;
	color: #996600;
	height: 35px;
	width: 670px;
	text-align: left;
	letter-spacing: 1px;
}

/* Header Navi
======================================*/
.head_conts {
	height:55px;
	

}
.head_navi {
	text-align: right;
	background-color: #FFFFFF;
	float: left;
	width: 700px;
	margin-top: 0px;
	margin-bottom: -30px;
	height:75px;
}

.head_navi ul{
	list-style: none;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.head_navi li{
	display: inline;

}

.head_navi li a{
	display: block;
	color: #666666;
	width: auto;
	text-decoration: none; 
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/header_navi_back_center.jpg);
	background-repeat: repeat-x;
	padding-top: 17px;
	height: 55px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;


}

.head_navi li a:visited{
	color: #666666;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

.head_navi li a:hover{
	color: #CC6600;
	text-decoration:underline;
	font-size: 12px;
	font-weight: normal;
}

.navi_line {
	background-image: url(img/header_navi_back_line.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 55px;
	width: 9px;

}
.navi_left {
	background-image: url(img/header_navi_back_left.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 55px;
	width: 10px;

}

.login {
	background-image:url(img/member_login_back.jpg);
	background-repeat: no-repeat;
	background-color:#a6d040;
	min_height: 10px;
	padding-top:30px;
	padding-bottom:10px;
	width: 200px;
	text-align: center;
	float: right;
	color: #d9ff7c;
	font-size: 13px;
	font-weight: bold;
	/*margin-top: 0px;
	margin-bottom: -20px;*/

}
.head_line {
	background-image: url(img/header_back_org.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 20px;
	width: 100%;
}

/*
.user_id {
	color: #FFFFFF;
	font-size: 13px;
}

.user_id a{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration:none;
}

.user_id a:hover{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration:underline;	
}
*/


/* left navi
======================================*/
.left {
	float: left;
	width: 250px;
	height:auto;
	min-height:1000px;
	background-image: url(img/left_navi_back.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

	
/* center
======================================*/
.main {
	float: left;
	width: 375px;
	background-color: #FFFFFF;
	padding: 10px 5px 0px 5px;
}

.sub_main {
	float: right;
	/*width:100%;*/
	width:596px;
	background-color: #FFFFFF;
	padding: 5px 10px 0px 10px;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	
}
/* right
======================================*/
.right {
	float: right;
	width: 220px;
	text-align: center;
	padding: 10px 5px 0px 5px;
	background-color: #FFFFFF;
}
.r_search {
	height: 50px;
	width: 220px;
	text-align: center;
	background-image: url(img/search_back.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	margin-top:10px;
	color: #333333;
}

/* right Navi
======================================
.right_navi{
	text-align: right;
	float: left;
	width: 220px;
}
*/

/* footer
======================================*/
#footer {
	background-image: url(img/footer_back_org.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 24px;
	width: 100%;
	text-align: center;

}
.copyright {
	color: #CAA971;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 20px;
}
/* IE6
======================================*/
img, div { behavior:url(iepngfix.htc) }

html .mainback_center  .mainback_bottom {
behavior: expression(IEPNGFIX.fix(this));
} 


* html .mainback_center  .mainback_bottom {
  behavior: url(iepngfix.htc);
  
}

/* TreeViewMenu
======================================*/
td.treeviewmenu_body div{
	margin:0px 0px 0px 0px;
	/*max-width:265px;*/

}
td.treeviewmenu_body span div div{
	margin:0px 0px 0px 0px;
	min-height:31px;
	min-width:100%;

}


.treeviewmenu_body span div div span img{

	display:none;
	
}
.treeviewmenu_body span div div span.node{
	padding:10px 0px 0px 15px;
	background:url(img/left_navi_bar_yellow.gif) top left no-repeat;
	font-size:12px;
	color:#663300;
	/*min-width:265px;*/
	width:245px;
	height: 30px;
	font-weight: bold;
	display:block;
	
	
	
}	

.treeviewmenu_body span div div span.childnode{
	padding:10px 0px 0px 15px;
	background:url(img/left_navi_bar_yellow.gif) top left no-repeat;
	font-size:12px;
	color:#663300;
	/*min-width:265px;*/
	width:245px;
	height: 30px;
	font-weight: bold;
	display:block;

}
.treeviewmenu_body span div div span.nodeselected{
	background:url(img/left_navi_bar_yellow.gif) left no-repeat;
	color:#EA5E00;
	padding:10px 0px 0px 15px;
	/*min-width:265px;*/
	display:block;


}
.treeviewmenu_body span div div span.nodeover{
	background:url(img/left_navi_bar_yellow.gif) left no-repeat;
	color:#009933;
	/*min-width:265px;*/
	display:block;
}
.treeviewmenu_body span div div div{
	margin:0px 0px 0px 0px;
	border:none;
	/*min-width:265px;*/
	display:block;
}

.treeviewmenu_body span div div img{
	height:15px!important;
}

.treeviewmenu_body span div div div span img{
	/*display:none;*/
}
.treeviewmenu_body span div div div span.childnode{
	padding:12px 0px 0px 13px;
	background:url(img/left_navi_li_img.gif) top left no-repeat;
	font-size:12px;
	/*width:245px;*/
	color:#666666;
	/*height:-20px;*/
	font-weight:normal;
	margin-left:-3px;
	margin-bottom:0px;
}
td.treeviewmenu_body span div div div span.nodeselected{
	padding:12px 0px 0px 13px;
	background:url(img/left_navi_li_select_img.gif) top left no-repeat;
	color:#EA5E00;
	font-size:12px;
	font-weight:normal;
}
.treeviewmenu_body span div div div span.nodeover{
	padding:12px 0px 0px 13px;
	background:url(img/left_navi_li_on_img.gif) top left no-repeat;
	color:#0066FF;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}

.treeviewmenu_body span div div div div{
	margin:0px 0px 0px 0px;
	
}
.treeviewmenu_body span div div div div span img{
	display:none;

}
.treeviewmenu_body span div div div div span.childnode{
	width:265px;

}
.treeviewmenu_body span div div div div div span.childnode{
	width:260px;
}


/* pankuzu
======================================*/
#Pankuzu{
	font-size:11px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #CC9900;
	text-decoration: none;
}

#Pankuzu a{
	font-size:11px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #996600;
	text-decoration: none;
}

#Pankuzu a:hover{
	font-size:11px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FF6600;
	text-decoration: underline;
}

#Pankuzu img{
	vertical-align:middle;
}


/*----------------------------------------------------------------------------*/

/* 前に戻るボタン
======================================*/
.botan_1 {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(img/botan_back_4.gif);
	background-repeat: repeat-x;
	height: 30px;
	border: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


/* 異業種・異分野の協働モデルTOP テーブル
==============================================*/
.jirei_table_0 {
	border: 1px solid #999966;
}
.jirei_table_1 {
	background-color: #CCCC99;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #E1E1C4;
	color: #666600;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #E1E1C4;
	font-size: 12px;
}
.jirei_table_2 {
	color: #009933;
	font-weight: normal;
	font-size: 14px;
}
.jirei_table_3 {
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCC99;
	background-color: #F3F3E9;
	font-size: 15px;
}
.jirei_table_4_bk {
	background-color: #FF6600;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}
.jirei_table_4_wh {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
.jirei_table_4_waku {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-left-color: #999966;
}
.jirei_table_5 {
	color: #333333;
	font-weight: normal;
	font-size: 13px;
}
.header_comment{
	border:#009999 dotted; 
	border-width:1px; 
	width:565px; 
	font-size:12px; 
	color:#006666; 
}
.table_dot {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

.jirei_title {
	color: #f15a24;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.jirei_br_2 {
	color: #4E451D;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../img/kyodou_jirei_br_2.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	height: 48px;
	padding-left: 20px;
}


/* 地域資源データ テーブル
==============================================*/
.table_line_0 {
	font-weight: normal;
	border: 1px solid #999966;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.table_line_0 tr td{
	font-size:13px
}
.table_line_1 {
	background-color: #D3EA99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	color: #339900;
	font-weight: bold;
}
.table_line_2 {
	background-color: #EFEDDE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999966;
	color: #333333;
	font-weight: normal;
}
.table_line_3 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999966;
	font-weight: normal;
}


/* トップ　右LINKバナー
==============================================*/
.top_link_bar {
	background-image: url(img/top_link_br.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width:220px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.top_link_text {
	font-size: 13px;
	color: #668C00;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
}
.top_link_text  a{
	font-size: 13px;
	color: #668C00;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	padding-left: 4px;
	text-decoration:none;
}
.top_link_text  a:hover{
	font-size: 13px;
	color: #0066CC;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	padding-left: 4px;
	text-decoration:underline;
}

.top_link_speace{
	height:10px;

}
	
/* コミュニティビジネスについて 
==============================================*/	
.about_cb_title2_1 {
	font-size: 14px;
	color: #996600;
	text-align: center;
	padding-bottom: 18px;
	font-weight: bold;
}
.about_cb2_1_text {
	font-size: 13px;
	color: #666666;
	width: 250px;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:10px;
}
.about_cb1_1_text {
	font-size: 14px;
	color: #996600;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 95%;
	padding: 10px 0 0 10px;
}

/* Q&A
======================================*/	
.q_text{
	padding-bottom: 3px;
	line-height: 16px;
	color: #0066CC;
	padding-top: 3px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	background-color: #E8F3FD;
}

.q {
	padding-bottom: 3px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #3366CC;
}

.a{
	font-size: 16px;
	color: #FF3300;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
}
.a_text {
	padding-bottom: 3px;
	color: #333333;
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
}


/*left_menu
======================================*/
#ContentsLefty{
	clear:both;
	float:left;
	width:186px;
}
html>body #ContentsLefty{/* Fire Fox etc. */
	padding-left:15px;
}
#Menu{
	display:table;
}
html>body #Menu{/* Fire Fox etc. */
	padding-bottom:20px;
}

/*SOLPARTMENU
--------------------------------------*/
.MainMenu_MenuContainer {
	width:265px;
}
.MainMenu_MenuBar {
	background-image:img/left_navi_bar_yellow.gif) top left no-repeat;
	height:30px;
}
.MainMenu_MenuItem {
	/*border-left:#E0E0E0 0px solid; 
	border-bottom:#E0E0E0 1px solid; 
	border-top:#E0E0E0 0px solid; 
	border-right:#E0E0E0 0px solid;*/
	font-size:12px; 
	font-weight:normal; 
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#663300;
	height:30px;
	/*padding-right:7px;*/
}
.MainMenu_MenuIcon {
	display:none;
/*	
	background-color:#73C1B4;
	border-left:#FFFFFF 0px solid;
	border-bottom:#FFFFFF 0px solid; 
	border-top:#FFFFFF 0px solid; 
	text-align:center;
	width:0px;
	height:0px;
*/
}
.MainMenu_MenuItemSel {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal; 
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
}
.MainMenu_MenuBreak {
/*	
	border-left:#FFFFFF 0px solid; 
	border-bottom:#FFFFFF 0px solid; 
	border-top:#FFFFFF 0px solid; 
	border-right:#FFFFFF 0px solid;
*/
	border:0px;
	background-color:#FFFFFF;
	height:0px;
}
.MainMenu_SubMenu {
	/*background-color:#FFFFFF;*/
	z-index:1000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Strength=0);
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
}
.MainMenu_MenuArrow {
	display:none;
/*	
	border-right:#FFFFFF 0px solid; 
	border-bottom:#FFFFFF 0px solid; 
	border-top:#FFFFFF 0px solid;
	font-family:webdings; 
	font-size:12px;
	height:0px;
*/
}
.MainMenu_RootMenuArrow {
	display:none;
/*	
	font-family:webdings; 
	font-size:12px;
*/
}

.rootmenuitemcssclass{
	background:url(img/left_navi_bar_yellow.gif) top left no-repeat;
	color:#663300;
}
.rootmenuitembreadcrumbcssclass{
	background-image:url(images/active.jpg);
	background-repeat:repeat-x;
	color:#73C1B4;
}
.submenuitembreadcrumbcssclass{

}
.rootmenuitemactivecssclass{
	background-image:url(images/active.jpg);
	background-repeat:repeat-x;
	color:#73C1B4;
}
.submenuitemactivecssclass{
	background-color:#D8E3E2;
	background-image:url(images/active.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	color:#73C1B4;
}
.rootmenuitemselectedcssclass{
	background-image:url(images/over.jpg);
	background-repeat:no-repeat;
	background-color:#F0F0F0;/* Important On Click Color.Not roll over */
}
.submenuitemselectedcssclass{
	background-image:url(images/over.jpg);
	background-repeat:no-repeat;
	color:#006331;
}
.separatorcssclass{
}
