@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
---------------------------------------------------------------------------- */
body {
	background: #ffffff url(../img/pc/top/bg.gif) repeat-x center top;
}

#pageBody {
	width: 1070px;
}


/* Main01 */
#Main01 {
    background-color: #FF9;
    width: 1070px;
    height: 330px;
	position:relative;
	background: url(../img/pc/top/bg_main.png) no-repeat center top;
	overflow:hidden;
}
#Main01 #bnrArea {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 24px;
    left: 0px;
}
.frameLine {
    background-color: #cccccc;
    width: 760px;
    height: 260px;
	position:absolute;
	top:34px;
	right:10px;
}


/* Main02 */
#Main02 {
    width: 1070px;
    float: left;
    margin-top: 30px;
}
#Main02 #col-A {
	float:left;
	width:270px;
	padding:0 5px;
	margin-right:15px;
    margin-top: 5px;
}
#Main02 #col-B {
	float:left;
	width:480px;
	margin-right:15px;
    margin-top: 5px;
}
#Main02 #col-C {
	float:left;
	width:280px;
}


#col-A .sNavLeft {
    float: left;
    width: 264px;
    background-color: #ffffff;
    border: 3px solid #eeeeee;
}
#col-A .sNavLeft li {
    float: left;
    width: 260px;
    height: 66px;
    padding-bottom: 2px;
    margin: 2px 2px 0px 2px;
    border-bottom: 1px solid #eeeeee;
}
#col-A .sNavLeft li:last-child {
    border-bottom: none;
}


#col-C .sNavRight {
	float:left;
	width:280px;
    margin-bottom: 10px;
}
#col-C .sNavRight li {
    float: left;
    /* background-color: #cccccc; */
    /* width: 280px; */
    /* height: 85px; */
    padding: 0;
    margin: 0;
}
#col-C .sNavRight li:last-child {
}



/* newsArea */
#newsArea {
    float: left;
    width: 480px;
/* height: 370px; */
    margin-bottom: 29px;
}
#newsArea ol, #newsArea ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#newsArea .uiTab {
	clear: both;
	*zoom: 1;
    width: 480px;
    height: 58px;
    border: none;
}
#newsArea .uiTabTit { display: none; }
#newsArea .uiTab li {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
	margin-right: 0;
	float:left;
}
#newsArea .uiTab li.last {
	margin-right: 0;
}
#newsArea .uiTab li a .in {
    background: none;
    cursor: pointer;
    display: block;
    padding: 0px;
    width: 158px;
    height: 58px;
    text-indent: -9999px;
}
#newsArea .uiTab li a.selected .in {
	background: none;
}
#newsArea .uiTab li.nTab_01 a .in {
	margin-right: 3px;
}
#newsArea .uiTab li.nTab_02 a .in {
	margin-right: 3px;
}
#newsArea .uiTab li.nTab_03 a .in {
	margin-right: 0;
}

#newsArea .uiTab li.nTab_01 a {
	background: url(../img/pc/top/ntab_01.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a {
	background: url(../img/pc/top/ntab_02.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_03 a {
	background: url(../img/pc/top/ntab_03.gif) no-repeat left top;
}

#newsArea .uiTab li.nTab_01 a:hover {
	background: url(../img/pc/top/ntab_01_o.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a:hover {
	background: url(../img/pc/top/ntab_02_o.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_03 a:hover {
	background: url(../img/pc/top/ntab_03_o.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_01 a.selected,
#newsArea .uiTab li.nTab_01 a.selected:hover {
	background: url(../img/pc/top/ntab_01_a.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a.selected,
#newsArea .uiTab li.nTab_02 a.selected:hover {
	background: url(../img/pc/top/ntab_02_a.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_03 a.selected,
#newsArea .uiTab li.nTab_03 a.selected:hover {
	background: url(../img/pc/top/ntab_03_a.gif) no-repeat left top;
}

#newsArea .naSec {
    overflow: hidden;
    position: relative;
    width: 459px;
    height: 295px;
    padding: 5px 5px 5px 10px;
    float: left;
    background-color: #ffffff;
    border: 3px solid #4A97E3;
}
#newsArea .naSec time {
	display: block;
	float: left;
}
#newsArea .naSec h4 {
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}
* html #newsArea .naSec h4 {
	padding-left: 10px;
}
#newsArea .naSec article {
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    zoom: 1;
    /* width: 660px; */
    height: 250px;
    padding-top: 5px;
    overflow-y: scroll;
}
#naInfoSec #newstopic {
	height:160px;
}
#newsArea .more {
    /* margin-top: 8px; */
    /* text-align: right; */
    position: absolute;
    right: 5px;
    bottom: 5px;
	width:125px;
	height:31px;
}
#newsArea .more a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#newsArea .clf {
    margin-right: 10px;
}



/* search Area */
#searchArea {
	float:left;
	width: 480px;
	height:316px;
	background: #ffffff url(../img/pc/top/bg_search.gif) no-repeat center bottom;
}
#searchArea .saSecList {
    float: left;
    width: 466px;
    /* height: 256px; */
    padding: 7px 0px 7px 7px;
    /* margin: 0 -13px -13px 0; */
    overflow: hidden;
    position: relative;
    zoom: 1;
}
#searchArea .saSecList li {
    float: left;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 152px;
    height: 61px;
}
#searchArea .saSecList li.last {
	margin-right: 0;
	margin-bottom:0;
}


/* search tab*/
.uiTabArea .uiTab {
    float: left;
    width: 480px;
    height: 43px;
    border: none;
}
.uiTabArea .uiTabTit { display: none; }
.uiTabArea .uiTab li {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
	margin-right: 0;
	float:left;
}
.uiTabArea .uiTab li.last {
	margin-right: 0;
}
.uiTabArea .uiTab li a .in {
	background: none;
	display: block;
	cursor: pointer;
	padding: 0px;
	width:158px;
	height: 43px;
	text-indent:-9999px;
}
.uiTabArea .uiTab li a.selected .in {
	background: none;
}
.uiTabArea .uiTab li.toptab01 {
	margin-right: 3px;
}
.uiTabArea .uiTab li.toptab02 {
	margin-right: 3px;
}
.uiTabArea .uiTab li.toptab03 {
}
.uiTabArea .uiTab li.toptab01 a {
	background: url(../img/pc/top/top_tab01.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab02 a {
	background: url(../img/pc/top/top_tab02.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab03 a {
	background: url(../img/pc/top/top_tab03.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab01 a:hover {
	background: url(../img/pc/top/top_tab01_o.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab02 a:hover {
	background: url(../img/pc/top/top_tab02_o.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab03 a:hover {
	background: url(../img/pc/top/top_tab03_o.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab01 a.selected,
.uiTabArea .uiTab li.toptab01 a.selected:hover {
	background: url(../img/pc/top/top_tab01_a.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab02 a.selected,
.uiTabArea .uiTab li.toptab02 a.selected:hover {
	background: url(../img/pc/top/top_tab02_a.gif) no-repeat left top;
}
.uiTabArea .uiTab li.toptab03 a.selected,
.uiTabArea .uiTab li.toptab03 a.selected:hover {
	background: url(../img/pc/top/top_tab03_a.gif) no-repeat left top;
}




/* # 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;
}

