@charset "utf-8";



/*ヘッダーの色設定
--------------------------------------------------------*/

/*ヘッダーの背景色と下線*/
#content #header {
	background-color: #00665E; /*背景色*/
	border-color:     #666; /*下線色*/
	}



/*タイトルの色設定
--------------------------------------------------------*/

/*h1タイトル*/
#content #header h1 {
	color: #FFF; /*フォント色*/
	}

/*h2タイトル*/
#content h2 {
	color:        #009D91; /*フォント色*/
	border-color: #009D91; /*下線色*/
	}

/*h3タイトル*/
#content h3 {
	background-color :#009D91; /*背景色*/
	color            :#FFF;    /*フォント色*/
	}



/*テーブルの色設定
--------------------------------------------------------*/

/*テーブル項目部*/
#content table th {
	background-color: #EEFAF9; /*背景色*/
	}

/*テーブル枠線色*/
#content table th,
#content table td {
	border-color: #CCC; /*線色*/
	}


/*フッターの色設定
--------------------------------------------------------*/
#footer {
	background-color: #00665E; /*背景色*/
	color:            #FFF;    /*フォント色*/
}



/*メニューの色設定
--------------------------------------------------------*/

/*左メニュー h3タイトル*/
#left_menu h3 {
	background-color: #444; /*背景色*/
	}


/*センターメニュー*/
#center_menu li > a {
	background-color: #DFF5F4;
	background-image: -webkit-linear-gradient(top, #EEFAF9 0, #DFF5F4 100%);
	background-image:   linear-gradient(to bottom, #EEFAF9 0, #DFF5F4 100%);
	
	color           : #333;    /*フォント色*/
  }


/*ドロップダウンメニュー*/
#center_acmenu #acMenu dt {
  background-color: #FF9900; /*背景色（薄, 濃）*/
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%); /*背景色（薄, 濃）*/
	background-image:   linear-gradient(to bottom, #FFCC00 0, #FF9900 100%); /*背景色（薄, 濃）*/
	
	color:        #FFF;    /*フォント色*/
	border-color: #FF6600; /*線色*/
	}

#center_acmenu #acMenu dd {
	background-color: #333; /*背景色*/
	}

#center_acmenu #acMenu dd h3 {
	background-color: #444; /*背景色*/
	color:            #FFF; /*フォント色*/
	}

#center_acmenu #acMenu dd ul li > a {
  color: #CCC; /*フォント色*/
  }



/*カスタム*/

#content .button {
	background-color: #009D91; /*背景色*/
	background-image: -webkit-linear-gradient(top, #5DCEC6 0, #009D91 100%); /*背景色（薄, 濃）*/
	background-image:   linear-gradient(to bottom, #5DCEC6 0, #009D91 100%); /*背景色（薄, 濃）*/
	
	color:        #FFF;    /*フォント色*/
	border-color: #009D91; /*線色*/
}


#content .search_btn a {
	display:block;
	background-color: #FF9900; /*背景色*/
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%); /*背景色（薄, 濃）*/
	background-image:   linear-gradient(to bottom, #FFCC00 0, #FF9900 100%); /*背景色（薄, 濃）*/
	
	color: #FFF; /*フォント色*/
	border-color: #FF6600; /*線色*/
	}



/*スキン
----------------------------------------------------------------*/

/* Default styles */
.snap-content {
	background-color: #FFF; /*背景色*/
}

.snap-drawers {
	background-color: #333; /*背景色*/
}

.snap-drawer {
	background-color: #333; /*背景色*/
	color:            #EEE; /*フォント色*/
}

.snap-drawer li > a {
  color: #CCC; /*フォント色*/
}