@charset "utf-8";



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

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



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

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

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

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

/*h4タイトル*/
#content h4 {
	color            :#F00;    /*フォント色*/
}


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

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

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


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



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

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


/*センターメニュー*/
#center_menu li > a {
	background-color: #F2FDE2;
	background-image: -webkit-linear-gradient(top, #F9FEF0 0, #F2FDE2 100%);
	background-image:   linear-gradient(to bottom, #F9FEF0 0, #F2FDE2 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: #8EEB00; /*背景色*/
	background-image: -webkit-linear-gradient(top, #C0F56E 0, #8EEB00 100%); /*背景色（薄, 濃）*/
	background-image:   linear-gradient(to bottom, #C0F56E 0, #8EEB00 100%); /*背景色（薄, 濃）*/
	
	color:        #FFF;    /*フォント色*/
	border-color: #8EEB00; /*線色*/
}


#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; /*フォント色*/
}