/* CSS Document */

/* ------------------------------------------------
Header
------------------------------------------------ */

#header {
	margin-bottom: 0 !important;
	background: url(../images/header_bg_inner.gif) no-repeat;
}

#header h1 {
	float: left;
	width: 285px;
	padding: 0 0 0 5px;
}

#header h1 a {
	width: 285px;
	height: 0 !important;
	height /**/: 35px;
	overflow: hidden;
	padding-top: 35px;
	display: block;
}

#header #home {
	float: right;
	margin: 0;
	padding: 18px 14px 0 0;
	width: 71px;
}

#header #home a {
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat;
	width: 71px;
	display: block;
	padding: 17px 0 0 0;
	height: 0 !important;
	height /**/: 17px;
	overflow: hidden;
	font-size: 0.1em;
}

#header #home a:hover {
	background-position: 0 -17px;
}

#header #line {
	clear: both;
/*	background-color:#C61A22;
	height: 4px;*/
}

#header #line hr {	display: none; }

/* ------------------------------------------------
Content
------------------------------------------------ */
#content-bg {
	background: url(../images/content_bg.jpg) no-repeat 10px 0;
	clear: both;
	width: 770px;
}

/* ------------------------------------------------
Navi
------------------------------------------------ */
#LeftNav h1 {
	margin: 0;
}

/* ------------------------------------------------
MainContent
------------------------------------------------ */
#main h2 {
	background: url(../images/bg_h2.gif) no-repeat;
	padding: 5px 0 7px 20px;
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 5px 0 10px;
}

#main h3 {
	background: url(../images/bg_h3.gif) no-repeat;
	padding: 4px 0 5px 10px;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#main h4 {
	background: url(../images/bg_h4.gif) no-repeat bottom;
	padding: 3px 0 3px 0px;
	font-size: 1.0em;
	margin: 20px 0 10px 0;
}

#main h5 {
	background: url(../images/bg_h5.gif) no-repeat bottom;
	padding: 3px 0 3px 0px;
	font-size: 0.7em;
	margin: 20px 0 0px 0;
	text-align: center;
}

#main p {
	font-size: 0.8em;
	margin: 0 0 30px 0;
	line-height: 1.4em;
}

#main li {
	font-size: 0.8em;
	line-height: 1.4em;
}

#main p.date {
	margin:0;
	text-align:right;
	color:#666;
}

#main iframe {
	width:160px;
	height:155px;
}
table.dec {
	border: 1px solid #8a8a8a;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.8em;
	
}

table.dec th,table.dec td {
	border-left: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	padding: 5px;
}

table.dec th {
     /*	background-color: #232323; */
}

table.dec2 {
	border: 1px solid #acacac;
	border-collapse: collapse;
	width: 70%;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto; 
}

table.dec2 th,table.dec2 td {
	border-left: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	padding: 5px;
	text-align: left;
}

table.dec2 th {
     /*	background-color: #232323; */
	text-align: left;
	color: #acacac;
	width:100px;
}

table.dec2 td {
     /*	background-color: #ffffff; */
	text-align: left;
	color: #acacac;	
}

#TopicPath {
	margin: 25px 0 0 0 !important;
	font-size: 0.8em;
}

/* ------------------------------------------------
Page Top
------------------------------------------------ */
#PageTop {
	margin: 0 25px;
	padding: 25px 0 0 0;
	background: #000000;
	clear: both;
	width: 720px;
}

#PageTop a {
	display: block;
	float: right;
	width: 71px;
	background-image: url(../images/pagetop_bg.gif);
	background-repeat: no-repeat;
	height: 0 !important;
	height /**/: 17px;
	padding: 17px 0 0 0;
	overflow: hidden;
	font-size:0.1em;
}

#PageTop a:hover {
	background-position: 0 -17px;
}

/* ------------------------------------------------
Footer
------------------------------------------------ */
#footer {
	margin-top: 0 !important;
}

/* ------------------------------------------------
other tsuika    kobayashi
------------------------------------------------- */
#weather iframe {
	overflow: hidden;
}

/* ------------------------------------------------
Personality Page leyout   kobayashi
------------------------------------------------ */

div.pertable table {
	background-color: #808080;
	border-collapse: collapse:
	border-spacing: 10px;
	border: solid 3px #808080;
}
div.pertable td {
	background-color: #ffffff;
	width: 180px;
}
div.pertable img {
	width: 60px;
	height: 60px;
	margin: 0px 0px 0px 0px;
}
div.pertable span {
	float:right;
	width:80px;
}
	
/*番組紹介内メッセージボタン*/


#in_button a{
	display:block;
	height:44px;
	text-indent:-9999px;
}
#in_button a:hover,#in_button a.on{
	background-position:0 44px;
}


#in_button .bt_message
{
	float:left;
	width:153px;
	height:44px;
	background-image:url(../images/in_bt_message.gif);
}
#in_button .bt_blog
{
	float:left;
	width:153px;
	height:44px;
	background-image:url(../images/in_bt_blog.gif);
}

/*ＣＭサンプルページ*/
#cm_page td{
	background-color:#333;
	padding:5px;
	font-size:0.8em;
}
#cm_page th{
	background-color:#666;
	padding:5px;
	font-size:0.8em;
}
#cm_page li{
	font-size:0.8em;
	padding-left:35px;
	list-style-type:none;
	background-image:url(/includes/images/mp3.gif);
	background-repeat:no-repeat;
}
#cm_page .comment{
	font-size:0.7em;
	color:#999999;
}

/*ついか*/


#perbox_morning {
	margin:0 0 30px 40px;
	width: 440px;
	height: 122px;
	background-color:#232323;
}
	
#perbox_morning .obj1 {
	position: relative;
	top: 10px;
	left: 40px;
}

#perbox_morning .obj2 {
	position: relative;
	top: 10px;
	left: 75px;
}

#perbox_morning .obj3 {
	position: relative;
	top: 10px;
	left: 110px;
}

#perbox_morning .obj4 {
	position: relative;
	top: 10px;
	left: 145px;
}

#perbox_morning .obj5 {
	position: relative;
	top: 10px;
	left: 100px;
}
#perbox_morning .percom {
	font-size: 60%;
}

#perbox_morning .com1 {
	position: relative;
	top: -18px;
	left: 28px;
}

#perbox_morning .com2 {
	position: relative;
	top: -18px;
	left: 53px;
}

#perbox_morning .com3 {
	position: relative;
	top: -18px;
	left: 86px;
}

#perbox_morning .com4 {
	position: relative;
	top: -18px;
	left: 115px;
}

#perbox_morning .com5 {
	position: relative;
	top: -5px;
	left: 110px;
}

#perbox_morning .blog1 {
	position: relative;
	top: 2px;
	left: -250px;
}

/* -- */

#perbox_gogo {
	margin: 0 0 30px 40px;
	width: 440px;
	height: 122px;
	background-color:#232323;
}

#perbox_gogo .obj1 {
	position: relative;
	top: 10px;
	left: 20px;
}

#perbox_gogo .obj2 {
	position: relative;
	top: 10px;
	left: 40px;
}

#perbox_gogo .obj3 {
	position: relative;
	top: 10px;
	left: 60px;
}

#perbox_gogo .obj4 {
	position: relative;
	top: 10px;
	left: 80px;
}

#perbox_gogo .obj5 {
	position: relative;
	top: 10px;
	left: 100px;
}

#perbox_gogo .percom {
	font-size: 60%;
}

#perbox_gogo .com1 {
	position: relative;
	top: -17px;
	left: 19px;
}

#perbox_gogo .com2 {
	position: relative;
	top: -17px;
	left: 40px;
}

#perbox_gogo .com3 {
	position: relative;
	top: -17px;
	left: 64px;
}

#perbox_gogo .com4 {
	position: relative;
	top: -17px;
	left: 85px;
}

#perbox_gogo .com5 {
	position: relative;
	top: -17px;
	left: 110px;
}

#perbox_gogo .blog1 {
	position: relative;
	top: 2px;
	left: -284px;
}

#perbox_gogo .blog2 {
	position: relative;
	top: 2px;
	left: -269px;
}

#perbox_gogo .blog3 {
	position: relative;
	top: -14px;
	left: 350px;
}

#perbox_gogo .blog4 {
	position: relative;
	top: -14px;
	left: 115px;
}


/* -- */
/* -- */
/* -- */

#perbox_afternoon {
	margin: 30px 10px 30px 40px;
	padding:10px;
	background-color:#232323;
	border:1px solid #313131;
}
	
#perbox_afternoon .obj1 {
	margin:10px 0 0 100px;
}

#perbox_afternoon .obj2 {
	margin:0 0 0 115px;
}

#perbox_afternoon .com1 {
	position: relative;
	top: -23px;
	left: 70px;
	font-size:0.9em;
}

#perbox_afternoon .com2 {
	position: relative;
	top: -23px;
	left: 143px;
	font-size:0.9em;
}

#perbox_afternoon .blog1 {
	position: relative;
	top: -50px;
	left: 97px;
}


#perbox_mecha {
	margin: 30px 10px 30px 40px;
	width: 440px;
	height: 132px;
	background-color:#232323;
	border:1px solid #313131;
}
	
#perbox_mecha .obj1 {
	margin:10px 0 0 65px;
}

#perbox_mecha .obj2 {
	margin:0 0 0 60px;
}

#perbox_mecha .obj3 {
	margin:0 0 0 60px;
}

#perbox_mecha .obj4 {
	margin:10px 0 0 65px;
}

#perbox_mecha .obj5 {
	margin:0 0 0 60px;
}

#perbox_mecha .obj6 {
	margin:0 0 0 60px;
}
#perbox_mecha .com1 {
	position: relative;
	top: -23px;
	left: 65px;
	font-size:0.9em;
}

#perbox_mecha .com2 {
	position: relative;
	top: -23px;
	left: 105px;
	font-size:0.9em;
}

#perbox_mecha .com3 {
	position: relative;
	top: -23px;
	left: 133px;
	font-size:0.9em;
}

#perbox_mecha .com4 {
	position: relative;
	top: -23px;
	left: 70px;
	font-size:0.9em;
}

#perbox_mecha .com5 {
	position: relative;
	top: -23px;
	left: 100px;
	font-size:0.9em;
}

#perbox_mecha .com6 {
	position: relative;
	top: -23px;
	left: 163px;
	font-size:0.9em;
}

#perbox_mecha .blog1 {
	position: relative;
	top: -50px;
	left: 62px;
}

#perbox_mecha .blog2 {
	position: relative;
	top: -50px;
	left: 241px;
}

#perbox_mecha .blog3 {
	position: relative;
	top: -50px;
	left: 50px;
}

#perbox_mecha .blog4 {
	position: relative;
	top: -50px;
	left: 120px;
}
/* -- */


/* -- */

#perbox_afternoon a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_afternoon a:visited {
	color: #acacac;
	text-decoration: none;
}

#perbox_eve a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_eve a:visited {
	color: #acacac;
	text-decoration: none;
}

#perbox_morning a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_morning a:visited {
	color: #acacac;
	text-decoration: none;
}

#perbox_gogo a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_gogo a:visited {
	color: #acacac;
	text-decoration: none;
}

/* ---- */

#perbox_suzu {
	margin: 0 0 30px 40px;
	width: 440px;
	height: 122px;
	background-color:#232323;
}
	
#perbox_suzu .obj1 {
	position: relative;
	top: 13px;
	left: 25px;
}

#perbox_suzu .obj2 {
	position: relative;
	top: 13px;
	left: 45px;
}

#perbox_suzu .obj3 {
	position: relative;
	top: 13px;
	left: 64px;
}

#perbox_suzu .obj4 {
	position: relative;
	top: 13px;
	left: 83px;
}

#perbox_suzu .obj5 {
	position: relative;
	top: 13px;
	left: 104px;
}

#perbox_suzu .percom {
	font-size: 60%;
}

#perbox_suzu .com1 {
	position: relative;
	top: -16px;
	left: 26px;
}

#perbox_suzu .com2 {
	position: relative;
	top: -16px;
	left: 47px;
}

#perbox_suzu .com3 {
	position: relative;
	top: -16px;
	left: 63px;
}

#perbox_suzu .com4 {
	position: relative;
	top: -16px;
	left: 74px;
}

#perbox_suzu .com5 {
	position: relative;
	top: -16px;
	left: 93px;
}

#perbox_suzu .blog1 {
	position: relative;
	top: 3px;
	left: 32px;
}

#perbox_suzu a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_suzu a:visited {
	color: #acacac;
	text-decoration: none;
}

#perbox_mecha a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_mecha a:visited {
	color: #acacac;
	text-decoration: none;
}


#perbox_vox {
	margin: 30px 10px 30px 40px;
	width: 440px;
	height: 132px;
	background-color:#232323;
	border:1px solid #313131;
}
	
#perbox_vox .obj1 {
	margin:10px 0 0 65px;
}

#perbox_vox .obj2 {
	margin:0 0 0 60px;
}

#perbox_vox .obj3 {
	margin:0 0 0 60px;
}
#perbox_vox .com1 {
	position: relative;
	top: -23px;
	left: 60px;
	font-size:0.9em;
}

#perbox_vox .com2 {
	position: relative;
	top: -23px;
	left: 95px;
	font-size:0.9em;
}

#perbox_vox .com3 {
	position: relative;
	top: -23px;
	left: 128px;
	font-size:0.9em;
}

#perbox_vox .com4 {
	position: relative;
	top: -23px;
	left: 45px;
	font-size:0.9em;
}

#perbox_vox .com5 {
	position: relative;
	top: -23px;
	left: 70px;
	font-size:0.9em;
}

#perbox_vox .com6 {
	position: relative;
	top: -23px;
	left: 104px;
	font-size:0.9em;
}

#perbox_vox .blog1 {
	position: relative;
	top: -50px;
	left: 62px;
}

#perbox_vox .blog2 {
	position: relative;
	top: -50px;
	left: 120px;
}


#perbox_vox .blog3 {
	position: relative;
	top: -50px;
	left: 176px;
}

#perbox_vox .blog4 {
	position: relative;
	top: -50px;
	left: 241px;
}

#perbox_vox a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_vox a:visited {
	color: #acacac;
	text-decoration: none;
}

#perbox_vox a:link { 
	color: #acacac;
	text-decoration: none;
}

#perbox_vox a:visited {
	color: #acacac;
	text-decoration: none;
}
