﻿@charset "utf-8";
body{
	background-color:#FFCC00;
	color:#656565;
}
a{
	color:#2486B3;
}
#today_osusume{
	width:220px;
	background-color:#fff;
	padding-bottom:10px;
}
#today_osusume #contents{
	width:206px;
	margin:0px auto;
	background-color:#F3F3F3;
	padding:10px 0px;
}
#today_osusume h1{
	background-image:url(../images/osusume_logo.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:163px;
	height:46px;
	margin:0px auto;
}
#today_osusume #mainImg{
	width: 190px;
	margin:0px auto;
	display:block;
}
#today_osusume .box {
	display: table;
}
#today_osusume .box .image {
	display: table-cell;
	width: 190px;
	height: 125px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}
#today_osusume .division{
	display:block;
	padding:3px 10px;
}
#today_osusume h2{
	color:#fff;
	font-size:11px;
	height:23px;
	text-indent:12px;
	padding:0px 0px 0px 0px;
	border-top:solid 6px #fff;
}
#today_osusume h2.movie{
	background-color:#F37366;
}
#today_osusume h2.sport{
	background-color:#83D1F5;
}
#today_osusume h2.anime{
	background-color:#9DC570;
}
#today_osusume h2.hobby{
	background-color:#C59370;
}
#today_osusume h2.music{
	background-color:#AA79C5;
}
#today_osusume .inner{
	margin:7px 0px;
	font-size:12px;
	line-height:20px;
}

#today_osusume #btn_more{
	display:block;
	width:203px;
	height:30px;
	margin:10px auto;
	background-image:url(../images/osusume_btn_more.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#today_osusume #btn_more:hover {background-position: 0px -30px;}

/* 番組検索
========================================================== */
#search_wrapper{
	width:220px;
	background-color:#fff;
	padding-bottom:10px;
}
#search_wrapper #contents{
	width:206px;
	margin:0px auto;
	background-color:#F3F3F3;
	padding:10px 0px;
}
#search_wrapper h1{
	background-image:url(../images/search_logo.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:194px;
	height:49px;
	margin:0px auto;
}
#search_wrapper #btn_more{
	display:block;
	width:187px;
	height:30px;
	margin:10px auto;
	background-image:url(../images/search_btn_more.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#search_wrapper #btn_more:hover {background-position: 0px -30px;}

#search_wrapper form{
	width:188px;
	margin:0px auto;
}
#search_wrapper input{
	padding:5px;
	width:176px;
}
#search_wrapper select{
	padding:5px;
	width:190px;
	color:#656565;
	margin-bottom:7px;
}
#search_wrapper input.col1{
	width:176px;
}
#search_wrapper form span.col2 input{
	width:55px;
	margin-right:5px;
	display:inline-block;
	margin-bottom:7px;
}
/* easy my web
========================================================== */
#easy_wrapper{
	width:480px;
	background-color:#fff;
}
#easy_wrapper #head{
	width:450px;
	margin:0px auto 10px auto;
	background-image:url(../images/easy_line.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#easy_wrapper h1{
	background-image:url(../images/easy_logo.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:154px;
	height:50px;
	float:left;
	margin-top:5px;
}
#easy_wrapper #more{
	width:189px;
	height:26px;
	display:block;
	background-image:url(../images/easy_btn_more.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:15px;
}
#easy_wrapper #more:hover {background-position: 0px -26px;}

#easy_wrapper #contents{
	width:450px;
	margin:0px auto;
}
#easy_wrapper #contents #left{
	width:215px;
	float:left;
	margin-right:20px;
}
#easy_wrapper #contents #right{
	width:215px;
	float:right;
}
#easy_wrapper #contents .entry{
	width:215px;
	display:block;
	border-bottom:solid 1px #eee;
	font-size:12px;
	line-height:19px;
	padding:8px 0px;
}
#easy_wrapper #contents .entry img.thum{
	float:left;
	margin-right:7px;
}

#easy_wrapper #contents .entry img.reimage{
	float:left;
	margin-right:7px;
}

#easy_wrapper #contents .entry img.icon{
	position:relative;
	top:-3px;
}
#easy_wrapper #btn_individual_more{
	width:213px;
	height:26px;
	display:block;
	background-image:url(../images/easy_btn_individual.jpg);
	background-repeat:no-repeat;
	margin:20px 0px;
}
#easy_wrapper #btn_individual_more:hover {background-position: 0px -26px;}
#easy_wrapper #btn_shop_more{
	width:213px;
	height:26px;
	display:block;
	background-image:url(../images/easy_btn_shop.jpg);
	background-repeat:no-repeat;
	margin:20px 0px;
}
#easy_wrapper #btn_shop_more:hover {background-position: 0px -26px;}

#easy_wrapper h2.individual{
	background-image:url(../images/easy_icon_individual.jpg);
	background-repeat:no-repeat;
	text-indent:42px;
	border-bottom:solid 2px #2486B3;
	padding-bottom:3px;
}
#easy_wrapper h2.shop{
	background-image:url(../images/easy_icon_shop.jpg);
	background-repeat:no-repeat;
	text-indent:42px;
	border-bottom:solid 2px #2486B3;
	padding-bottom:3px;
}

#today_osusume .inner img{
	float:left;
	margin-left:7px;
	margin-right:7px;
	overflow:hidden;
	right:5px;
	top:6px;
	display:block;
	text-align:center;
}

imgOuter{
	overflow:hidden;
	right:5px;
	top:6px;
	display:block;
	text-align:center;
}

