
/*--▼index.shtmlのCSSです。▼--------------------------*/


/*--▼全体　開始▼--------------------------------------*/
body {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	/* border: 0; */
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
}
	

/*--▲全体　終了▲--------------------------------------*/



/*--▼wrapper　開始▼-----------------------------------*/
#wrapper {
	margin: 0;
	padding: 0;
	background: #FFFF00 url('http://www.daily.co.jp/css/images/index/shadow.jpg') ;
}

#wrapper_s {
	margin: 0 auto;/*firefox用中央揃え用*/
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	width: 100%;
	max-width: 1500px;/*横幅の最大値*/
	min-width: 1100px;/*横幅の最小値　IE7やFirefox､safariで対応します。IE6.0以前は未対応*/
	text-align: left;
	background: #FFFFFF url('http://www.daily.co.jp/css/images/index/background.gif') repeat;
	background-position: right top;
	/*min-max width for ie6*/
	width:expression(ieXLiquidWidth());	
}
/*--▲wrapper　終了▲-----------------------------------*/



/*--▼header 開始▼-------------------------------------*/
#header {
	margin: 0;
	padding: 0;
}

#header_top {
	margin: 0;
	padding: 0;
	border: none;
	background: #000000 url('http://www.daily.co.jp/css/images/index/header_top_r.jpg') repeat-x;
	width: 100%;
}

#header_top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header_top_l {
	float: left;
	margin: 0;
	padding: 0;
	background: url('http://www.daily.co.jp/css/images/index/header_logo.jpg') no-repeat;
	width: 290px;
	height: 70px;
}

#header_top_l a {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 70px;
}

#header_top_r {
	background: url('http://www.daily.co.jp/css/images/index/header_top_r.jpg') repeat-x;
	height: 70px;
	overflow: hidden;
}

#icon {
	float: right;
	width: 90px;
	height: 70px;
	margin: 0;
	padding: 9px 8px 0 0;
}

/*--google 検索ボックス--*/
/*
#header_top_r_menulist ul
{
	padding-top: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	padding: 6px 4px 0 0;
	margin: 0 0 0 8px;

}

#header_top_r_menulist li {
	background: url('http://www.daily.co.jp/css/images/index/ya.jpg') no-repeat;
	background-position: 0em 0.01em;
	display: block;
	float: right;
	padding: 6px 4px 0 0;
	margin: 0 0 0 8px;
	font-size:12px;
}
*/
#header_top_r_menulist ul {
	padding-top: 10px;
	margin: 0;
	list-style-type: none;
}

#header_top_r_menulist li {
	background: url('http://www.daily.co.jp/css/images/index/ya_header.gif') no-repeat;
	background-position: 0em 0.1em;
	display: block;
	float:right;
	padding: 0px 4px 0 10px;
	margin: 0 0 0 10px;
	font-size:12px;
	
}
#header_top_r_menulist a{
font-family:sans-serif;
}
#google {
	margin-right: 98px;
	padding: 0;
	margin-top: -4px;
	font-size: 12px;
	color: #000000;
}

#google ul {
	padding-top: 0;
	margin: 0;
	list-style-type: none;
}

#google li {
	display: block;
	float: right;
	background: none;
	padding: 6px 4px 0 0;
	margin: 0;
}

#google .input { 
	height: 14px;
	border: 1px solid;
	font-size: 12px;
}

#google .input2 { 
	height: 17px;
	border: 1px solid ;	
}

#google li.font {
	padding-top: 9px;
	font-size: 12px;
}

#google li.font2 {
	padding-top: 9px;
	font-size: 12px;
}
#google div,#google form, #google input, #google p, #google a{
font-family:sans-serif;
}
	


/*--▽トップメニュー　開始▽----------------------------------*/
#m_menu {
	width: 100%;
	border-top: 1px solid #333333;
	background: #CCCCCC url('http://www.daily.co.jp/css/images/index/m_menu_bg.jpg') 0% 0% repeat;
	font-weight: bold;
}

#m_menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#m_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#m_menu li {
	float: left;
	background: url('http://www.daily.co.jp/css/images/index/m_menu_line.jpg') no-repeat 100% 50%;
	white-space: nowrap;
}

#m_menu li a {
	display: block;
	margin-right: 2px;
	padding: 0 8px;
	line-height: 25px;
	text-decoration: none;
	color: #333333;
}
#m_menu #ac {
	margin-right: 0;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #333333;
}

#m_menu #ac,
#m_menu li a:hover,
#m_menu li a:active,
#m_menu li a:focus {
	background: #ABC4E8 url('http://www.daily.co.jp/css/images/index/m_menu_bg_on.jpg') 0% 0% repeat;
}

/*--▽サブメニュー　開始▽------------------------------------*/
#sub_menu {
	width: 100%;
	border-top: 1px solid #333333;
	background: #000000 url('http://www.daily.co.jp/css/images/index/header_sub_r_bg.jpg') 0% 0% repeat;
	font-weight: bold;
}

#sub_menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#sub_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	

#sub_menu li {
	float: right;
	background: url('http://www.daily.co.jp/css/images/index/header_sub_line.jpg') no-repeat 0% 50%;
	white-space: nowrap;
}

#sub_menu li a {
	display: block;
	margin-left: 2px;
	padding: 0 8px;
	line-height: 26px;
	text-decoration: none;
	color: #FFFFFF;
}

#sub_menu #lsp {
	float: left;
	width: 220px;
	height: 26px;
	background: #FFFF00 url('http://www.daily.co.jp/css/images/index/header_sub_l.jpg') 0% 0% no-repeat;
	display: block;
	text-decoration: none;
	color: #333333;
}

#sub_menu li a:hover,
#sub_menu li a:active,
#sub_menu li a:focus {
	background: #FFCCCC url('http://www.daily.co.jp/css/images/index/header_sub_r_bg_on.jpg') 0% 0% repeat;
}
/*--▲header 終了▲-----------------------------------------------*/


/*--▼トップバナー　開始▼----------------------------------------*/
#banner_top {
	text-align: center;
	background: #E6E8ED;
	padding: 5px 0;
}

/*--▼パンくずリスト　開始▼--------------------------------------*/
#pan {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
}

#pan_r {
	float: right;
	width: 320px;
	padding: 0;
	margin: 0;
	background: #CCCCCC;
}

#pan_l {
	padding: 0;
	margin-right: 320px;
	height: 23px;
	background: #CCCCCC;
}

#pan_l:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--▲パンくずリスト　終了▲--------------------------------------*/

/*--▼コンテンツ　メニュー▼--------------------------------------*/
#contentsmenu {
	background: #CCCCCC url('http://www.daily.co.jp/css/images/index/contentsmenu_b.jpg') 0% 0% repeat;
	width: 100%;
}

#contentsmenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contentsmenu ul {
	list-style-type: none;
}

#contentsmenu li {
	float: left;
	background: url('http://www.daily.co.jp/css/images/index/contentsmenuline.jpg') 100% 50% no-repeat;
	white-space: nowrap;
}

#contentsmenu li a {
	display: block;
	margin-right: 2px;
	padding: 0 8px;
	line-height: 28px;
	text-decoration: none;
	color: #333333;
}

#contentsmenu .ac {
	margin-right: 0;
	display: block;
	line-height: 26px;
	text-decoration: none;
	color: #333333;
}

#contentsmenu .ac,
#contentsmenu li a:hover,
#contentsmenu li a:active,
#contentsmenu li a:focus {
	background: #ABC4E8 url('http://www.daily.co.jp/css/images/index/contentsmenu_h.jpg') 0% 0% repeat;
}
/*--▲コンテンツ　メニュー▲--------------------------------------*/

/*--▼contents開始▼---------------------------------------------------------------------------------------------------*/
#contents {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('http://www.daily.co.jp/css/images/index/background.gif') repeat;
	background-position: right top;
	width: 100%;
}

#contents_photo {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF url('http://www.daily.co.jp/css/images/basic/spacer.gif') repeat;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--▽右開始▽---------------------------------------------------------------------------------------------------------*/
#right {
	float: right;
	text-align: center;
	width: 306px;
	height: 100%;
	padding: 3px 6px 3px 3px;
}

/*--▽購読はコチラ 開始▽-----------------------------------------*/
#banner_sell {
	padding: 0;
	margin: 0 0 3px;
}
#banner_sell img{
	border: 0;
}

/*--▽見出し付きボックス　開始▽----------------------------------*/
.right_box {
	background: #FFFFFF url('http://www.daily.co.jp/css/images/index/right_box_bg.jpg') 50% 0% no-repeat;
	width: 298px;
	border: 1px #000000 solid;
/*	padding: 10px 10px 5px;*/
	margin: 5px;
} 
.right_box div{
	margin-top:5px;
}
.right_box_bar {
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
	padding: 10px 10px 3px;
}

.right_box_body {
	text-align: left;
	padding: 5px;
	margin: 0;
}

.right_box_body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.right_box2 {
	background: #FFFFFF url('http://www.daily.co.jp/css/images/index/right_box_bg2.jpg') 50% 0% no-repeat;
	width: 280px;
	border: 1px #000000 solid;
	padding: 10px 10px 5px 10px;
	margin: 3px;
} 


/* １面通常時*/

.ichi_r {
	float: right;
	text-align: right;
	width: 115px;
	padding-right: 13px;
	padding-bottom: 10px;
}

.ichi_l {
	text-align: left;
	padding-bottom: 10px;
}

.ichi_img {
	margin-right: 110px;
	padding: 0; 
}

.ichi_img img,
.h_ichi_img img {
	border: 2px #CCCCCC solid;
}

.ichi_img a:hover img,
.h_ichi_img a:hover img {
	border: 2px #FFFF8C solid;
}

.h_ichi_img {
	text-align: center;
	padding: 0; 
}

.ichi_al {
	float: right;
	width: 110px;
	margin: 0;
	padding: 0;
}

.ichi_on {
	clear: both;
	text-align: right;
	padding: 5px 0 0 0;
}



/* １面連版時　*/

/*
.ichi_r {
	float: right;
	text-align: right;
	width: 115px;
	padding-right: 13px;
	padding-bottom: 10px;
}

.ichi_l {
	text-align: left;
	padding-bottom: 10px;
}

.ichi_img {
	padding: 0; 
}

.ichi_img img,
.h_ichi_img img {
	border: 2px #CCCCCC solid;
}

.ichi_img a:hover img,
.h_ichi_img a:hover img {
	border: 2px #FFFF8C solid;
}

.h_ichi_img {
	text-align: center;
	padding: 0; 
}

.ichi_al {
	margin: 0;
	padding: 0;
}

.ichi_on {
	clear: both;
	text-align: right;
	padding: 5px 0 0 0;
}

*/


/*--▽特集・注目コンテンツ（右メニュー）用CSS追加　▽----------------------------------*/
.select_left{
	font-size:12px;
	float:left;
	width:130px;
	}
.select_left li{
	padding-left: 15px;
	line-height: 10px;
	background: url('http://www.daily.co.jp/css/images/index/ya.jpg') no-repeat;
	background-position: 0em 0.01em;
}
.select_right{
	font-size:12px;
	float:right;
	width:130px;
	}
.select_right li{
	padding-left: 15px;
	line-height: 10px;
	background: url('http://www.daily.co.jp/css/images/index/ya.jpg') no-repeat;
	background-position: 0em 0.01em;
}
/*--△特集・注目コンテンツ（右メニュー）用CSS終了△----------------------------------*/

/*--▽ランキング用CSS追加　▽----------------------------------*/
.title_bg3 {/*右コンテンツのbox2のタイトル部分*/
	background: #FFFFFF url(http://www.daily.co.jp/css/images/ranking/image/right_box_bg_crown.jpg) 50% 0% no-repeat;
	width: 298px;
	border: 1px #000000 solid;
/*	padding: 10px 10px 5px;*/
	margin: 5px;
	text-align:left;
	}

.title_bg3 ul {
	list-style-type: none
}
.title_bg3 li {
margin-left: 6px;
}
.mini_1st {/*右コンテンツの1位アイコン部分*/
	padding:2px 0px 2px 20px;
	background: url('http://www.daily.co.jp/css/images/ranking/image/mini_1st.gif') no-repeat center left;
} 

.mini_2nd {/*右コンテンツの2位アイコン部分*/
	padding:2px 0px 2px 20px;
	background: url('http://www.daily.co.jp/css/images/ranking/image/mini_2nd.gif') no-repeat center left;
} 

.mini_3rd {/*右コンテンツの3位アイコン部分*/
	padding:2px 0px 2px 20px;
	background: url('http://www.daily.co.jp/css/images/ranking/image/mini_3rd.gif') no-repeat center left;
}

.text1_2 {/*ランキングTOP3に使用*/
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	padding-left: 1.5em;
	padding-bottom: 5px;
}
/*--▼text10 開始▼------------------------------------------------*/
.text10 {/*ランキングTOP3に使用*/
	color:#FF0000;
	font-size: 12px;
}

.text10 a {/*ランキングTOP3に使用*/
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}

.text10 a:hover {/*ランキングTOP3に使用*/
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
}

/*--▼text11 開始▼------------------------------------------------*/
.text11 {/*ランキングTOP3に使用*/
	color:#1779D2;
	font-size: 12px;
}

.text11 a {/*ランキングTOP3に使用*/
	color:#1779D2;
	font-size: 12px;
	font-weight: bold;
}

.text11 a:hover {/*ランキングTOP3に使用*/
	color: #3399FF;
	font-size: 12px;
	font-weight: bold;
}
 
/*--△ランキング用CSS終了△----------------------------------*/

/*--△見出し付きボックス　終了△----------------------------------*/

/*--▽300×250バナー　開始▽--------------------------------------*/
.banner_300_250 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.banner_300_250 table td{
	padding: 1px;
}

.banner_300_250 table table td{
	padding: 4px;
}

.banner_300_250 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.banner_300_250 img {
	border: 0px;
}
/*--▽468×60バナー　開始▽--------------------------------------*/
.banner_468_60 {
	padding: 30px 5px;
	clear: left;
	text-align: left;
}

#main_news .banner_468_60 {
padding: 30px 0;
clear: left;
text-align: center;
margin-right: auto;
margin-left: auto;
}

.banner_468_60 img {
	border: 0px;
}

.banner_468_60:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
/*--▽300×150バナー　開始▽--------------------------------------*/
.banner_300_150 {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	width: 300px;
	height: 150px;
}

.banner_300_150 img {
	border: 0px;
}
/*--▽デイリースポーツネットショッピング　開始▽------------------*/
.banner100_100_l {
	float: left;
	width: 100px;
	margin-right: 10px;
	padding: 0;
}

.banner100_100_l_img {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

.banner100_100_l a img {
	border: 2px #CCCCCC solid;
}

.banner100_100_l a:hover img {
	border: 2px #FFFF8C solid;
}

.banner100_100_r {
	float: left;
	padding: 0;
}

.banner100_100_r ul {
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: none;
}

.banner100_100_r li {
	padding-left: 15px;
	line-height: 10px;
	background: url('http://www.daily.co.jp/css/images/index/ya.jpg') no-repeat;
	background-position: 0em 0.01em;
}
	
	
/*--▽デイリー携帯サイト　開始▽----------------------------------*/
.mobile {
	clear: both;
	height: 100%;
	margin: 6px 0;
	padding: 5px;
	border: 1px #000000 solid;
}

.mobile_l img {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	border: none;
}

.mobile_r {
	text-align: left;
	width: 135px;
	margin-left: 130px;
	padding: 0px;
}

.mobile:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--▽バナー広告　開始----------------------------------------*/
.bannerbox {
	border: 1px #000000 solid;
	background: #FFFFFF;
	width: 290px;
	padding: 5px 5px 0px 5px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 10px;	
}

.bannerbox_l {
	float: left;
	width: 140px;
	padding: 0;
	margin: 0;
}

.bannerbox_l img {
	margin-bottom: 5px;
	border: none;
	border: 0;
}

.bannerbox_r {
	padding: 0;
	width: 140px;
	margin-left: 147px;
}

.bannerbox_r img {
	margin-bottom: 5px;
	border: none;
	border: 0;
}
	

/*--▽関連コンテンツ・グループ　開始▽----------------------------------*/
.right_box ul {
	text-align: left;
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
}

.right_box li {
	padding-bottom: 5px;
	margin: 0;
}

/*---▼野球・タイガースなどのメニュー　▼------------------------------------------*/
.hb_menu {
	margin: 0;
}

.hb_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hb_menu li {
	padding-left: 18px;
	line-height: 0px;
	background: url('http://www.daily.co.jp/css/images/index/ya2.gif') no-repeat;
	background-position: 0em 0.1em;
}

/*--△右 終了△-------------------------------------------------------------------------------------------------------------*/

/*--▽左 開始▽-------------------------------------------------------------------------------------------------------------*/
#left {
	padding: 0 0 0 0;
	margin: 0 320px 0 0px;
	background: #FFFFFF;
	height: 100%;
}


/*--▽見出し　開始▽------------------------------------*/
.midashi_line {
	border-bottom: 1px #333333 solid;
	padding: 5px 5px 2px 5px;
	margin-top: 5px;
	background: #FFFFFF;
	width: 95%;
}

.midashi_line .midashi1 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

.midashi_line .midashi2 {
	text-align: right;
	font-size: 12px;
	color: #666666;
	padding: 0;
}

.midashi_line2 {
	border-bottom: 1px #333333 solid;
	padding: 5px 5px 2px 5px;
	margin-top: 5px;
	background: #FFFFFF;
	width: 95%;
}
.midashi_line2 h2{
	display:inline;
}


.midashi_line3 {
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 10px 5px 15px 5px;
	margin-top: 20px;
	background: #FFFFFF;
	width: 95%;
}

.midashi3 {
	text-align: right;
	width: 95%;
	padding: 10px 5px 0 0;
}


/*--▽フォトニュース　開始▽------------------------------------*/

.phot_news {
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	width: 97%;
}

.phot_news_td {
	padding: 0;
	margin: 0;
	background: #EBEBEB;
	width: 33%;
}

.phot_news_td_bg {
	background: #000000 url('http://www.daily.co.jp/css/images/index/phot_bg.jpg') ;
	padding: 5px;
	border-top: 2px #000000 solid;
}

.phot_news_td_bg a {
	text-align: left;
	padding-top: 10px;
	padding-left: 22px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/ya3.gif') no-repeat;
	background-position: 0em 0.5em;
}

.phot_posi {
	height: 110px;
	padding: 10px;
	text-align: center;
	background: #EBEBEB;
}

.phot_posi img{
	text-align: center;
	border: 0;
}

.phot_posi a img {
	border: 2px #CCCCCC solid;
}

.phot_posi a:hover img {
	border: 2px #FFFF8C solid;
}

.phot_text {
	padding: 5px;
	background: #EBEBEB;
}

/*--▽主要ニュース　開始▽------------------------------------*/
#main_news {
	margin: 0;
	padding: 5px;
	width: 95%;
}

#main_news:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

#main_news_l {
	float: left;
	width:210px;
	padding: 0;
	border: 1px #000000 solid;
	text-align: center;
	margin-right: 10px;
}

.photo_list {
	float: left;
	width: 216px;
	padding: 0px;
	margin: 0px;
}

.photo_list_p {
	margin: 0px;
	padding: 0px;
	height: 216px;
	border: 1px #000000 solid;
	text-align: center;
}

.photo_list a img {
	border: 2px #CCCCCC solid;
}

.photo_list a:hover img {
	border: 2px #FFFF8C solid;
}

#main_news_r {
	float: left;
	padding-top: 5px;
}

#main_news p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main_news img {
	margin: 0;
	border: 0;
	padding: 5px;
}

#main_news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_news li {
	padding-left: 40px;
	line-height: 25px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news2.gif') no-repeat;
	background-position: 0em 0.25em;
}

.main_news_bg {
	padding-top: 10px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news1.gif') no-repeat;
	background-position: 0em 0.6em;
}

.main_news_bg2 {
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news1.gif') no-repeat;
	background-position: 0em 0.1em;
}

.main_news_bg3 {
	padding-top: 10px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_pr2.gif') no-repeat;
	background-position: 0em 0.6em;
}
.main_news_bg4 {
	padding-top: 4px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_owabi.gif') no-repeat;
	background-position: 0em 0.6em;
}

.main_column_bg {
	padding-top: 10px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_column.gif') no-repeat;
	background-position: 0em 0.6em;
}

.main_column_bg2 {
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_column.gif') no-repeat;
	background-position: 0em 0.1em;
}

/↓↓↓*********主要ニュース改造ver start **************************************↓↓↓/


#main_summary {
	margin: 0;
	padding: 5px;
	width: 95%;
}

#main_summary:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

#main_summary_l {
	width:210px;
	padding: 0;
	border: 1px #000000 solid;
	text-align: center;
	margin: 5px 20px 0 10px;
}

#main_summary_r {
	float: left;
	padding-top: 5px;
}

#main_summary p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main_summary img {
	margin: 0;
	border: 0;
	padding: 5px;
}

#main_summary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_summary li {
	padding-left: 40px;
	line-height: 15px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news2.gif') no-repeat;
	background-position: 0em 0.25em;
}

.main_summary_bg {
	padding-top: 10px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news1.gif') no-repeat;
	background-position: 0em 0.6em;
}

.main_summary_bg2 {
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news1.gif') no-repeat;
	background-position: 0em 0.1em;
}

.main_summary_bg3 {
	padding-top: 10px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_pr2.gif') no-repeat;
	background-position: 0em 0.6em;
}

/↑↑↑*********主要ニュース改造ver end **************************************↑↑↑/

.plus_photo {
width:100%;
padding-left:5px;
background: #FFFFFF;
}

.plus_thum {
width:120px;
height:120px;
border:#333333 1px solid;
line-height:120px;
float:left;
margin-right:5px;
margin-top:5px;
padding: 0;
}

.plus_shimen {
width:120px;
height:150px;
border:#333333 1px solid;
line-height:120px;
float:left;
margin-right:5px;
margin-top:5px;
padding: 0;
}

.plus_thum td,
.plus_shimen td {
text-align:center;
vertical-align:middle;
margin: 0;
padding: 0;
}

.plus_list {
width:120px;
height:120px;
border:0;
line-height:120px;
float:left;
margin-right:5px;
margin-top:5px;
padding: 0;
}

.plus_list td {
vertical-align:bottom;
margin: 0;
padding: 0;
}

.plus_thum img,
.plus_shimen img {
vertical-align:middle;
border: none;
}

/*--▽デイリーオススメ情報　開始▽------------------------------------*/

#pr,
#pr2 {
	margin: 0;
	padding: 5px;
	width: 95%;
}

#pr3 {
	margin: 0;
	width: 95%;
}

#pr:after,
#pr2:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

#pr_l {
	float: left;
	width: auto;
	padding-right: 10px;
}

#pr_r,
#pr_r2 {
	float: left;
}

#pr_r table td,
#pr_r2 table td {
	padding:1px;
}
#pr_r table td td,
#pr_r2 table td td {
	padding:4px;
}

#pr_l a img {
	margin: 0;
	padding: 0;
	border: 2px #CCCCCC solid;
}

#pr_l a:hover img {
	margin: 0;
	padding: 0;
	border: 2px #FFFF8C solid;
}

#pr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pr li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pr div.text2 {
	padding-left: 43px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_pr.gif') no-repeat;
	background-position: 0em 0.2em;
}

#pr3 div.text2 {
	padding-left: 43px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_pr.gif') no-repeat;
	background-position: 0em 0.2em;
}

/*--▽フォトニュース　開始▽------------------------------------*/

.newsbox {
	margin: 0;
	padding: 5px;
}

.news_l {
	float: left;
	width: 30%;
	margin-left: 5px;
}

.news_r {
	width: 60%;
	margin: 0;
	padding: 0;
}

.news_r_l {
	float: left;
	width: 50%;
	margin: 0;
}

.news_r_r {
	width: 50%;
	margin-left: 50%;
}

.newsbox ul {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
	
li.newstitle {
	background: url('http://www.daily.co.jp/css/images/index/newstitle_bg.jpg') 50% 0 repeat-x;
	width: 100%;
	height: 33px;
}

li.newsimg {
	padding: 10px;
	text-align: center;
}

li.newstext {
	padding: 0 5px 5px 5px; 
}
	



/*--▽フォトアルバム　開始▽----------------------------------------------*/
.photalbum {
	margin: 5px 0 10px 0;
	width: 95%;
	padding: 0;
	border: 0;
}

.photalbum_td {
	background: #E7E7E7;
	padding: 5px 5px 10px 5px;
	border: 2px #FFFFFF solid;
	width: 50%;
}

.ph_dl {
	margin: 0;
	padding: 5px;
}

.ph_dt {
	float: left;
}

.ph_dt a img {
	margin-right: 8px;
	border: 2px #CCCCCC solid;
}

.ph_dt a:hover img {
	border: 2px #FFFF8C solid;
}

.ph_dd {
	
}



/*--▽紙面記事一覧　写真ニュース一覧▽-------------------------------------*/
#news_sp {
	margin: 0;
	padding: 10px 0;
	width: 95%;
}


#news_sp_l {
	float: left;
	width: 47%;
	margin: 0;
	padding-right: 5px;
}

#news_sp_r {
	margin-left: 49%;
	padding: 0;
}

.news_sp_box {
	margin: 0;
	padding: 0;
}

.news_sp_title img{
	vertical-align:bottom;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	float:left;
}

.news_sp_title{
	height: 35px;
	width:97%;
}

.news_sp_title2{
	height: 19px;
	width:97%;
}

.news_sp_title2 a{
	vertical-align:bottom;
	float:left;
}

.news_sp_title:after,
.news_sp_title2:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news_sp_title div.text1{
	position:relative;
	top:20px;
	right:0px;
	height: 100%;
	float:right;
	vertical-align:bottom;
}

.news_sp_title2 div.text1{
	position:relative;
	top:2px;
	right:0px;
	height: 100%;
	float:right;
	vertical-align:bottom;
}

.news_sp_text {
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px #000000 solid;
}

.news_sp_text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.news_sp_text li {
	padding-left: 17px;
	line-height: 20px;
	background: url('http://www.daily.co.jp/css/images/index/ya2.gif') no-repeat;
	background-position: 0em 0.2em;
}


/*--▽お知らせ　開始▽--------------------------------------*/
#info {
	width: 95%;
	margin: 0;
	padding: 5px;
}

#info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#info li {
	padding-top: 5px;
	padding-left: 45px;
	line-height: 18px;
	background: url('http://www.daily.co.jp/css/images/index/icon_info.gif') no-repeat;
	background-position: 0em 0.35em;
}


/*--△左 終了△-------------------------------------------------------------------------------------------------*/
/*--▲contents 終了▲-------------------------------------------------------------------------------------------*/



/*--▼fooder 開始▼---------------------------------------------------------------------------------------------*/
#fooder {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

#foodmenu1 {
	background: url('http://www.daily.co.jp/css/images/index/foodmenu_1.jpg') repeat;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding-left: 20px;
}

#foodmenu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#foodmenu1 li {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding-top: 1px;
	line-height: 23px;
}

#foodmenu1 li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #333333;
}

#foodmenu1 a:hover {
	margin: 0;
	padding: 0;
	color: #FF6600;
}

#foodmenu2 {
	clear: both;
	text-align: center;
	vertical-align: middle;
	background: #FFFFFF;
	margin: 0;
	padding: 0 20px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #abb1aa;
}

#foodmenu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#foodmenu2 li {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding-top: 0;
}

#foodmenu2 a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #333333;
}

#foodmenu2 a:hover {
	margin: 0;
	padding: 0;
	color: #FF6600;
}

#foodmenu3 {
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding: 10px;
}

#foodmenu3  a{
	font-size: 12px;
	color: #FFFF00;
}
	
/*--▲fooder 開始▲-------------------------------------*/

/*--▼野球など　ニュース一覧　▼---------------------------------------------------------------------------------------*/

.newslist li {
	padding: 0px 40px 0px 0px;
	line-height: 22px;
	height: 22px;
	margin: 0px;
	padding-left: 40px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news2.gif') no-repeat;
	background-position: 0em 0.25em;
}

/*--▼　紙面　▼----------------------------*/
.newslist_shimen {
	margin: 0;
	padding: 5px 0 0 5px;
}

.newslist_shimen ul {
	list-style-type: none;
}

.newslist_shimen li {
	padding-left: 43px;
	line-height: 13px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news3.gif') no-repeat;
	background-position: left center;
}

/*--▼　速報　▼----------------------------*/
.newslist_sokuhou {
	margin-bottom: 0;
	padding: 5px 0 0 5px;
}

.newslist_sokuhou ul {
	list-style-type: none;
}

.newslist_sokuhou li {
	padding-left: 43px;
	line-height: 13px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news4.gif') no-repeat;
	background-position: left center;
}

/*--▼ゴルフindex　宮里･横峰・ハニカミ王子ニュースバックナンバー　▼--*/

.back_number {
	padding: 5px;
	width: 95%;
}

.back_number:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.back_number_l {
	float: left;
	width:130px;
	padding-right: 5px;
}

.back_number_r {
	float: left;
}

.back_number_l a img {
	border: 2px #CCCCCC solid;
}

.back_number_l a:hover img {
	border: 2px #FFFF8C solid;
}

.back_number ul {
	list-style-type: none;
}

.back_number li {
	padding-left: 43px;
	line-height: 13px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news5.gif') no-repeat;
	background-position: left center;
}

.column_list li {
	padding-left: 43px;
	line-height: 13px;
	background: url('http://www.daily.co.jp/css/images/index/icon_column1.gif') no-repeat;
	background-position: left center;
}

.column_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.photo_navi {
display:block;
width:320px;
margin-right:auto;
margin-left:auto;
text-align:center;
}

.to_article {
display:block;
width:110px;
margin-right:auto;
margin-left:auto;
text-align:center;
}

#main_news li.btn-pre,
#main_news li.btn-pre a,
#main_news li.btn-kiji,
#main_news li.btn-kiji a,
#main_news li.btn-list,
#main_news li.btn-list a,
#main_news li.btn-next,
#main_news li.btn-next a {
display:block;
overflow:hidden;
text-indent:-9999px;
float:left;
width:100px;
height:27px;
padding:0;
line-height:27px;
}

#main_news li.btn-pre {
background:url('http://www.daily.co.jp/css/images/basic/button_pre.gif') no-repeat;
}

#main_news li.btn-pre a,
#main_news li.btn-pre a:hover {
background:url('http://www.daily.co.jp/css/images/basic/button_pre.gif') no-repeat;
background-position:0 -27px;
}

#main_news li.btn-kiji {
background:url('http://www.daily.co.jp/css/images/basic/btnkiji.gif') no-repeat;
}

#main_news li.btn-list {
background:url('http://www.daily.co.jp/css/images/basic/btnlist.gif') no-repeat;
}

#main_news li.btn-next {
background:url('http://www.daily.co.jp/css/images/basic/button_next.gif') no-repeat;
}

#main_news li.btn-next a,
#main_news li.btn-next a:hover {
background:url('http://www.daily.co.jp/css/images/basic/button_next.gif') no-repeat;
background-position:0 -27px;
}


/*--▼　主要ニュース一覧追加090402　▼----------------------------*/

.main_news_list_bg {
	padding-top: 2px;
	padding-left: 55px;
	line-height: 22px;
	background: url('http://www.daily.co.jp/css/images/index/icon_news1.gif') no-repeat;
	background-position: 0em 0.2em;
}
.main_news_list_time {
	color:#888888;
	font-size:x-small;
}

.main_news_list_image{
	float:right;
	width:130px;
	border-style:none;
}

.main_news_list_contents{
	font-size:small;
	margin:0 130px 0 10px;
}

.main_news_list_link{
	font-size:smaller;
	color:#888888;
	text-align:right;
}
/*--▼　twitter追加100830　▼----------------------------*/
.twitterlink{
background:url("http://www.daily.co.jp/css/images/index/icon/twitter_icon.gif") no-repeat;
font-size:smaller;
font-weight:normal;
padding-bottom:4px;
padding-left:20px;
}
/*--▼　関連記事追加101129　▼----------------------------*/
div.relation{
	overflow: hidden;
	width:95%;
	height: auto;
	margin:5px;
	background-color:#ededed;
}

div.relation h4{
	float:left;
	width: 120px;
	min-width: 120px;
	height: 3.0468em;
	margin-right:15px;
	padding: 3px 0 3px 18px;
	line-height: 1.6666;
	font-size:80%;
}
div.relation p{
	padding: 3px 10px 3px 0;
	line-height: 1.6666;
	border-left:10px #666666 solid;
	font-size:small;
	font-family:sans-serif;
	font-size:75%;
}

div.relation a:link{
	color:blue;
	text-decoration: underline;
	font-family:sans-serif;
}
div.relation a:hover{
	background-color:yellow;
}

div.relation a:visited{
	color:blue;
	text-decoration: underline;
	font-family:sans-serif;

}

/*--▼　右メニュー主要ニュース　▼----------------------------*/
#mainNewsHeadline,
#genreNewsHeadline{
	margin:0 auto;
	text-align:left;
	padding-left:5px;
}

#mainNewsHeadline a:link,
#genreNewsHeadline a:link{
color:blue;
text-decoration:underline;
}

#mainNewsHeadline a:visited,
#genreHeadline a:visited{
color:red;
text-decoration:underline;
}



.feedDate{
    padding:3px;
    font-size:smaller;
}

li.feedTitle{
	padding:1px 1px 1px 7px;
	font-size:small;
	line-height:1.7em;
}
/*--▼　右メニュー新ランキング　▼----------------------------*/
#dailykijiranking a:link{
color:blue;
text-decoration:underline;
margin-bottom:1px;
}

#dailykijiranking a:visited{
color:red;
text-decoration:underline;
}

li.dailykijirankingfeedTitle_a{
  padding:2px 0 0 0;
    font-size:small;
	line-height:22px;
	}

li.dailykijirankingfeedTitle_a img{
	margin:0 4px -2px 0;
	vertical-align:baseline;
}

li.dailykijirankingfeedTitle_b{
    padding:2px 0 2px 0;
    font-size:small;
	line-height:20px;
}

li.dailykijirankingfeedTitle_b img{
	margin:0 7px 2px 3px;
	vertical-align:bottom;
}

#dailykijiranking_top20{
   padding: 5px 0 3px 0;
	float:right;
	clear: both;
	
}
#hanshin_today{
	background:url('http://www.daily.co.jp/css/tigers/today/hanshin_today_titlelogo002.gif') no-repeat;
	height:66px;
	line-height:50px;
	font-size:xx-large;
	padding:0 0 0px 50px;
	margin:5px 0 5px 5px;	
}
/*--▼　ソーシャルブックマーク　▼----------------------------*/

#social_bookmark {
	margin-left:5px;
	margin-top:10px;
	width:95%;
}

#social_bookmark h3 {
	background-color: #036;
	color:#FFF;
	padding:2px;
	font-size:10px;
	font-weight:normal;
	width:30em;
	text-align:center;
	margin:0;}

#social_bookmark_in {
	background-color: #F5F5F5;
	height:25px;
	padding:5px 1px 2px 4px;
	border-top:#006 1px solid;
	border-bottom:#CCC 1px solid;
}
#social_bookmark_in iframe{
	border:none;
	line-height:25px;
	margin-right:4px;
}
#social_bookmark_in img{
	border:none;
	line-height:25px;
}

#recommend_contents{
　　background-color:white;
    border: 1px solid #333333;
    margin: 5px;
    width: 298px;
}
.recommend_contents_in{
	zoom: 100%;
	font-size:12px;
	text-align:left;
	margin: 3px 0px 3px 4px;
	border-bottom: 1px dotted #AA8800;
/*	background:white;*/
}

.recommend_contents_in:after {

    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.recommend_contents_in img{
	float:left;
	margin: 2px 6px 2px 2px;
	border:0;
}

.recommend_contents_in h4 {
	margin:1px 4px 1px 4px;
	font-size:12px;
	text-align:left;
}
.recommend_contents_in p{
	text-align:right;
	/*line-height:15px;*/
	margin-right:4px;
}
.recommend_contents_in a{
	color:blue;
	text-decoration:underline;
}

/*--▼　東京電力ＡＰＩ　▼----------------------------*/


#toden{
	width:300px;
	border:1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:left;
	height:77px;
	padding:0;
}

#toden_in {
	height:57px;
	background-image:url('http://www.daily.co.jp/css/images/index/bg.gif');
	background-repeat:no-repeat;
	z-index:1;
}

toden_tr{
	margin:0;
	padding:0;}
	
toden_td{
	margin:0;
	padding:0;}
	


.toden_left{
	width:204px;
	height:57px;
	margin:0;
	padding:0;
	z-index:2;
	float:left;
}


.toden_left_a{
	height:25px;
	font-size:14px;
	padding:2px 0 0 25px;
	font-weight:bold;
	}

.toden_left_b{
	height:27px;
	}
	
#mater{
	background-image:url('http://www.daily.co.jp/css/images/index/meter.gif');
	height:16px;
	margin:0 0 3px 3px;
	}
	
.toden_right{
	width:94px;
	height:57px;
	float:right;
	}
	
.toden_right_c{
	height:16px;
	width:42px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding:2px 0 0 0;
	}
	
.toden_right_d{
	height:30px;
	width:42px;
	font-size:10px;
	text-align:center;
	
	}
	
#percent{
	font-size:18px;
	font-weight:bold;
	color: #F66;	
}

.toden_right_e{
	height:16px;
	width:52px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding:2px 0 0 0;
	}

.toden_right_f{
	height:30px;
	width:52px;
	}

#bunshi{
	border-bottom:#333 1px solid;
	font-size:9px;
	
	}
	
#bunbo{
	font-size:9px;
	
	}


#toden_day{
	clear:both;
	padding:0 0 1px 2px;
	font-size:12px;
	float:left;
	
	}
	
#yahoocredit{
	padding:0 2px 1px 0;
	font-size:10px;
	float:right;
	
}