/*
|==========
| Set blocks
|==========
*/
#counting p{	color: #333;
	font: 12px Verdana, Geneva, 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3',sans-serif;
	line-height: 18px;
	margin-bottom: 18px;}

#counting .sun_color {
 	color: #ff9999;
 	}
#counting .sat_color {
 	color: #66ccff;
 	}
#counting .big_text {
 	font-size: 28px;
 	}

/*
|==========
| counting-callender
|==========
 */

#counting .counting_table { 
  margin: 15px 0px;
  padding: 0px;
  border: 1px solid #3E5798; /* -- main color -- */
  text-align: center;
   }

 	#counting th,
	  #counting td {
	    border: 1px solid #3E5798; /* -- main color -- */
	    padding: 0px 0px;
		font-size: 14px;
	    } 
	    
	  #counting th {
		background: #3E5798;
	    color: #FFFFFF;
	    font-size: 14px;
	    padding: 3px;
		letter-spacing: 3px;
		}
		
	  #counting td {
	  	width: 70px;
		background: #FFFFFF;
	    color: #330000;
	    font-weight: nomal;
	    font-size: 11px;
	    line-height: 18px;
	    } 
	    	
	 	 #counting .sunday {
	 	 	background: #cc3333;
	 	 	color: #FFFFFF;
	    	} 
	 	 #counting .saturday {
	 	 	background: #3333ff;
	 	 	color: #FFFFFF;
	    	} 
	 	 #counting .weekday {
	 	 	background: #ffffcc;
	 	 	color: #330000;
	    	} 
	 	 #counting .noki-day {
	 	 	background: #E4EBFC;
	 	 	color: #3E5798;
	 	 	font-size: 12px;
	 	 	line-height: 14px;
	    	} 

		 	 #counting .nyuko-day {
		 	 	background: #99ccff;
		 	 	color: #3333ff;
		    	} 
		 	 #counting .hasso-day {
		 	 	background: #FFCC99;
		 	 	color: #cc3333;
	 		   	} 