/*-------------------------------------
“CSS STYLE Information”
Since : 2009/03/20
LastUpdate : 2009/04/04
-------------------------------------*/


#wrap #menu a:link {
	color: #999999;
}
#wrap #menu a:visited {
	color: #999999;
}
#wrap #menu a:hover {
	color: #E60042;
	text-decoration: underline;
}
#wrap #menu a:active {
	color: #E60042;
	text-decoration: underline;
}


/*左ナビ　ヤクルト関連情報
===========================================================*/
#sidenavitxt a:link {
	color: #666666;
}
#sidenavitxt a:visited {
	color: #666666;
}

#sidenavitxt a:hover, a:active {
	color: #E60042;
	text-decoration: underline;
}



#footer a:link, a:visited {
	color: #333333;
}
#footer a:hover, a:active {
	color: #E60042;
	text-decoration: underline;
}
.indent_1ems {
	text-indent: -1em;
	padding-left: 1em;
}

.bold {
	font-weight: bold;
}


.small {
	font-size: small;
}

.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.txt10px {
	font-size: 10px;
}

/*FontStyle end
===========================================================*/


/*FontColor start
===========================================================*/

.red_e60042 {
	color: #E60042;
}
.pink_f6c {
	color: #FF66CC;
}
.pink_f9c {
	color: #FF99CC;
}
.orange_ff8c00 {
	color: #FF8C00;
}
.orange_fc6 {
	color: #FFCC66;
}
.orange_f60 {
	color: #FF6600;
}

.blue_069 {
	color: #006699;
}
.blue069 {
	color: #006699;
}
.purple_4747cc {
	color: #4747CC;
}
.purple_66c {
	color: #6666CC;
}
.black {
	color: #000000;
}
.blown {
	color: #663300;
}
.gray666 {
	color: #666666;
}
.gray999 {
	color: #999999;
}

.green {
		color: #006633;
}

/*FontColor end
===========================================================*/


/*Position start
===========================================================*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.flo_left {
	float: left;
}
.flo_right {
	float: right;
}
.both_clear {
	clear: both;
}
/*Position end
===========================================================*/

/*Space start
===========================================================*/

.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
/*Space end
===========================================================*/
.margin_top20 {
	margin-top: 20px;
}

.padding_bottom5 {
	padding-bottom: 5px;
}
.padding_bottom10 {
	padding-bottom: 10px;
}
.padding_bottom20 {
	padding-bottom: 20px;
}

