/* 全体の設定 */
html {
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #757676;
	background-image: url(http://www.joqr.co.jp/blog/closetoyou/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EAEEBC;
}
img {
	border: none;
	display:block;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

/*　clearfixハック　*/
.clearfix:after, .text_section:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix, .text_section { display: inline-block; }
/* MacIE5以外 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* MacIE5以外終わり */

#wrap {
	height: auto;
	width: 924px;
	text-align: center;
	margin: auto;
	background-image: url(http://www.joqr.co.jp/blog/closetoyou/img/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 168px;
	width: 918px;
	margin: auto;
	padding: 0;
}
#contents{
	background-image: url(http://www.joqr.co.jp/blog/closetoyou/img/content_bg.jpg);
	height: auto;
	width: 918px;
	background-repeat: repeat-x;
	background-color: #F6F8E3;
	text-align: left;
	margin:auto;
}

#main-left {
	float: left;
	width: 726px;
}

/* main 部分 */
#main {
	width: 525px;
	float: right;
	background-image: url(http://www.joqr.co.jp/blog/closetoyou/img/main_bg.jpg);
	background-repeat: repeat-y;
}

#main_contents {
	padding: 15px 20px 20px 20px;
	width: 485px;
	text-align: left;
	font-size: 12px;
	color: #666666;
line-height: 18px;
}
/* main内　text_section */
.text_section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E680;
	padding-bottom: 20px;
	margin-bottom: 15px;
	width: 485px;
}
.sct_title {
	font-size: 16px;
	color: #99CC00;
	margin-bottom: 5px;
}
.sct_date {
	color: #6EA06D;
	margin-bottom: 5px;
	font-size: 11px;
}
.sct_img{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
}
.sct_text{
}

/* left_bar　部分*/
#left_bar {
	width: 189px;
	float: left;
	padding-left: 7px;
	padding-right: 3px;
}
#buttons {
	margin-bottom: 15px;
}
#buttons li {
	margin-bottom: 4px;
}
#buttons li a{
	display:block;
	width: 189px;
	height: 42px;
}
#buttons li a:hover{
	background-color: transparent;
}
#buttons li a:hover img{
	visibility: hidden;
}
#buttons #hito a{
	display:block;
	width: 189px;
	height:60px;
}
#buttons #hito{
	height:60px;
	margin-bottom: 12px;
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/left_hito_o.jpg) no-repeat;
}
#buttons #top{
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/left_btn_top_o.jpg) no-repeat;
}
#buttons #person{
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/left_btn_person_o.jpg) no-repeat;
}
#buttons #program{
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/left_btn_program_o.jpg) no-repeat;
}
#buttons #time{
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/left_btn_time_o.jpg) no-repeat;
}
#cal-backnumber {
	background-image: url(http://www.joqr.co.jp/blog/closetoyou/img/left_cal_bg.jpg);
}

#cal{
	margin: 5px 10px;
	font-size: 13px;
}
#cal table{
	width: 169px;
	color: #757676;
}
#cal th{
	font-weight: normal;
}
#cal td{
	text-align: right;
}
#cal_title td{
	color: #ffffff;
	background-color: #AACC03;
	text-align:center;
	height: 18px;
}
#cal a {
	color: #757676;
	text-decoration: underline;
}
#cal a:visited{
	color: #757676;
	text-decoration: underline;
}
#cal a:hover{
	color: #757676;
	text-decoration: underline;
}

#backnumber{
	margin: 5px 15px;
}
/*IE6対策*/
*html body #backnumber{
	margin: 5px 11px;
}
#backnumber_title{
	padding: 10px 0px;
	width: 169px;
}
#backnumber li{
	list-style-type: disc;
	list-style-position: inside;
	color: #99CC00;
	font-size: 13px;
	line-height: 22px;
}
#backnumber li a{
	color: #99CC00;
	text-decoration: none;
}
#backnumber li a:visited{
	color: #99CC00;
	text-decoration: none;
}
#backnumber li a:hover{
	color: #99CC00;
	text-decoration: underline;
}

/* right_bar 部分*/
#right_bar {
	float: right;
	width: 179px;
	padding-right: 9px;
	height: 520px;
}
#podcast a:hover{
	background-color: transparent;
}
#podcast a:hover img{
	visibility: hidden;
}
#podcast a{
	display:block;
	width: 179px;
	height: 60px;
}
#podcast {
	background: url(http://www.joqr.co.jp/blog/closetoyou/img/right_btn_podcast_o.jpg) no-repeat;
	margin-bottom:12px;
}

#right_banner {
	margin-top:12px;
}

/* セカンドページ共通フォーマット */
#text_content{
	width:485px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
}
#second_title {
	padding-bottom: 15px;
}

/* 番組ページ */
.bangumi_section{
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E680;
}

/* パーソナリティページ */
.personality_section{
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E680;
	height: auto;
	margin-bottom: 15px;
}
.personality_img{
	float:left;
	height: auto;
	width: 172px;
}
.personality_class{
	color: #6EA06D;
}
.personality_name{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	color: #99CC00;
}
.personality_text{
	float:left;
	margin-left: 20px;
	width: 293px;
}

.personality_name a {
	color: #99CC00;
	text-decoration: underline;
}
.personality_name a:visited{
	color: #99CC00;
	text-decoration: underline;
}
.personality_name a:hover{
	color: #99CC00;
	text-decoration: underline;
}



/*ヒトチャットページ */
#message_section{
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E680;
	height: auto;
}
#message_bg {
	background-color: #F6F8E3;
}
#message_text {
	width: 330px;
	float: left;
	margin:10px 0 10px 13px;
	line-height: 18px;
}
/*IE6対策*/
*html body #message_text{
	margin-left: 7px;
}
#message_btn {
	float: right;
	margin-right: 12px;
margin-top: 10px;
}
/*IE6対策*/
*html body #message_btn{
	margin-left: 6px;
}
.hitochat_title {
	font-size: 15px;
	color: #98CD03;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E680;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
.hitochat_section{
	margin-top: 30px;
	line-height: 18px;
}
/*タイムスケジュール*/
.time_section{
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E680;
	margin-bottom: 5px;
}
.time_time {
	width: 50px;
	font-size: 14px;
	float: left;
	padding-left: 8px;
}
.time_title {
	width: 426px;
	float: right;
	font-size: 14px;
	color: #8BB340;
}
.time_text {
	float: right;
	width: 426px;
}

.time_title a {
	color: #8BB340;
	text-decoration: underline;
}
.time_title a:visited{
	color: #8BB340;
	text-decoration: underline;
}
.time_title a:hover{
	color: #8BB340;
	text-decoration: underline;
}