@charset "Shift_JIS";

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

*{
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	font-size: 100%;
	color: #222;
	background-color: #fff;
	font-weight:normal;
}
#body{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-right:1px solid #777;
	border-left:1px solid #777;
	display: inline-block;
}
div#body:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#body{ height: 1%; }
div#body{ display: block; }
/* End hide from IE-mac */

#header{}
#header-inner{
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	height: 190px;
	z-index:10;
}
#header-inner p#site-description{margin: 0;	padding: 0;}
#header-inner p#site-description a{
	display: block;
	text-indent: -9999px;
	height: 50px;
}
#header-inner .banner728{
	position: relative;
	top: 23px;
	left: 33px;
	width: 728px;
	height: 90px;
	z-index:50;
}
#header-inner .banner728 a{
	display: block;
	width: 728px;
	height: 90px;
	border:1px solid #000;
}
#header-inner #currentDate{
	display: block;
	position: absolute;
	top: 25px;
	width: 200px;
	height: 17px;
	margin-left: 595px;
	text-align: right;
}
#header-inner #btn-toppage{
	position: absolute;
	top: 25px;
	margin-left: 635px;
}
#header-inner #btn-toppage p{margin: 0;padding: 0;}
#header-inner #btn-toppage p a{
	display: block;
	width: 158px;
	height: 17px;
	border: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url(../images/btn_toppage.gif) no-repeat top left;
}
#header-inner #btn-toppage p a:hover{background-position: 0 -17px;}

#header table{border:none;width:800px;}
#header td{padding:0;}

a img{border:none;}
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;
}

/*メインナビゲーション*/
#nav{
	width: 800px;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
}
#nav ul{
	margin: 0;
	padding:0;
	width: 800px;
	height: 30px;
	list-style-type:none;
}
#nav li{
	margin: 0;
	padding:0;
	height: 30px;
	display: inline;
	float: left;
}

/*200702以前のメインナビゲーション*/
#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, #main-navigation #navi_chara, #main-navigation #navi_kitchen, #main-navigation #navi_toiawase, #main-navigation #navi_game, #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: #555}
.date{font-size: large;font-weight: bold;color: #000000;text-align:center;}
.intro{margin:15px 0px 5px;font-size: smaller;}
h1.h1img{margin:0;}













/*レイアウト*/

div#top-main-content{
	clear: both;
	width: 800px;
	padding: 10px 0 0 0;
}
div#left-content{
	float:left;
	padding:0 10px 0 20px;
	margin-bottom: 20px;
	width:370px;
	background:#fff;
}
div#right-content{
	float:right;
	padding:0 20px 0 10px;
	margin-bottom: 20px;
	width:370px;
	background:#fff;
}
#content{
	clear:both;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
}
div#content td{text-align: left;}
div#content .px577{
	padding:0 60px;
}
#footer{clear:both;}





.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;}

.floatL{float:left;margin-right:10px;}
.floatR{float:right;margin-left:10px;}
.float-left{float:left;}
.float-right{float:right;}

.hr{margin:10px 0;padding:0;}

.erase{display:none;}

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

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 auto;
	padding: 0 ;
	text-indent: -9999px;
	background: transparent url(../images/pagetop2.gif) no-repeat top right;
	width: 700px;
}
.text{
	background-color: #fff;
	padding:1px;
	color:#000000;
	border:1px solid;
	border-color:#000000;
}
.button{
	background-color: #fff;
	color:#000000;
	font-size:12px;
}
li{
	margin:5px 0px10px 0px;
}
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;
}


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

/*トップの問い合わせ*/
#toiawase{
	color:#000;
	font-size:0.72em;
	background:#fff2de;
	border:1px solid #777;
	font-weight:normal;
	padding:10px;
}
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:10px;
	background:#ffefef;
	border:1px solid #777;
	font-size:0.9em;
}

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

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

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

/*更新履歴*/
#history{
	margin: 0;
	padding:0 0px 0px 10px;
	background:none;
	font-size:0.9em;
}
#history span.date{
	color:#c60018;
	font-size:0.9em;
}


/*ちちんぷいぷいからのお知らせ*/
#news{
	background:none;
	padding: 0;
	font-size:0.9em;
	line-height:1.4em;
	font-weight:normal;
}
#news div.nml-topic{
	padding: 0;
	background:none;
	margin-top:5px;
}
#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 #content{
	padding:0 50px 10px 50px ;
	margin-top: 0;
	text-align: center;
	background: transparent url(../toiawase/images/bg.gif) repeat 0 0;
}
#corner-toiawase h2{margin:10px auto;width: 550px;}
#corner-toiawase #content table{
	margin:0 auto;
	_margin:0;
	/*\*//*/ margin-left:75px;/**/
}
#toiawase-title{
	margin:0;
	padding:0;
	width:100%;
	borer:none;
	background: #fff;
	border-bottom:1px solid #777;
	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: #555;
	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;
}
#corner-toiawase p.intro{width: 550px;margin:15px auto 5px auto;}

h1,h2{
	color: #339999;
	font-size: medium;
	font-weight: bold;
	margin:10px 24px;
	text-align:left;
	clear: both;
}
.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,
div#content .toiTable3 td, div#content .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 auto;}
#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;
}
#corner-toiawase .gototop a{width: 550px;}






/*京都特集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 10px;
	/*\*//*/ width: 600px;/**/
}
#corner-kitchen #content table, #corner-kitchenbook #content table{
	margin:0 auto;
}
#corner-kitchentype #content{margin-top:0;padding:20px 100px;}
#corner-kitchentype .size1{  font-size: 1.5em; color: #333333}

#corner-kitchentype h1{float: left;margin: 0 20px 0 0;padding: 0;color: #000;font-size: 1.5em;}
#corner-kitchentype ul, #corner-kitchentype li{list-style: none;margin: 0;padding: 0;}
#corner-kitchentype ul{margin-top: 5px;}
#corner-kitchentype li{float: left;font-size: 0.85em;}

#corner-kitchentype table{
	clear: both;
	border: none;
	width: 600px;
	border-left:1px solid #333;
	border-top:1px solid #333;
}
#corner-kitchentype table th,
#corner-kitchentype table td{
	/*white-space: nowrap;*/
	padding: 5px;
	font-size: 0.8em;
	color: #333;
	text-align: center;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}
#corner-kitchentype table th{white-space: nowrap;}
#corner-kitchentype thead th.recipe-name{width: auto;background-color: #ff9999;}
#corner-kitchentype thead th.on-air{width: auto;background-color: #66cc66;}
#corner-kitchentype thead th.cook-time{width: 50px;background-color: #ffcc66;}
#corner-kitchentype thead th.difficulty{width: 50px;background-color: #99ccff;}
#corner-kitchentype th.type-category{background-color: #ddd;font-size: 1em;text-align: left;}
#corner-kitchentype .gototop a{width: 600px;}


#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{
	padding:0;
}
#corner-kitchen table#main-block{
	width:630px;
	border:none;
}
#corner-kitchen #main-block td{
	width:410px;
	text-align:center;
	vertical-align:middle;
	padding:0;
}
#corner-kitchen #main-block td.pic{
	width:200px;
	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;
}



/* 月間表示に改め(080201) */
table#menu-week{
	margin:0 auto;
	padding: 0;
	width: 640px;
}

table#menu-week th{
	border:0px;
}

table#menu-week td {
	float: center;
	width:100px;

	border:1px dotted #ff66cc;
	text-align:center;
	vertical-align:top;
	
}
#menu-week a{}
#menu-week .teacher{font-size:0.9em;}
/* ここまで */


/*
ul#menu-week{
	margin:0 auto;
	padding: 0;
	width: 640px;
}
ul#menu-week li{
	margin:0 5px 10px 0;
	padding:5px 10px;
	float: left;
	display:inline;
	width:100px;
	text-align:center;
	vertical-align:top;
	border:1px dotted #ff66cc;
	font-size:0.9em;
}
ul#menu-week li.fri{}
#menu-week a{}
#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:700px;
	margin: 0 auto 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;
}



/*ゲーム＆プレゼント
------------------------------------------------------------------------------*/


/*ダウンロード
------------------------------------------------------------------------------*/
#corner-download{}
	
#corner-download #content{/*\*//*/ padding-left:75px;/**/;}
#corner-download #content table td table{margin-left: 40px;}
#corner-download #content table td table td table{margin-left: 0;}

#corner-download table.list-table{
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	width: 500px;
	background-color: #f5f5f5;
}
#corner-download table.list-table td{
	border-top:1px solid #777;
	border-left:1px solid #777;
	padding: 5px;
	vertical-align: top;
}

/*ぷいぷい号
------------------------------------------------------------------------------*/
.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-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;
}













/*キッチンタイプボタン*/
#type-navigation{width: 610px;margin: 0 auto;}
#type-navigation ul{
	margin: 0;
	padding:0;
	height: 27px;
	list-style-type:none;
}
#type-navigation li{
	margin: 0;
	padding:0;
	height: 27px;
	display: inline;
	float: left;
}






























/* 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;/**/} 


/*Mac IE hacks-END*/


