@charset "Shift_JIS";

/*共通
------------------------------------------------------------------------------*/

*{
	font-family: "Lucida Grande", "MS UI Gothic",Arial, sans-serif;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size: 100%;
	color: #222222;
	background-color: #ffffff;
	font-weight:normal;
}
#body{
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
}
#header{
	margin:0;
	padding:0;
}
#header table{
	margin:0;
	padding:0;
	border:none;
	width:700px;
}
#header td{
	margin:0;
	padding:0;
}

a img{
	border:0;
}
a:link{
	text-decoration:none;
	color:#0000cc;
}
a:visited{
	text-decoration:none;
	color:#660099;
}
a:hover{
	text-decoration:none;
	color:#339999;
}
#body p{
	margin:5px 0;
	padding:0;
}

#currentDate{
	display:inline;
	padding:0;
	margin: 0;
	height: 47px;
}

/*メインナビゲーション*/
#main-navigation{
	margin:0;
}
#toppage #main-navigation{
	margin: 0 0 10px 0;
}

/*メインナビゲーション部分のポジションを指定*/
#main-navigation ul {
	padding:0;
	margin: 0 auto;
	width: 700px;
	z-index: 1;
	list-style-type:none;
}
#main-navigation li {
	float: left;
}

#main-navigation a {
	border: none;
	display: block;
	font-weight: normal;
	padding: 0;
	text-indent: -9999px;
}

#main-navigation a:hover,
#main-navigation li:hover a{
	background: none !important;
}

/*メインナビゲーション部分の高さを設定*/
#main-navigation,
#main-navigation ul ,
#main-navigation li ,
#main-navigation a{
	height: 30px;
}

/*メインナビゲーション部分の画像（ロールオーバー時）と幅の指定*/
#main-navigation ul {
	background: transparent url(../images/main_navi.gif) no-repeat 0 -30px;
	width: 700px;
}

/*メインナビゲーション部分の画像（通常）*/
#main-navigation a {
	background: transparent url(../images/main_navi.gif) no-repeat;
}

/*各メニューの設定*/
/*幅*/
#main-navigation #navi_profile{width: 101px;}
#main-navigation #navi_chara{width: 101px;}
#main-navigation #navi_kitchen{width: 101px;}
#main-navigation #navi_toiawase{width: 101px;}
#main-navigation #navi_game{width: 101px;}
#main-navigation #navi_download{width: 101px;}
#main-navigation #navi_uranai{width: 94px;}
/*ノーマル表示*/
#main-navigation #navi_profile a {background-position: 0 0;}
#main-navigation #navi_chara a {background-position: -101px 0;}
#main-navigation #navi_kitchen a {background-position: -202px 0;}
#main-navigation #navi_toiawase a {background-position: -303px 0;}
#main-navigation #navi_game a {background-position: -404px 0;}
#main-navigation #navi_download a {background-position: -505px 0;}
#main-navigation #navi_uranai a {background-position: -606px 0;}






h1,h2{
	color: #339999;
	font-size: medium;
	font-weight: bold;
	margin:10px 24px;
	text-align:left;
}

.j10m{font-size:10px; line-height:13px;}
.j11m{font-size:11px; line-height:14px;}
.j12m{font-size:12px; line-height:16px;}
.j13m{font-size:13px; line-height:18px;}
.j15m{font-size:15px; line-height:20px;}
.backnumber{font-size:10px; line-height:10px; font-family:Osaka; color:#339999;text-align:left;}
.tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}
.caution{color: #FF0000;font-size: small;}
.time {margin:5px 25px;font-size: small;text-align:right;color:#555555}
.date {font-size: large;font-weight: bold;color: #000000;text-align:center;}
.intro {margin:15px 0px 5px;font-size: smaller;}
.h1img{margin:0px;}













/*レイアウト*/

#left-content{
	padding:0 10px;
	margin: 0 ;
	width:330px;
	background:#ffffff;
	float:left;
}
#right-content{
	clear:both;
	padding:0;
	margin: 0 ;
	width:350px;
	background:#ffffff;
	float:right;
}
#content{
	clear:both;
	text-align:center;
	margin:10px auto 0;
	padding:0;
}
#corner-download #content{
	margin:0 auto 0;
}
#content .px577{
	padding:0 60px;
}
#footer{
	clear:both;
}








table.layout{
	border:none;
}
.layout td{
	padding:0;
}

.clear{
	clear:both;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.top{
	vertical-align:top;
}
.middle{
	vertical-align:middle;
}
.bottom{
	vertical-align:bottom;
}

a.gotoindex{
	width:126px;
	height:47px;
	border: none;
	display: block;
	font-weight: normal;
	margin:0;
	padding: 0 ;
	text-indent: -9999px;
	background: transparent url(../images/btn_top.gif) no-repeat top right;
}
a.gotoindex:hover{
	background-position: 0 -47px;
	border: none;
}
.gototop a {
	height:24px;
	border: none;
	display: block;
	font-weight: normal;
	margin:10px 25px 10px auto;
	padding: 0 ;
	text-indent: -9999px;
	background: transparent url(../images/pagetop2.gif) no-repeat top right;
}

.text{
	background-color:#ffffff;
	padding:1px;
	color:#000000;
	border:1solid;
	border-color:#000000;
}
.button{
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
}
.top{
	vertical-align:top;
}
.bottom{
	vertical-align:bottom;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
li{
	margin:5px0px10px0px;
}
address{
	text-align:center;
	margin:0;
	padding:25px;
	font-size:0.72em;
	font-weight:normal;
	font-style:normal;
	background:transparent url(../images/hr.gif) repeat-x 0 0;
}

.hr{
	margin:10px 0;
	padding:0;
}
.floatL{
	float:left;
	margin-right:10px;
}
.floatR{
	float:right;
	margin-left:10px;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.erase{
	display:none;
}

/*トップページ
------------------------------------------------------------------------------*/
#corner-title{
	border-bottom:1px solid #777777;
	margin-bottom:10px;
}

.infobox{
	color:#000000;
	font-size:1em;
	text-decoration:none;
	background:#fff2de;
	border:1px solid #777777;
	font-weight:normal;
	padding:7px;
	text-align:center;

}

/*トップの問い合わせ*/
#toiawase{
	color:#000000;
	font-size:0.72em;
	text-decoration:none;
	background:#fff2de;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	font-weight:normal;
	padding:7px;
}
a#toiawase{
	text-decoration:none;
}
p.update{
	height:1em;
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.1em;
	color:#666666;
	text-align:right;
	letter-spacing:1px;
}
.toiawase-date{
	font-size:1.2em;
	font-weight:bold;
}
#toiawase strong{
	font-size:1.2em;
	font-weight:bold;
}
a:link.lineUp, a:visited.lineUp, a:hover.lineUp{
	margin:0;
	padding:0;
	border:0;
	color:#000000;
	text-decoration:none;
}
ul.lineUpList{
	margin:5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}
.lineUpList li{
	font-size:1.2em;
	margin:10px 0px 10px 0px;
	padding:0px 0px 3px 20px;
	list-style-type:none;
	background:transparent url(../images/puipui_arw.gif) left top no-repeat;
	color:#000000;
	font-weight:normal;
}
.lineUpList b{
	font-weight:bold;
	letter-spacing:1px;
}
.lineUpList li a:link, .lineUpList li a:visited, .lineUpList li a:hover{
	text-decoration:none;
}
.attention{
	color:#ff0000;
}


/*トップのきっちん*/
#kitchen{
	margin-top:10px;	
	text-align:left;
	padding:7px;
	background:#ffefef;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	font-size:0.9em;
}

/*アナウンサー*/
#announcer{
	margin-top:7px;	
}

/*トップの占い*/
#uranai{
	margin:10px 0 5px 0;	
	padding:0;
	text-align:left;
}

/*トップのバナー*/
table#top-bnr{
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
#top-bnr td{
	width:175px;
	padding:10px 10px 0 0;
	vertical-align:top;
	font-size:0.72em;
	line-height:1.5em;
}

/*更新履歴*/
#history{
	margin-top:30px;
	background:url(../images/hr-renewalhistory.gif) no-repeat 0 0;
	padding:20px 0px 0px 10px;
	font-size:0.9em;
}
#history span.date{
	color:#c60018;
	font-size:0.9em;
}


/*ちちんぷいぷいからのお知らせ*/
#news{
	background:url(../images/hr-information2.gif) no-repeat 0 0;
	padding-top:25px;
	font-size:0.9em;
	line-height:1.4em;
	font-weight:normal;
}
#news div.nml-topic{
	margin-top:5px;
	background:url(../images/hr-information.gif) no-repeat 0 0;
	padding-top:25px;
}
#news .bg-click{
	background:url(../images/bg_click.gif) no-repeat 0 0;
	margin:5px 0;
	padding:0 0 0 65px;
	font-size:0.9em;
}
#news .layout td{
	vertical-align:top;
	padding-top:5px;
}
#news .layout td img{
	margin-right:10px;
}
ul#station{
	margin:5px 0px 0px 0px;
	padding:0px 5px 0px 20px;
}
#station li{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/*問い合わせページ
------------------------------------------------------------------------------*/
#corner-toiawase #fcontent{
	padding:0 50px 10px;
	text-align:center;
	background:transparent url(../toiawase/images/bg.gif) repeat 0 0;
}
#corner-toiawase #content table{
	margin:0 25px;
	_margin:0;
}
#toiawase-title{
	margin:0;
	padding:0;
	width:100%;
	borer:none;
	background:#ffffff;
	border-bottom:1px solid #777777;
	margin-bottom:10px;
}
#toiawase-title td{
	padding:0;
}


.caution{
	color: #FF0000;
	font-size: small;
}
.time{
	width:550px;
	margin:5px 0;
	padding:0;
	font-size: small;
	text-align:right;
	color:#555555;
	clear:both;
}
#corner-toiawase .date{
	padding:15px 0 0;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.intro{
	margin:15px 0px 5px;
	font-size: smaller;
}
h1,h2{
	color: #339999;
	font-size: medium;
	font-weight: bold;
	margin:10px 24px;
	text-align:left}
.toiTable{
	width:550px;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
}
.toiTable td{
	padding:3px;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:left;
	vertical-align:top;
}
.toiTable td.header{
	width:135px;
	background:#eeeeee;
}
.toiTable td.matter{
	background:#ccffff;
}
.matter img{
	margin-top:7px;
}

.toiTable .toiTable2{
	border:none;
}
.toiTable .toiTable2 td{
	padding:0px;
	text-align:left;
	vertical-align:top;
	border:none;
}
.toiTable3, .toiTable4{
	width:550px;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
}
.toiTable3 td, .toiTable4 td{
	padding:3px;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	vertical-align:middle;
}
.toiTable3 td.matter{
	background:#ccffff;
}
.toiTable3 td img{
	margin-top:0;
}
td.matter p{
	margin:5px 0px;
}
.toiTable4 td{
	background:#ccffff;
	text-align:left;
	vertical-align:middle;
}
.toiTable4 img.bnr-kitchen{
	float:left;
	margin:0 10px 5px 5px;
}

.toiTable caption{
	font-size:1.1em;
	text-align:left;
	margin:5px 0;
}

#corner-toiawase .time {margin:5px 25px;}
#corner-toiawase .intro {margin:15px 15px 5px;padding:0 5px;}

#corner-toiawase p.pagetop{
	margin:10px 25px;
	text-align:right
}

#body .backnumber{font-size:0.72em; line-height:1.2em;; color:#339999;text-align:left;}

table.bnTable{
	width:550px;
	border:none;
	padding-bottom:10px;
}
.bnTable td{
	padding:3px;
	vertical-align:top;
}
.bnTable td.header{
	width:10px;
	text-align:center;
}
.notes{
	font-size:small;
	color:#333333;
	border:1px solid #cccccc;
	background:#f7f4f4;
	margin:3px;
	padding:5px;
}

#corner-toiawase #info table.layout{
	width:550px;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	background:#ccffff;
}
#corner-toiawase #info .layout td, #corner-toiawase #info .layout th{
	padding:3px;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:left;
	vertical-align:top;
	background:#ccffff;
}
#corner-toiawase #info .layout td{
	background:#ccffff;
}
#corner-toiawase #info .layout th{
	width:135px;
	font-weight:normal;
	background:#eeeeee;
}
#corner-toiawase #info img{
	margin:10px;
}






/*京都特集2006*/
#corner-toiawase div#content.kyoto2006{background-image: url(../toiawase/images/bg_051010.gif) ;}
div#content.kyoto2006 p.sub-title{color: #930;}
div#content.kyoto2006 h2{color: #c63;}
div#content.kyoto2006 .toiTable td.matter,
div#content.kyoto2006 .toiTable2 td.matter,
div#content.kyoto2006 .toiTable4 td.matter,
div#content.kyoto2006 .toiTable3 td.matter{background-color: #f5e0d6;}


/*ぷい正月2007*/
#corner-toiawase .newyear2007 #content{background-image: url(../toiawase/images/bg_060101.gif);}
.newyear2007 div#content p.sub-title{color: #063;font-weight: bold;}
.newyear2007 div#content h2{color: #c62b54;}
.newyear2007 div#content .toiTable td.matter,
.newyear2007 div#content .toiTable2 td.matter,
.newyear2007 div#content .toiTable4 td.matter,
.newyear2007 div#content .toiTable3 td.matter{background-color: #f9e9ee;}


/*ちちんぷいぷい冬休み*/
#corner-toiawase div#content.huyuyasumi{background-image: url(../toiawase/images/bg_051010.gif) ;}
div#content.huyuyasumi p.sub-title{color: #e64d4d;}
div#content.huyuyasumi h2{color: #e64d4d;}
div#content.huyuyasumi .toiTable td.matter,
div#content.huyuyasumi .toiTable2 td.matter,
div#content.huyuyasumi .toiTable4 td.matter,
div#content.huyuyasumi .toiTable3 td.matter{background-color: #f8e8cf;}



/*キッチンページ
------------------------------------------------------------------------------*/
#corner-kitchen #content{
	padding:0 10px;
}
#corner-kitchen #content table, #corner-kitchenbook #content table{
	margin:0 auto;
}
#corner-kitchentype #content{
	margin-top:0;
}
#corner-kitchentype td {  font-size: 10pt; color: #333333}
#corner-kitchentype th {  font-size: 12pt; color: #333333}
#corner-kitchentype .size1 {  font-size: 1.5em; color: #333333}
#corner-kitchentype  #content{
	padding:0 50px;
}
#recipeContent{
}
#recipe-address{
	font-size:1em;
}

#corner-kitchen table#corner-title{
	width:100%;
	border:none;
	margin:0;
	padding:0 0 1px 0;
	text-align:center;
}
#corner-kitchen #corner-title td{
	margin:0;
	padding:0;
}
#corner-kitchen table#main-block{
	width:599px;
	border:none;
}
#corner-kitchen #main-block td{
	width:355px;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding:0;
}
#corner-kitchen #main-block td.pic{
	width:220px;
	text-align:left;
	vertical-align:top;
	padding-right:20px;
}
#corner-kitchen #main-block td.pic img{
	border:1px solid #dedede;
	margin:5px 0;
	padding:1px;
}
#corner-kitchen #main-block p{
	font-size:0.9em;
}
#corner-kitchen #main-block strong{
	font-size:1.2em;
	font-weight:bold;
}
#corner-kitchen #main-block .caption{
	font-size:0.72em;
}

table #menu-week{
	width:599px;
	border:none;
}
#menu-week td{
	width:128px;
	text-align:center;
	vertical-align:top;
	padding:5px 10px;
	border-left:1px dotted #ff66cc;
	font-size:0.9em;
}
#menu-week td.fri{
	border-right:1px dotted #ff66cc;
}
#menu-week a{
	display:block;
	margin:10px 0;
}
#menu-week .teacher{
	font-size:0.9em;
}

/*きっちんぶっく*/
#corner-kitchenbook #content{
	padding:0;
}
table.book-block{
	width:100%;
	background:#FFFFCC;
}
.book-block td{
	text-align:left;
	vertical-align:bottom;
	padding:0;
}
#corner-kitchenbook .book-title{
	color:#ff3300;
	padding:3px;
	font-size: 1em;
	font-weight: bold;
}
#corner-kitchenbook .price{
	color:#000000;
	font-size: 0.9em;
	font-weight: normal;
}
#corner-kitchenbook .on-sale-day{
	color:#333333;
	padding:3px;
	font-size: 0.9em;
}
#corner-kitchenbook p.copy-lead{
	margin-top:0;
	font-size:0.9em;
	font-weight:bold;
	color:#ff3300;
	padding:5px 2px 0 5px;
}
#corner-kitchenbook p.copy-text{
	font-size:0.72em;
	line-height:1.5em;
	padding:0 5px 5px 5px;
}
#corner-kitchenbook img.main-pic{
	border:none;
	margin:0;
	padding:5px 0 5px 5px;
}
#corner-kitchenbook img.sub-pic{
	padding:5px 0 5px 5px;
}
#corner-kitchenbook ul.order-list{
	text-align:left;
	margin:0;
	padding:0 0 0 20px;
}
#corner-kitchenbook .order-list li{
	margin-bottom:10px;
}





/*出演者
------------------------------------------------------------------------------*/
#corner-profile #content{
	padding:0 10px;
}

#corner-profile table.layout{
	width:100%;
	margin-bottom:20px;
}
#corner-profile .layout td{
	text-align:left;
	vertical-align:top;
	padding-bottom:20px;
}
#corner-profile #content .layout img, .main-pic{
	margin:0 5px 5px 0;
	border:1px solid #dedede;
	padding:1px;
}
#corner-profile #content #week-btn .layout img{
	border:none;
	padding:0;
}
#corner-profile #content .layout img.btn{
	border:none;
	text-align:left;
	margin:0;
	padding:0;
}
#corner-profile #content #week-btn .layout img.btn{
	margin:10px 0;
}

#corner-profile .name{
	font-size:0.9em;
}
#corner-profile .week-title{
	margin:10px auto;
}
.business-title{
	font-size:0.72em;
}
#corner-profile p.charge{
	font-size:0.72em;
	background:transparent url(../profile/images/charge.gif) no-repeat 0 0;
	padding-left:0px;
	padding-top:20px;
}



/*ぷいぷい号
------------------------------------------------------------------------------*/
.h1img{
	margin:0 auto;
	text-align:center;
}

/*お魚日記
------------------------------------------------------------------------------*/
#corner-osakana #footer-navi{
	width:550px;
	margin:0 auto;
}
#corner-osakana #footer-navi img.gototop{
	float:left;
}
#corner-osakana #footer-navi img.pagetop{
	float:right;
	margin-top:5px;
}	


/*オーサカキング2006
------------------------------------------------------------------------------*/
#osakaking .h1img{
	margin:10px auto;
	text-align:center;
}
#osakaking #content{
	text-align:left;
	padding:10px 20px;
}
#osakaking h2{
	color:#f00;
	margin:0;
}
#osakaking h3{
	font-size:0.9em;
	color:#f00;
	margin-top:30px;
}
#osakaking p{
	font-size:0.9em;
	line-height:1.5;
}
#osakaking img.puipui{
	float:left;
	margin:5px 20px 15px 0;
}
#osakaking div.offer{
	border:1px dotted #cc0099;
	padding:10px;
	background-color:#fae5f5;
}
#osakaking #content dl{
	clear:both;
	font-size:0.8em;
	line-height:1.5;
	margin:0;
	padding:0;
}
#osakaking #content dd{
	float:left;
	margin:0;
}
#osakaking #content dt{
	padding-left:120px;
}
#osakaking #content ul{
	margin:0;
	padding:0 0 0 20px;
}
#osakaking #content li{
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.5;
}



/*アナウンサーの衣装
------------------------------------------------------------------------------*/
#corner-ishou #content{
	padding:20px 60px;
	background-color:#fff7f7;
}

#corner-ishou table.layout{
	width:90%;
	margin-bottom:5px;
}
#corner-ishou .layout td{
	text-align:center;
	vertical-align:top;
	padding-bottom:20px;
}
#corner-ishou #content .layout img, .main-pic{
	margin:0 5px 5px 0;
	border:1px solid #dedede;
	padding:1px;
}
#corner-ishou #content #week-btn .layout img{
	border:none;
	padding:0;
}
#corner-ishou #content .layout img.btn{
	border:none;
	text-align:left;
	margin:0;
	padding:0;
}
#corner-ishou #content #week-btn .layout img.btn{
	margin:10px 0;
}

#corner-ishou .name{
	font-size:0.9em;
}
#corner-ishou .week-title{
	margin:10px auto;
}
.business-title{
	font-size:0.72em;
}
#corner-ishou p.charge{
	font-size:0.72em;
	background:transparent url(../profile/images/charge.gif) no-repeat 0 0;
	padding-left:0px;
	padding-top:20px;
}


/*共通
------------------------------------------------------------------------------*/
#corner-download #content table,
#corner-horse #content table,
#corner-announcer #content table,
#corner-osakana #content table,
#corner-sayukatsu #content table,
#corner-game #content table{
	margin:0 auto;
}

#corner-horse #content{
	padding:0 25px;
}


#corner-game address{
	font-size:1.2em;
}

































/* IE hacks
*******************************************************************************/

* html{
	word-break: break-all ;
	word-wrap: break-word ! important;
}

/* Clear Floats Without Structural Markup */
/* positioniseverything.net/easyclearing.html */
* html #body
{height: 1%;}

/* IE inline top&bottom padding&border Bug */
/* positioniseverything.net/explorer/ie-listbug.html  */
* html ul li
{position: relative;}

/** html  ul, ol, dl {position: relative;  }*/
* html dl,
* html dl,
* html ul{position: relative;  }

/*Layout center*/
* html body { text-align: center; } 






/*IE hacks-END*/






/* Mac IE hacks
*******************************************************************************/

/*\*//*/ 

/* form font-family Bug*/
/*フォント指定で、欧文フォント、又は欧文フォント,日本語フォントと指定するとform 内の2バイトフォントが文字化けするのを回避*/
textarea, select, input {font-family: Osaka, sans-serif;} 

/*dt要素をdd要素より上にする*/
dl.dd{z-index:1;}
dl.dt{z-index:2;}

/*Layout center*/
body { text-align: center; } 

/*レイアウト*/

#left-content{
	padding:0 5px;
}






/**/

/*Mac IE hacks-END*/


