@charset "Shift_JIS";



/*
-----------------------------------------------
English Vitamin Font & Color Styles

Version:  26 Feb. 2007
----------------------------------------------- */


/* (common size)
----------------------------------------------- */
.xs {font-size:x-small;}
.s {font-size:small;}
.m {font-size:medium;}
.l {font-size:large;}
.xl {font-size:x-large;}

.size10 {font-size:10px;line-height:1.2em;}
.size11 {font-size:11px;line-height:1.3em;}
.size14 {font-size:14px;line-height:1.5em;}
.size16 {font-size:16px;line-height:1.5em;}
.size18 {font-size:18px;line-height:1.5em;}
.size20 {font-size:20px;line-height:1.3em;}
.size22 {font-size:22px;line-height:1.3em;}


/* (common color)
------------------------------------------------ */
a {color:#718c9e;}
a:hover {color:#00cd13;}
.red {color:#f00;}
.blue {color:#00f;}
.orange {color:#ff7e00;}





/* (others)
------------------------------------------------ */
body {
	background-color:#e1e1e1;
	font: normal small/1.5em "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	color: #323232;
}
h3,h4,h5 {font-size:small;}
#footer{
	color:#fff;
}


.emphasisgreen { 
	color: #2dae00; 
	font-weight: bold;
}

.emphasisorange { 
	color: #ff7e00; 
	font-weight: bold;
}

.chameleon { 
	color: #f9f9f9; 
}

.apple_title { 
	color: #000000; 
	font-weight:bold;
	
}
.apple_graytitle { 
	color: #323232; 
	font-weight: bold;
	background-color:#D1DCE4
}
.apple_antititle { 

	color: #eeeeee; 
	font-weight: bold;
	background-color:#777777

}