@charset "UTF-8";

/* 見出し要素のフォントサイズの正規加*/
h1,h2,h3,h4,h5,h6
{ font-size: 100%;}

/* font-styleやfont-weightプロパティの正規加*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal }



p {
	font-size: medium;
	color: #666;
	font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 130%;
}

a{
	text-decoration: none;
	color: #C36;
	}
	
.s{
	font-size: small;
	text-align: right;
}

.sfont{
	font-size: small;
	text-align: left;
}

.s_info{
	font-size: small;
	text-align: left;
}

.dt{
	font-size: small;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #4A2906;
	text-align: left;
}

.dd{
	font-size: medium;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #C36;
	text-align: left;
}

.france{
	font-family: "Century Gothic";
	font-size: medium;
	background-color: #099;
	color: #FFF;
	line-height: 140%;
	padding: 10px;
}

.japanese{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	background-color: #FFF;
	color: #666;
	line-height: 140%;
	padding: 10px;
}

.english{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #C36;
	color: #FFF;
	line-height: 140%;
	padding: 10px;
}

.space{
	padding-top: 10px;
	
	}

.prix{
	font-size: medium;
	color: #003;
	text-align: center;
	background-image: url(../programme/la_semaine/prix.gif);
	}
	
.prix640{
	font-size: medium;
	color: #FFF;
	text-align: center;
	background-color: #C36;
	height: 26px;
	width: 640px;
	}
	
	.prix640a{
	font-size: medium;
	color: #FFF;
	text-align: center;
	background-color: #6CC;
	height: 26px;
	width: 640px;
	}
	
	.prix640b{
	font-size: medium;
	color: #FFF;
	text-align: center;
	background-color: #FC0;
	height: 26px;
	width: 640px;
	}
	
	.prix640c{
	font-size: medium;
	color: #FFF;
	text-align: center;
	background-color: #F93;
	height: 26px;
	width: 640px;
	}
	
	.prix640d{
	font-size: medium;
	color: #FFF;
	text-align: center;
	background-color: #669;
	height: 26px;
	width: 640px;
	}

.info_title{
	font-size: large;
	color: #633;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

