/*
---------------------------------------------------------------------
	試食・販売イベント　共通ＣＳＳ
---------------------------------------------------------------------
*/
#tc_header {
	background-color: #FFFFFF;
	padding: 10px;
	width: 560px;
	margin:0 auto 0 auto;
}
#tc_contents {
	font-size: 120%;
	color: #333333;
	background-color: #FFFFFF;
}
.headlogo {
	margin-bottom: 40px;
}
p.lead {　/*リード文*/
	font-size: 1em;
	margin: 10px;
	padding: 0px;
	line-height: 1.4em;
}

/*　フッター　*/
#tc_fotter {
	padding: 20px 20px;
	margin:10px auto;
	width: 500px;
	text-align: center;
}
#tc_fotter p a:link{
	color:#0000CC;
	text-decoration:underline;	
}
	
#tc_fotter p a:visited{
	color:#990066;
	text-decoration:underline;
}
	
#tc_fotter p a:hover,a:active{
	color:#0000CC;
	text-decoration:underline;
}
#tc_fotter img {
	vertical-align: middle;
	margin-right: 3px;
}
#tc_fotter p.cr {
	font-size: 0.9em;
	padding: 30px 0 0 0;
}

/*　都道府県用　*/
/*#tc_contents h2.area {
	clear:both;
	margin: 20px 0px 10px 10px;
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color:#390;
	color: #FFF;
	border-bottom:none;
}*/

/*　都県別メニュー　*/
ul.menu_area {
	margin: 10px 0 40px 0;
	padding: 5px;
	list-style-type: none;
	display:inline;
	overflow:hidden;
}
ul.menu_area li {
	margin: 10px 0 10px 0px;
	padding: 5px 10px;
	float: left;
	text-align: center;
	font-size: 1em;
	border-right:#CCC 1px solid;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	display:inline;
	overflow:hidden;
}
ul.menu_area li.ttl {
	margin: 10px 0 10px 3px;
	padding: 5px 10px;
	float: left;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
	color:#FFF;
	background-color: #F90;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display:inline;
	overflow:hidden;
}



/*　イベント開催一覧用　*/
#tc_contents h2.event {
	margin: 20px 10px 10px 10px;
	padding: 8px 10px;
	border: 2px dotted #9ACD32;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF8C00;
}
#tc_contents table.event {
	width:765px;
	margin:40px 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #E7E7E7;
}
#tc_contents table.event th {
	background-color: #F60;
	text-align:left;
	color:#FFF;
	font-size: 1.3em;
	font-weight:bold;
	padding:10px;
}
#tc_contents table.event th.day {
	background-color: #5C9A5C;
	padding:5px;
	text-align:center;
}
#tc_contents table.event td {
	background-color: #FFFFDF;
	padding:5px;
}
.txt_algn_c {
	text-align: center;
}
td.day {
	width:17%;
}
td.area {
	width:9%;
	text-align: center;
}
td.event {
	width:74%;
}

/*　イベント情報詳細　*/
#tc_contents h4.info {
	margin:10px 0 10px 10px;
	padding:10px;
	font-size:1em;
	background-color:#FFFFDF;
}
#tc_contents p.info {
	margin: 5px 40px;
	font-size:1em;
	line-height: 1.6em;
}
#tc_contents p.info_txt {
	margin: 10px 40px 40px 40px;
	font-size:1em;
	line-height: 1.6em;
}
#tc_contents table.info {
	clear: both ;
	width:660px;
	margin:15px 40px;
	font-size: 1em;
	line-height:1.6em;
	background-color: #9ACD32;
}
#tc_contents table.info th {
	width:20%;
	background-color: #FFFFFF;
	text-align: right;
	color:#F60;
	;
	font-weight:bold;
	padding:5px;
}
#tc_contents table.info th.place {
	color: #FFF;
	background-color: #9ACD32;
	text-align: left;
	padding-left: 20px;
}
#tc_contents table.info td {
	width:80%;
	background-color: #FFFFFF;
	padding:5px 10px;
	line-height:1.6em
}
#tc_contents table.info img {
	vertical-align: middle;
	margin-right: 3px;
}

/*　上に戻る　*/
div.topback {
	margin:10px;
	text-align:right;
	font-size:0.8em;
}

p.kome {
	text-indent: -10px;
	margin-left: 20px;
}

/*　リード箇所に画像がある場合　*/
img.img_lft {
	float:right;
	margin:0 0 0 10px;
	padding:0;
}



h4 {

	padding: 0px 0px 0px 10px;

	border-left:#009900 5px solid;

	text-align: left;

	color: #333333;

	font-size: 12px;

	font-weight:bold;

}
h3.f16 {
	font-size: 16px;
}

.line_dot {
	border: 1px #666666 dotted;
	padding: 10px;
}
.line_dot_y {
	border: 1px #666666 dotted;
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 14px;
}

p.link a:link{
	color: #0000FF;
	text-decoration:none;	
}
	
p.link a:visited{
	color: #990000;
	text-decoration:none;
}
	
p.link a:hover,a:active{
	color: #0000FF;
	text-decoration:underline;
}
.link a:link{
	color: #0000FF;
	text-decoration:none;	
}
	
.link a:visited{
	color: #990000;
	text-decoration:none;
}
	
.link a:hover,a:active{
	color: #0000FF;
	text-decoration:underline;
}


.margin_l25 {
	margin-left: 25px;
}
table.p {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	margin-right:5px;
}
li,ol{
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	margin-right:20px;
}
.tab1 {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	margin-left:5px;
	margin-right:5px;
}
#PageContents #tc_contents #MovieCategoliArea h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 7px 10px 5px 10px;
	width: 715px;
	background-color: #FFFFBF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F90;
	line-height: 1.3;
}

/*外部リンク設置（共通defaultにもっていくかも）*/

/* dell 100804 kuma defaultにて設定
a.out_linkthumb  {
	background-image:url("/img/icon_blank.gif");
	background-position:right 0.4em;
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:3px;
	padding-right:16px;
}*/

/* dell 100804 kuma 後ろ型にあわせるため
a.blanklink {
	background-image:url(/common/images/icon_blanklink_blue.gif);
	background-repeat:no-repeat;
	padding-left:18px;
}*/

img.photo_r {
	float: right;
	padding-left: 20px;
}

#tc_contents #MovieCategoliArea h4 {
	font-size: 0.8em;
	margin: 0 0 0 40px;
	padding: 0px;
	border-left-style: none;
}
#tc_contents p.info_sub {
	margin: 5px 40px;
	font-size:0.8em;
	line-height: 1.4em;
}

.fnt_bld_r {
	font-size:1.1em;
	color:#C00;
	font-weight:bold;
}
