@charset "UTF-8";

/* ****************************************************
Title: pc_common.css
Created: 2011-01-24
Last Modified: 2011-02-10
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Sidebar
# Modules

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

#visual {
	width: 960px;
	height: 246px;
	margin-bottom: 20px;
}

#visual #visMain {
	float: left;
	width: 480px;
}

#visual #newsArea {
	float: right;
	width: 470px;
	margin-bottom: 10px;
}

#visual #newsArea #naTab{
	margin-bottom: 11px;
}

#visual #newsArea #naTab a {
	background: url(../img/pc/page/bg_tab01.gif) no-repeat left top;
}

#visual #newsArea #naTab a:hover {
	background-image: url(../img/pc/page/bg_tab01_o.gif);
}

#visual #newsArea #naTab a.selected,
#visual #newsArea #naTab a.selected:hover {
	background-image: url(../img/pc/page/bg_tab01_a.gif);
}

#visual #newsArea #naTab a .in {
}

#visual #newsArea #naTab a.selected .in {
	color: #fff;
}

#visual #newsArea .more {
	border-top: 1px solid #e3e3e3;
	font-size: 83%;
	padding-top: 10px;
	text-align: right;
}

#visual #newsArea .more a {
	_background: url(../img/pc/page/ico_arrow_s.gif) no-repeat left center;
	display: inline-block;
	*display: inline;
	padding-left: 17px;
	vertical-align: baseline;
	*zoom: 1;
}

#visual #newsArea .naSec {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#visual #newsArea .naSec time {
	float: left;
	display: block;
}

#visual #newsArea .naSec h4 {
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

* html #visual #newsArea .naSec h4 {
	padding-left: 10px;
}

#visual #newsArea .naSec article {
	border-top: 1px dotted #b2b2b2;
	line-height: 1.2;
	margin-top: -1px;
	overflow: hidden;
	padding: 9px 0;
	position: relative;
	zoom: 1;
}

#visual #naInfoSec #newstopic {
	width:100%;
	height:170px;
	overflow-y:scroll;
}



#recommendArea {
	float: left;
	margin-bottom: 30px;
}

#recommendArea #recommendAreaIn {
	padding: 5px 0px;
	position: relative;
}

#recommendArea .caroufredsel_wrapper {
	margin: 0 auto !important;
	/*width: 960px !important;   ←バナー5つの場合用。カルーセルを使う時は削除 */
}

#recommendArea #raList {
	/*padding-left: 30px;*/
	padding-left: 30px;
	/*padding-left: 0;  /* ←バナー5つの場合用。カルーセルを使う時は30pxに */
}

#recommendArea #raList li {
	float: left;
	display: inline-block;
	padding: 0 5px;
}

#recommendArea #raLRNav {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 960px;
	margin: 0px;
}

#recommendArea #raLRNav li#raLNav {
	position: absolute;
	left: 0;
	top: 0;
}

#recommendArea #raLRNav li#raRNav {
	position: absolute;
	right: 0;
	top: 0;
}




/* searchArea */
#content #searchArea {
	float: left;
	width: 700px;
}

#content #searchArea .saSecIn {
	background-color: #eeeeee;
	padding: 16px 20px;
}

* html #content #searchArea .saSecIn {
	margin-right: -13px;
}

#content #searchArea .saSecList {
	margin: 0 -13px -13px 0;
	overflow: hidden;
	position: relative;
	width: 673px;
	zoom: 1;
}

#content #searchArea .saSecList li {
	float: left;
	padding: 5px 13px 18px 0;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar {
	float: left;
	margin: 0px 0px 10px 20px;
}

#sidebar #sTopNav {
}

#sidebar #sTopNav .sTopNavSec {
}

#sidebar #sTopNav .sTopNavSec h2 {
	display: block;
	padding: 8px 9px 0px 9px;
	background: url(../img/pc/top/bg_sideber_top.gif) no-repeat left top;
}

#sidebar #sTopNav .sTopNavSec ul {
	display: inline-block;
	background: url(../img/pc/top/bg_sideber_btm.gif) no-repeat left bottom;
	padding: 0px 0px 10px 10px;
}

#sidebar #sTopNav .sTopNavSec li {
	float: left;
	width: 100px;
	margin: 5px 5px 5px 5px;
}

#sidebar #sTopNav .sTopNavSecLast li {
	margin-bottom: 0;
}


/* # Modules
---------------------------------------------------------------------------- */


/* # zrss
---------------------------------------------------------------------------- */

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:100%;
	height:170px;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

#newsArea .rssHeader { display:none; }

.rssBody ul { list-style: none; }
.rssBody li { border-bottom: 1px dotted #999; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.3em; }
.rssRow h4 { 
	font-size: 90%;
	display: inline-block;
}
.rssRow div {
	font-size: 90%;
	color: #666;
	margin-right:2em;
	display: inline-block;
	float:left;
}

.odd { background-color: #fff; }
.even { background-color: #fff; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

