@charset "UTF-8";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: 'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
	}
*:first-child+html body {
	font-size: 62.5%; 
	font-family: 'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif; 
}

*:first-child+html body { 
	font-size: 62.5%; 
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana, Arial,sans-serif; 
}

hr { clear:left; display: none; }
br { letter-spacing: normal; }

/*------リンク-------------------------------*/

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*---------------- リンク指定 ----------------------*/
a.blank {/*--リンクテキストが改行されない場合は、[<a class="blank" href="#" target="_blank">]を使用！--*/
	background: #fff url(../images/link_blank.gif) right center no-repeat;
	margin: 0 2px 0 0;
	padding: 0 15px 0 0;
	}
a span.blank {/*--リンクテキストが改行される場合は、最後に[<span class="blank"></span>]を追加！--*/
	width: 13px;
	height: 11px;
	padding: 0 15px 0 0;
	background: #fff url(../images/link_blank.gif) left center no-repeat;
	}

/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	background: #000;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテナ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#container {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 50px;
	background: url(../images/bg_contents_bottom.gif) left bottom no-repeat;
  	font-size:12px;
	text-align: left;
	}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ヘッダー
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#ana_header {
	width: 940px;
	height: 45px;
	margin: 0;
	position: relative;
	}
	/*------------ ロゴ -------------*/
	#ana_header h1 {
		width: 234px;
		height: 30px;
		background: url(../images/title_announceroom2.gif) 0 0 no-repeat;
		position: absolute;
		top: 15px;
		left: 0px;
		}
		#ana_header h1 a {
			display: block;
			width: 234px;
			height: 30px;
			}
		#ana_header h1 em {
			display: none;
			}
	/*------------ アナウンサールームメニュー -------------*/
	#ana_header ul#ana_menu {
		width: 549px;
		height: 31px;
		background: url(../images/menu_mic.gif) 0 0 no-repeat;
		position: absolute;
		top: 14px;
		left: 391px;
		}
		#ana_header ul#ana_menu li {
			position: absolute;
			}
			#ana_header ul#ana_menu li a {
				display: block;
				height: 20px;
				}
				#ana_header ul#ana_menu li a em {
					display: none;
					}
			/*------------ 個別メニュー指定：男性アナウンサー -------------*/
			#ana_header ul#ana_menu li.ana_man {
				background: url(../images/menu_man.gif) 0 0 no-repeat;
				top: 5px;
				left: 79px;
				}
				#ana_header ul#ana_menu li.ana_man a {
					width: 107px;
					}
			/*------------ 個別メニュー指定：女性アナウンサー -------------*/
			#ana_header ul#ana_menu li.ana_woman {
				background: url(../images/menu_woman.gif) 0 0 no-repeat;
				top: 8px;
				left: 199px;
				}
				#ana_header ul#ana_menu li.ana_woman a {
					width: 107px;
					}
			/*------------ 個別メニュー指定：トピックス -------------*/
			#ana_header ul#ana_menu li.topics {
				background: url(../images/menu_topics.gif) 0 0 no-repeat;
				top: 9px;
				left: 320px;
				}
				#ana_header ul#ana_menu li.topics a {
					width: 90px;
					}
			/*------------ 個別メニュー指定：ろうどく -------------*/
			#ana_header ul#ana_menu li.roudoku {
				background: url(../images/menu_roudoku.gif) 0 0 no-repeat;
				top: 9px;
				/*left: 376px;*/
				left: 420px;
				}
				#ana_header ul#ana_menu li.roudoku a {
					width: 125px;
					}
			/*------------ 個別メニュー指定：HOME -------------*/
			#ana_header ul#ana_menu li.home {
				background: url(../images/menu_home.gif) 0 0 no-repeat;
				top: 8px;
				left: 476px;
				}
				#ana_header ul#ana_menu li.home a {
					width: 73px;
					}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	左カラム
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#left {
	width: 780px;
	height: auto;
	overflow: hidden;
	padding: 24px 0 0 0;
	background: url(../images/bg_contents_middle.gif) 0 -6px repeat-y;
	float: left;
	position: relative;

	}
	/*------------ 左カラムヘッダー画像 -------------*/
	#left #left_head {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		}
	/*------------ メインコンテンツ -------------*/
	#left #contents {
		width: 593px;
		margin: 0 0 0;
		float: right;
		position: relative;
		z-index: 10;
		}
	
	#depthpath{
	margin: 25px 0 15px 0;
	font-size:10px;
	z-index: 10;
	position: relative;
	}
	#depthpath a{
		text-decoration:underline;
	}
	/*シネマ日記用*/
	#depthpath_blog{
	margin: 0 0 15px 15px;
	font-size:10px;
	z-index: 10;
	position: relative;
	}
	#depthpath_blog a{
		text-decoration:underline;
	}
		/*------------ タイトル -------------*/
		#left #contents .title {
			width: 585px;
			height: auto;
			overflow: hidden;
			padding: 0 0 40px;
			}
			/*------------ タイトル画像 -------------*/
			#left #contents .title h2 {
				width: 585px;
				float: left;
				}
				#left #contents .title h2 em {
					display: none;
					}
		/*------------ 記事エリア -------------*/
		#left #contents #kiji {
			width: 585px;
			letter-spacing: 0.1em;
			}
			/*------------ 記事ボックス -------------*/
			#left #contents #kiji .kiji_box {
				width: 565px;
				margin: 0 0 20px 10px;
				padding: 0 0 45px;
				}
				/*------------ 記事タイトルエリア -------------*/
				#left #contents #kiji .kiji_box .kiji_title {
					width: 560px;
					height: auto;
					overflow: hidden;
					margin: 0 0 20px 0;
					padding: 0;
					}
					/*------------ 記事ナンバー(スポアナ日記・シネマニッキ用) -------------*/
					#left #contents #kiji .kiji_box .kiji_title dl.number {
						width: 120px;
						height: 69px;
						overflow: hidden;
						float: left;
						position: relative;
						}
						#left #contents #kiji .kiji_box .kiji_title dl.number dt {
							width: 66px;
							height: 69px;
							position: absolute;
							top: 0;
							left: 0;
							}
							#left #contents #kiji .kiji_box .kiji_title dl.number dt a {
								width: 66px;
								height: 69px;
								float: left;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt a:hover {
									background: none!important;
									}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt a span {
									display: none;
									}
							/*------------ アナウンサーアイコン個別指定 -------------*/
							/*--松井アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.matsui {
								background: url(../../images/matsui.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.matsui a {
									background: url(../../images/matsui.jpg) 0 0 no-repeat;
									}
							/*--星アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.hoshi {
								background: url(../../images/hoshi.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.hoshi a {
									background: url(../../images/hoshi.jpg) 0 0 no-repeat;
									}
							/*--佐藤裕二アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.sato {
								background: url(../../images/sato.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.sato a {
									background: url(../../images/sato.jpg) 0 0 no-repeat;
									}
							/*--斎藤アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.saito {
								background: url(../../images/saito.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.saito a {
									background: url(../../images/saito.jpg) 0 0 no-repeat;
									}
							/*--倉橋アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.kurahashi {
								background: url(../../images/kurahashi.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.kurahashi a {
									background: url(../../images/kurahashi.jpg) 0 0 no-repeat;
									}
							/*--竹田アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.takeda {
								background: url(../../images/takeda.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.takeda a {
									background: url(../../images/takeda.jpg) 0 0 no-repeat;
									}
							/*--堂野アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.douno {
								background: url(../../images/douno.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.douno a {
									background: url(../../images/douno.jpg) 0 0 no-repeat;
									}
							/*--加藤アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.kato {
								background: url(../../images/kato.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.kato a {
									background: url(../../images/kato.jpg) 0 0 no-repeat;
									}
							/*--神取アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.kandori {
								background: url(../../images/kandori.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.kandori a {
									background: url(../../images/kandori.jpg) 0 0 no-repeat;
									}
							/*--桑原アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.kuwabara {
								background: url(../../images/kuwabara.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.kuwabara a {
									background: url(../../images/kuwabara.jpg) 0 0 no-repeat;
									}
							/*--深津アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.fukatsu {
								background: url(../../images/fukatsu.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.fukatsu a {
									background: url(../../images/fukatsu.jpg) 0 0 no-repeat;
									}
							/*--大嶽アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.ootake {
								background: url(../../images/ootake.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.ootake a {
									background: url(../../images/ootake.jpg) 0 0 no-repeat;
									}
							/*--佐藤倫子アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.saton {
								background: url(../../images/saton.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.saton a {
									background: url(../../images/saton.jpg) 0 0 no-repeat;
									}
							/*--小出アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.koide {
								background: url(../../images/koide.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.koide a {
									background: url(../../images/koide.jpg) 0 0 no-repeat;
									}
							/*--鈴木アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.suzuki {
								background: url(../../images/suzuki.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.suzuki a {
									background: url(../../images/suzuki.jpg) 0 0 no-repeat;
									}
							/*--塩尻アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.shiojiri {
								background: url(../../images/shiojiri.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.shiojiri a {
									background: url(../../images/shiojiri.jpg) 0 0 no-repeat;
									}
							/*--村中アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.muranaka {
								background: url(../../images/muranaka.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.muranaka a {
									background: url(../../images/muranaka.jpg) 0 0 no-repeat;
									}
							/*--井上アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.inoue {
								background: url(../../images/inoue.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.inoue a {
									background: url(../../images/inoue.jpg) 0 0 no-repeat;
									}
							/*--大川アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.ookawa {
								background: url(../../images/ookawa.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.ookawa a {
									background: url(../../images/ookawa.jpg) 0 0 no-repeat;
									}
							/*--佐藤千晶アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.satoc {
								background: url(../../images/satoc.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.satoc a {
									background: url(../../images/satoc.jpg) 0 0 no-repeat;
									}
							/*--橋口アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.hashiguchi {
								background: url(../../images/hashiguchi.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.hashiguchi a {
									background: url(../../images/hashiguchi.jpg) 0 0 no-repeat;
									}
							/*--金沢アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.kanazawa {
								background: url(../../images/kanazawa.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.kanazawa a {
									background: url(../../images/kanazawa.jpg) 0 0 no-repeat;
									}
							/*--徳重アナ--*/
							#left #contents #kiji .kiji_box .kiji_title dl.number dt.tokushige {
								background: url(../../images/tokushige.jpg) 0 -69px no-repeat;
								}
								#left #contents #kiji .kiji_box .kiji_title dl.number dt.tokushige a {
									background: url(../../images/tokushige.jpg) 0 0 no-repeat;
									}
						/*------------ ふきだし「vol.」番号 -------------*/
						#left #contents #kiji .kiji_box .kiji_title dl.number dd {
							width: 55px;
							height: 48px;
							padding: 17px 0 0 0;
							background: url(../../images/number_fukidashi.gif) 0 0 no-repeat;
							position: absolute;
							top: 0;
							left: 66px;
							color: #7A7951;
							/*
							font-weight: bold;
							font-family: Georgia, "Times New Roman", Times, serif;
							font-style:italic;
							font-size:16px;
							*/
							font: normal 195%/65% Georgia, "Times New Roman", Times, serif;
							text-transform: uppercase;
							letter-spacing: -1px;
							text-align: center;
							}
							#left #contents #kiji .kiji_box .kiji_title dl.number dd span {
								display: none;
								}
					/*------------ 記事タイトル -------------*/
					#left #contents #kiji .kiji_box .kiji_title h3 {
						width: 300px;
						float: left;
						margin: 0;
						padding: 15px 0 0 10px;
						font-size: 14px;
						line-height: 1.4;
						font-weight: bold;
						}
					/*------------ 記事日付 -------------*/
					#left #contents #kiji .kiji_box .kiji_title h4 {
						width: 120px;
						margin: 0;
						overflow: hidden;
						padding: 4px 0 0;
						float: right;
						text-align: right;
						line-height: 1.6;
						}
						#left #contents #kiji .kiji_box .kiji_title h4 a {
							color: #97d4c0;
							text-decoration: underline;
							}
							#left #contents #kiji .kiji_box .kiji_title h4 a:hover {
								color: #0000ff;
								text-decoration: none;
								}
				/*------------ 記事写真 -------------*/
				#left #contents #kiji .kiji_box .pic {
					clear: both;
					width: 510px;
					margin: 0 0 1em 24px;
					padding: 0;
					text-align: center;
					}
					#left #contents #kiji .kiji_box .pic img {
						margin: 0 auto;
						}
					#left #contents #kiji .kiji_box .pic p.caption {
						margin: 5px 0 0;
						font-size: 10px;
						color: #666666;
						}
				/*------------ 記事本文 -------------*/
				#left #contents #kiji .kiji_box .text {
					clear: both;
					width: 510px;
					margin: 0 0 0 24px;
					padding: 0;
					word-break: normal;
					word-wrap: break-word;
					}
					#left #contents #kiji .kiji_box .text p {
						margin: 0 0 3em 0;
						padding: 0;
						text-align: left;
						font-size: 14px;
						line-height: 1.5;
						}
			/*------------ ページ遷移 -------------*/
			#left #contents #kiji #pagelink {
				width: 565px;
				margin: 0 0 0 10px;
				padding: 0 0 20px;
				text-align: right;
				}
				#left #contents #kiji #pagelink ul {
					}
					#left #contents #kiji #pagelink ul li {
						display: inline;
						margin: 0 30px;
						}

	/*------------ サイドメニュー -------------*/
	#left #side_menu {
		width: 180px;
		margin: 0;
		padding: 0 0 100px;
		position: relative;
		z-index: 10;
		line-height: 2.0;
		font-size: 10px;
		}
		/*------------ バックナンバー -------------*/
		#left #side_menu #bn {
			margin: 0 0 0 11px;
			}
			#left #side_menu #bn h3 {
				width: 151px;
				height: 42px;
				margin: 0 0 8px;
				background: #fff url(../images/title_bn2.gif) 1px 0 no-repeat;
				}
				#left #side_menu #bn h3 em {
					display: none;
					}
			#left #side_menu #bn ul {
				width: 155px;
				margin: 0 0 0 4px;
				}
				#left #side_menu #bn ul li {
					margin: 0;
					padding: 0 0 0 1em;
					text-indent: -1em;
					color: #000;
					/*color: #996600;*/
					}
					#left #side_menu #bn ul li a {
						color: #000;
						text-decoration:none;
						/*color: #996600;*/
						}
					#left #side_menu #bn ul li a:hover {
						text-decoration:underline;
						}
		/*------------ 携帯サイト案内 -------------*/
		#left #side_menu #mobile {
			width: 158px;
			height: 247px;
			background: url(../images/bg_mobile.png) 0 0 no-repeat;
			margin: 1.4em 0 0;
			padding: 38px 0 0;
			text-align: center;
			}
			#left #side_menu #mobile h3 {
				width: 98px;
				margin: 0 auto 10px;
				}
			#left #side_menu #mobile p {
				width: 115px;
				margin: 0 auto;
				text-align: left;
				line-height: 1.3;
				letter-spacing: 0.1em;
				}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	右カラム
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#right {
	width: 157px;
	padding: 0 0 0 3px;
	float: right;
	}
	/*------------ アンケート -------------*/
	#right #enquete {
		width: 157px;
		margin: 0 0 12px;
		padding: 0 0 12px;
		background: url(../images/enquete_bg.gif) left bottom no-repeat;
		}
		/*------------ アンケート：タイトル -------------*/
		#right #enquete h3 {
			width: 157px;
			height: 55px;
			background: url(../images/enquete_title.gif) 1px 0 no-repeat;
			}
			#right #enquete h3 em {
				display: none;
				}
		/*------------ アンケート：テーマ -------------*/
		#right #enquete p.theme {
			width: 146px;
			margin: 0 0 0 6px;
			padding: 15px 0;
			color: #0000ff;
			text-align: center;
			}
		/*------------ アンケート：リスト -------------*/
		#right #enquete ul {
			width: 130px;
			margin: 0 0 20px 14px;
			padding: 0;
			text-align: left;
			}
			#right #enquete ul li {
				margin: 0 0 6px;
				padding: 2px 0 2px 20px;
				background: url(../images/enquete_icon.gif) 0 0 no-repeat;
				}
				#right #enquete ul li a {
					color: #7a7951;
					text-decoration:none;
					}
				#right #enquete ul li a:hover {
					text-decoration:underline;
					}
		/*------------ アンケート：クイックリンク -------------*/
		#right #enquete .quick {
			width: 130px;
			margin: 0 0 0 14px;
			padding: 0;
			text-align: left;
			}
	/*------------ コーナー -------------*/
	#right #corner {
		width: 157px;
		height: auto;
		overflow: hidden;
		margin: 0 0 6px;
		background: url(../images/bg_rightbox.gif) left bottom no-repeat;
		}
		/*------------ コーナー：リンク -------------*/
		#right #corner p.link {
			margin: 0 0 0 70px;
			padding: 0 0 0 10px;
			background: url(../images/icon_corner_link.gif) 0 2px no-repeat;
			}
			#right #corner p.link a {
				color: #ff0000;
				}
		/*------------ スポアナ -------------*/
		#right #corner #supoana {
			width: 157px;
			margin: 0 0 8px;
			padding: 0 0 8px;
			background: url(../images/supoana_bar.gif) center bottom no-repeat;
			position: relative;
			}
			/*------------ スポアナ：タイトル -------------*/
			#right #corner #supoana h3 {
				width: 157px;
				height: 55px;
				background: url(../images/supoana_title.png) 0 0 no-repeat;
				behavior: url(/common/css/iepngfix.htc);
				position: relative;
				z-index: 10;
				}
				#right #corner #supoana h3 em {
					display: none;
					}
				/*------------ スポアナ：ナンバー -------------*/
				#right #corner #supoana h3 span {
					width: 27px;
					text-align: center;
					font: normal 195%/110% Georgia, "Times New Roman", Times, serif;
					font-size:18px;
					position: absolute;
					top: 32px;
					left: 118px;
					}
			/*------------ スポアナ：写真 -------------*/
			#right #corner #supoana .pic {
				margin: -8px 0 0 8px
				}
			/*------------ スポアナ：日付＆タイトル -------------*/
			#right #corner #supoana dl {
				margin: 10px 0 0;
				}
				#right #corner #supoana dl dt {
					width: 140px;
					margin: 0 0 5px 11px;
					color: #996600;
					font-weight: bold;
					}
				#right #corner #supoana dl dd {
					width: 140px;
					margin: 0 0 7px 8px;
					font-weight: bold;
					line-height: 1.2;
					}
		/*------------ シネマ -------------*/
		#right #corner #cinema {
			width: 157px;
			padding: 0 0 8px;
			position: relative;
			}
			/*------------ シネマ：タイトル -------------*/
			#right #corner #cinema h3 {
				width: 157px;
				height: 71px;
				background: url(../images/cinema_title.png) 0 0 no-repeat;
				behavior: url(/common/css/iepngfix.htc);
				position: relative;
				z-index: 10;
				}
				#right #corner #cinema h3 em {
					display: none;
					}
				/*------------ シネマ：ナンバー -------------*/
				#right #corner #cinema h3 span {
					width: 24px;
					text-align: center;
					font: normal 195%/100% Georgia, "Times New Roman", Times, serif;
					font-size:18px;
					color:#fff;
					position: absolute;
					top: 38px;
					left: 109px;
					}
			/*------------ シネマ：写真 -------------*/
			#right #corner #cinema .pic {
				margin: -8px 0 0 8px
				}
			/*------------ シネマ：日付＆タイトル -------------*/
			#right #corner #cinema dl {
				margin: 10px 0 0;
				}
				#right #corner #cinema dl dt {
					width: 140px;
					margin: 0 0 5px 11px;
					color: #996600;
					font-weight: bold;
					}
				#right #corner #cinema dl dd {
					width: 140px;
					margin: 0 0 7px 8px;
					font-weight: bold;
					line-height: 1.2;
					}
	/*------------ 他コーナー -------------*/
	#right #corner_other {
		width: 157px;
		}
		/*------------ コーナー：共通ボックス -------------*/
		#right #corner_other .box {
			width: 156px;
			margin: 0 0 8px;
			padding: 0 0 8px;
			border-top: 1px solid #d1d1d1;
			background: url(../images/bg_rightbox.gif) left bottom no-repeat;
			}
			/*------------ コーナー：共通ボックス -------------*/
			#right #corner_other .box h3 {
				width: 140px;
				height: 140px;
				margin: 8px 0 0 8px;
				background: url(../images/bg_rightbox.gif) left top no-repeat;
				}
		/*------------ コーナー：「なっちゃんのわかば日記」 -------------*/
		#right #corner_other #wakaba {
			}
			#right #corner_other #wakaba h3 {
				background: url(../images/bn_wakaba.jpg) 0 0 no-repeat;
				}
				#right #corner_other #wakaba h3 a {
					display: block;
					width: 140px;
					height: 140px;
					}
				#right #corner_other #wakaba h3 em {
					display: none;
					}
			#right #corner_other #wakaba p {
				display: none;
				}
		/*------------ コーナー：「アナの宅配便」 -------------*/
		#right #corner_other #roudoku {
			position:relative;
			}
			#right #corner_other #roudoku h3 {
				background: url(../images/bn_roudoku2.gif) 0 0 no-repeat;
				}
				#right #corner_other #roudoku h3 em {
					display: none;
					}
			#right #corner_other #roudoku dl {
				width: 100px;
				height: 50px;
				position: absolute;
				top: 60px;
				/*left: 39px;
				font-size: 10px;*/
				left: 32px;
				letter-spacing: 0.1em;
				}
				#right #corner_other #roudoku dl dt {
					margin: 0 0 2px;
					color: #7c7c7c;
					font-size:12px;
					font-weight: bold;
					letter-spacing:-0.5px;
					font-family: Georgia, "Times New Roman", Times, serif;
					}
				#right #corner_other #roudoku dl dd {
					font-size:10px;
					line-height: 1.3;
					}
				#right #corner_other #roudoku dl dd a{
					color: #E80465;
					}
				#right #corner_other #roudoku dl dd a:hover{
					text-decoration:underline;
					}
					
		/*------------ コーナー：「がんばれ裕衣ちゃん　羽化っていこう！」 -------------*/
		#right #corner_other #training2009 {
			position:relative;
			}
			#right #corner_other #training2009 h3 {
				background: url(../images/bn_training2009.jpg) 0 0 no-repeat;
				display: block;
				width:140px;
				height:140px;
				}
				#right #corner_other #training2009 h3 em {
					display: none;
					}
			#right #corner_other #training2009 dl {
				width: 105px;
				height: auto;
				position: absolute;
				top: 12px;
				left: 0;
				}
				#right #corner_other #training2009 dl dt {
					margin: 0;
					color: #fff;
					font-size:12px;
					font-weight: bold;
					padding:0 0 0 20px;
					}
				#right #corner_other #training2009 dl dd {
					color: #fff;
					font-size:12px;
					/*font-size:14px;*/
					font-weight: bold;
					padding:60px 0 0 20px;
					/*width: 100px;
					width: 115px;*/
					display:block;
					}
				#right #corner_other #training2009 dl dd a{
					color: #000;
					}
				#right #corner_other #training2009 dl dd a:hover{
					text-decoration:underline;
					color: #000;
					}

		/*------------ コーナー：杏奈と歩の あんなこんなで日進月歩」 -------------*/
		#right #corner_other #training2011 {
			position:relative;
			}
			#right #corner_other #training2011 h3 {
				background: url(../images/bn_training2011.jpg) 0 0 no-repeat;
				display: block;
				width:140px;
				height:140px;
				}
				#right #corner_other #training2011 h3 em {
					display: none;
					}
			#right #corner_other #training2011 dl {
				width: 138px;
				height: auto;
				position: absolute;
				top: 12px;
				left: 0;
				}
				#right #corner_other #training2011 dl dt {
					margin: 0;
					color: #fff;
					font-size:12px;
					font-weight: bold;
					padding:0 0 0 20px;
					}
				#right #corner_other #training2011 dl dd {
					color: #fff;
					font-size:12px;
					/*font-size:14px;*/
					font-weight: bold;
					padding:60px 0 0 16px;
					/*width: 100px;
					width: 115px;*/
					display:block;
					}
				#right #corner_other #training2011 dl dd a{
					color: #000;
					}
				#right #corner_other #training2011 dl dd a:hover{
					text-decoration:underline;
					color: #000;
					}
					
		/*------------ コーナー：「魅惑のアナ画像庫」 -------------*/
		#right #corner_other #archive {
			}
			#right #corner_other #archive h3 {
				background: url(../../images/bn_archive.gif) 0 0 no-repeat;
				width: 140px;
				height: 60px;
				}
				#right #corner_other #archive h3 a {
					display: block;
					width: 140px;
					height: 60px;
					}
				#right #corner_other #archive h3 em {
					display: none;
					}
			#right #corner_other #archive p {
				display: none;
				}
					
		/*------------ コーナー：「ANN系列アナウンサーHP直リンクマップ！」 -------------*/
		#right #corner_other #annLink {
			}
			#right #corner_other #annLink h3 {
				background: url(../../images/bn_anaMap.jpg) 0 0 no-repeat;
				width: 140px;
				height: 60px;
				}
				#right #corner_other #annLink h3 a {
					display: block;
					width: 140px;
					height: 60px;
					}
				#right #corner_other #annLink h3 em {
					display: none;
					}
			#right #corner_other #annLink p {
				display: none;
				}

		/*------------ コーナー：「高校野球2011」 -------------*/
		#right #corner_other #base2011 {
			}
			#right #corner_other #base2011 h3 {
				background: url(../images/base2011_m3.gif) 0 0 no-repeat;
				}
				#right #corner_other #base2011 h3 a {
					display: block;
					width: 140px;
					height: 140px;
					}
				#right #corner_other #base2011 h3 em {
					display: none;
					}
			#right #corner_other #base2011 p {
				display: none;
				}

		/*------------ コーナー：「高校野球2009」 -------------*/
		#right #corner_other #base2009 {
			}
			#right #corner_other #base2009 h3 {
				background: url(../images/base2009_m3.gif) 0 0 no-repeat;
				}
				#right #corner_other #base2009 h3 a {
					display: block;
					width: 140px;
					height: 140px;
					}
				#right #corner_other #base2009 h3 em {
					display: none;
					}
			#right #corner_other #base2009 p {
				display: none;
				}

		/*------------ コーナー：「エコ朗読会2009」 -------------*/
		#right #corner_other #ecoRoudoku {
			}
			#right #corner_other #ecoRoudoku h3 {
				background: url(../images/eco_anaSide.gif) 0 0 no-repeat;
				}
				#right #corner_other #ecoRoudoku h3 a {
					display: block;
					width: 140px;
					height: 140px;
					}
				#right #corner_other #ecoRoudoku h3 em {
					display: none;
					}
			#right #corner_other #ecoRoudoku p {
				display: none;
				}
