@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
---------------------------------------------------------------------------- */

#top_ph {
	height: 320px;
	margin: 0px auto 20px;
	text-align: center;
	clear:both;
}

#content_top {width:680px;
	padding-left:0px;
	float:left;}

#content_top .news_bg{
	padding-left:14px;
	margin-bottom:0px;
	padding-bottom:20px
}


/* searchArea */

#content_top #searchArea {
	width: 680px;
	height: 350px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#content_top #searchArea .saSecIn {
	padding: 0px;
	no-repeat;
	height: 253px;
	width: 680px;
}

* html #content_top #searchArea .saSecIn {
	margin-right: -13px;
}

#content_top #searchArea .saSecList {
	overflow: hidden;
	position: relative;
	width: 670px;
	zoom: 1;
	clear: left;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-color: #FFF;
	height: 281px;
	background: url(../img/pc/top/tab_bg.gif) no-repeat;
}

#content_top #searchArea .saSecList li {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 0px;
}

#content_top #searchArea #saTab{border:0px;}
#content_top #searchArea #saTab .tab01 a{
	background: url(../img/pc/top/tab01.gif) no-repeat left top;
	height: 60px;
	width: 226px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content_top #searchArea #saTab .tab02 a{
	background: url(../img/pc/top/tab02.gif) no-repeat left top;
	height: 60px;
	width: 227px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content_top #searchArea #saTab .tab03 a{
	background: url(../img/pc/top/tab03.gif) no-repeat left top;
	height: 60px;
	width: 227px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content_top #searchArea #saTab .tab01 a.selected, #content_top #searchArea #saTab .tab01 a.selected:hover{
	background: url(../img/pc/top/tab01_o.gif) no-repeat left top;
	height: 60px;
	width: 226px;
	margin: 0px;
	padding: 0px;
}
#content_top #searchArea #saTab .tab02 a.selected, #content_top #searchArea #saTab .tab02 a.selected:hover{
	background: url(../img/pc/top/tab02_o.gif) no-repeat left top;
	height: 60px;
	width: 227px;
	margin: 0px;
	padding: 0px;
}
#content_top #searchArea #saTab .tab03 a.selected, #content_top #searchArea #saTab .tab03 a.selected:hover{
	background: url(../img/pc/top/tab03_o.gif) no-repeat left top;
	height: 60px;
	width: 227px;
	margin: 0px;
	padding: 0px;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar_top {
	float: right;
	width: 240px;
    margin-left: 20px;
}

#sidebar_top li {
	margin-bottom: 12px;
}

#sidebar_top li.sn_Last {
	margin-bottom: 0;
}



/* # Modules
---------------------------------------------------------------------------- */


/* # zrss
---------------------------------------------------------------------------- */

.rssFeed {
	font-size: small;
	width:100%;
	height:170px;
	height:170px;
	overflow-y: scroll;
}

.rssFeed table td {
	background:#fff;
	line-height: 1.2;
    border-bottom: 1px dotted #bbb;
    padding: 4px 2px;
}

.rssFeed tr + td { width:20%;}
.rssFeed td + td { width:80%;}

.rssFeed a {
	text-decoration: none;
}
.rssFeed a:hover {
	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;
}

