@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
---------------------------------------------------------------------------- */

#slideshow {
    position:relative;
    height:335px;
	width:745px;
	margin: 0px auto 7px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#gNav {
	margin-bottom: 0px;
}

#Topcontent {
	height: 266px;
	width: 960px;
	background:url(../img/pc/top/tab_bg.gif) no-repeat;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}



#content_top {
	width:745px;
	float:left;
}
#content_top #newsArea {
	height:150px;
	background:url(../img/pc/top/news_bg.gif) no-repeat;
}
#content_top #newsArea .news_ti {
	width:90px;
	margin: 8px 20px 15px 8px;
	float:left;
}
#content_top #newsArea .news {
	width:150px;
	margin: 14px 20px 0px 0px;
	float:left;
}


/* searchArea */
#Topcontent #searchArea {
	width: 124px;
	height:194px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#Topcontent #searchArea .saSecIn {
	padding: 0px;
	height: 184px;
	width: 824px;
	margin-left: 134px;
}

* html #Topcontent #searchArea .saSecIn {
	margin-right: -0px;
}

#Topcontent #searchArea .saSecList {
	overflow: hidden;
	position: relative;
	width: 830px;
	zoom: 1;
	clear: left;
	margin-top: -188px;
	height: 186px;
	float: right;
}

#Topcontent #searchArea .saSecList li {
	float: left;
	padding-top: 1;
	padding-left: 1;
}

#Topcontent #searchArea #saTab{border:0px; width:124px; hight: 192px; float:left; margin-top:48px;}
#Topcontent #searchArea #saTab .tab01 a{
	background: url(../img/pc/top/tab01.png) no-repeat left top;
	height: 64px;
	width: 124px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#Topcontent #searchArea #saTab .tab02 a{
	background: url(../img/pc/top/tab02.png) no-repeat left top;
	height: 64px;
	width: 124px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#Topcontent #searchArea #saTab .tab03 a{
	background: url(../img/pc/top/tab03.png) no-repeat left top;
	height: 64px;
	width: 124px;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#Topcontent #searchArea #saTab .tab01 a.selected, #Topcontent #searchArea #saTab .tab01 a.selected:hover{
	background: url(../img/pc/top/tab01_o.png) no-repeat left top;
	height: 64px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}
#Topcontent #searchArea #saTab .tab02 a.selected, #Topcontent #searchArea #saTab .tab02 a.selected:hover{
	background: url(../img/pc/top/tab02_o.png) no-repeat left top;
	height: 64px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}
#Topcontent #searchArea #saTab .tab03 a.selected, #Topcontent #searchArea #saTab .tab03 a.selected:hover{
	background: url(../img/pc/top/tab03_o.png) no-repeat left top;
	height: 64px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar {
	width:200px;
	float: right;
}

#sidebar #sTopNav {
	padding: 12px;
}

#sidebar #sTopNav .sTopNavSec {
	margin-bottom: 20px;
}

#sidebar #sTopNav .sTopNavSec h2 {
	line-height: 1.1;
	margin-bottom: 8px;
}

#sidebar #sTopNav .sTopNavSec ul {

}

#sidebar #sTopNav .sTopNavSec li {
	margin-top: 8px;
}

#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;
}

