@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: 1200px;
	height: auto;
	margin: 0 auto 30px;
	margin-top: -25px;
	padding: 50px 0 13px;
	/*overflow: hidden;*/
	position: relative;
	zoom: 1;
	background-image: url(../img/pc/page/bg_top_blue.gif);
}

#visualInner{
	height: auto;
	padding: 10px 12px;
	margin: 0 80px;
	background: #fff;
	border-radius: 15px;
}

/*
#visual #visMainIn {
	height: 310px;
	overflow: hidden;
	zoom: 1;
}

#visual #visMainIn span.debug {
	color: #000;
	display: block;
	font-size: 72px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}*/

#content{
	width: 860px;
	padding: 0 0 40px 0;
}

#newsArea,
#newsAside{
	display: inline-block;
	vertical-align: top;
}

#newsArea {
	width: 475px;
	text-align: left;
	padding: 25px 0 0 21px;
	/*margin-bottom: 23px;*/
}

#newsArea #naTab{
	/*
	border-bottom: 4px solid #0168B3;
	margin-bottom: 11px;*/
}

#newstopic {
    height: 228px;
    overflow-y: scroll;
    line-height: 1.4;
}

/*
#newsArea #naTab a {
	background: url(../img/pc/page/bg_tab01.gif) no-repeat left top;
}

#newsArea #naTab a:hover {
	background-image: url(../img/pc/page/bg_tab01_o.gif);
}

#newsArea #naTab a.selected,
#newsArea #naTab a.selected:hover {
	background-image: url(../img/pc/page/bg_tab01_a.gif);
}*/

#newsArea #naTab a .in {
	/*background: url(../img/pc/page/bg_tab01_arrow.gif) no-repeat 15px center;*/
}

#newsArea #naTab a.selected .in {
	/*background-image: url(../img/pc/page/bg_tab01_arrow_a.gif);*/
	color: #000;
}

#newsArea #newsTit{
	color: #2b2b2b;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
#newsArea #newsTit span{
	color: #459cdf;
	font-size: .7em;
	letter-spacing: 1px;
	padding-left: 8px;
}

#newsArea #newsList{

}

#newsArea #newsList dl{
	line-height: 1em;
	padding: 13px 0;
	border-bottom: solid 1px #dfdfdf;
}

#newsArea #newsList dl dt,
#newsArea #newsList dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3em;
}

#newsArea #newsList dl dt{
	width: 110px;
}

#newsArea #newsList dl dd{
	width: 365px;
	color: #0264b4;
}
#visual .copyright,
#newsArea .more {
	/*border-top: 1px solid #e3e3e3;*/
	font-size: 83%;
	padding-top: 10px;
	text-align: right;
}
#visual .copyright {
	margin: 0 80px;
	padding: 2px 12px 0 0;
}

#newsArea .more a {
	background: url(../img/pc/page/ico_news_list.png) no-repeat left center;
	display: inline-block;
	*display: inline;
	padding-left: 17px;
	vertical-align: baseline;
	color: #000;
	*zoom: 1;
}

#newsArea .naSec {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#newsArea .naSec time {
	float: left;
	display: block;
}

#newsArea .naSec h4 {
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

* html #newsArea .naSec h4 {
	padding-left: 10px;
}

#newsArea .naSec article {
	border-top: 1px dotted #b2b2b2;
	line-height: 1.2;
	margin-top: -1px;
	overflow: hidden;
	padding: 9px 0;
	position: relative;
	zoom: 1;
}

#naInfoSec #newstopic {
	width:100%;
	height:170px;
	overflow-y:scroll;
}

/* searchArea */
#content #searchArea {
	margin-bottom: 30px;
}

#content #searchArea .saSecIn {
	background-color: #d9d9d9;
	padding: 16px 20px;
}

* html #content #searchArea .saSecIn {
	margin-right: -13px;
}

#content #searchArea .saSecList {
	overflow: hidden;
	position: relative;
	width: 820px;
	zoom: 1;
}

#newsAside{
	width: 480px;
	height: 320px;
	margin-left: 40px;
	border-radius: 5px;
}

#newsAside ul{
	display: block;
}
#newsAside ul li{
	text-align: right;
	padding-right: 0;
	margin-top: 0;
}
#newsAside ul li a{
	display: inline-block;
	width: 195px;
	height: 65px;
	line-height: 45px;
	text-align: left;
	padding: 10px 20px;
	padding-right: 0px;
	box-sizing: border-box;
	color: #2b2b2b;
	font-weight: bold;
	background-image: url(../img/pc/top/bg_news_aside.png);
}
#newsAside ul li a img{
	margin-right: 10px;
}

#newsAside ul li a:hover{
	text-decoration: none;
	opacity: .8;
}

#content #searchArea .saSecList {
	letter-spacing: -.4em;
}

#content #searchArea .saSecList li {
	display: inline-block;
	width: 262px;
	text-align: center;
	padding: 10px 0;
	margin: 0 5px;
	letter-spacing: normal;
}

#linkArea{
	border: solid 3px #ececec;
	background: #f6f5f6;
	padding: 20px 27px 30px;
}

#linkArea h2{
	margin-bottom: 15px;
}

#linkArea #linkList{
	display: block;
}

#linkArea #linkList li{
	display: inline-block;
	width: 195px;
	margin: 0 0 12px 0;
}

#linkArea #linkList li:first-child{
	margin: 0 0 12px;
}

.bHome .uiTabArea .uiTab li{
    width: 284px;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#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;
}
*/

#sidebar #logIn{
	width: 220px;
	height: 186px;
	background-image: url(../img/pc/top/bg_login.png);
	text-align: center;
	margin-bottom: 10px;
}

#sidebar #sTopNav .sTopNavSec #logIn h2{margin: 0;}

#sidebar #logIn img{
	display: block;
	margin: 0 auto;
}

#sidebar #logIn a{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
#sidebar #sideNav li a, #sidebar #sLNav li a {
	font-size: 17px;
	font-weight: bolder;
}

/* # 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;
}
