@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 {
	border-top: 2px solid #009D9E;
	background: #ffffff url(../img/pc/top/bg.gif) no-repeat center top;
}
#content_top {
	float: left;
	position: relative;
	width: 680px;
}
#gNav {
	margin-bottom: 0;
}




#visual {
	width: 1060px;
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#visual #visMainIn {
	height: 300px;
	overflow: hidden;
	zoom: 1;
}
#visual #visMainIn li {
	position: relative;
	width: 1060px;
	height: 300px;
}
#visual #visMainIn span.debug {
	color: #000;
	display: block;
	font-size: 72px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}
#visual #visSub {
	position: absolute;
	right: 0;
	top: 0;
}
#visual #visNav {
    background: url(../img/pc/top/vis_bg_nav.png) repeat left top;
    line-height: 0;
    padding: 10px;
    width: 240px;
    height: 222px;
    position: absolute;
    top: 29px;
    right: 50px;
}
#visual #visNav li {
	margin-bottom: 2px;
}
#visual #visNav a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
    width: 240px;
    height: 54px;
}
#visual #visNav #visNav00 a { 
	height: 0px;
	width:  0px;
}
#visual #visNav #visNav01 a { background-image: url(../img/pc/top/vis_nav01.png); }
#visual #visNav #visNav01.nonsmoke a { background-image: url(../img/pc/top/vis_nav01_non_smoke.png); }
#visual #visNav #visNav02 a { background-image: url(../img/pc/top/vis_nav02.png); }
#visual #visNav #visNav03 a { background-image: url(../img/pc/top/vis_nav03.png); }
#visual #visNav #visNav04 a { background-image: url(../img/pc/top/vis_nav04.png); }
#visual #visNav #visNav01 a.selected,
#visual #visNav #visNav01 a:hover { background-image: url(../img/pc/top/vis_nav01_o.png); }
#visual #visNav #visNav01.nonsmoke a.selected,
#visual #visNav #visNav01.nonsmoke a:hover { background-image: url(../img/pc/top/vis_nav01_o_non_smoke.png); }
#visual #visNav #visNav02 a.selected,
#visual #visNav #visNav02 a:hover { background-image: url(../img/pc/top/vis_nav02_o.png); }
#visual #visNav #visNav03 a.selected,
#visual #visNav #visNav03 a:hover { background-image: url(../img/pc/top/vis_nav03_o.png); }
#visual #visNav #visNav04 a.selected,
#visual #visNav #visNav04 a:hover { background-image: url(../img/pc/top/vis_nav04_o.png); }




/* newsArea */
#content_top #newsArea {
	float:left;
	width: 680px;
	margin-bottom: 20px;
}
#content_top #newsArea h2 {
	_background: url(../img/pc/top/bg_news.gif) no-repeat left top;
	border: 1px solid #ddd;
	height: 50px;
	padding: 0;
	margin-bottom: 10px;
	text-indent:-9999px;
}
#content_top #newsArea ol, #content_top #newsArea ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#content_top #newsArea .uiTab {
	clear: both;
	*zoom: 1;
    width: 680px;
    height: 58px;
	border:none;
}
#content_top #newsArea .uiTabTit { display: none; }
#content_top #newsArea .uiTab li {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
	margin-right: 0;
	float:left;
}
#content_top #newsArea .uiTab li.last {
	margin-right: 0;
}
#content_top #newsArea .uiTab li a .in {
	background: none;
	cursor: pointer;
	display: block;
	padding: 0px;
	width: 224px;
	height: 58px;
	text-indent:-9999px;
}
#content_top #newsArea .uiTab li a.selected .in {
	background: none;
}
#content_top #newsArea .uiTab li.nTab_01 a .in {
	margin-right: 4px;
}
#content_top #newsArea .uiTab li.nTab_02 a .in {
	margin-right: 4px;
}
#content_top #newsArea .uiTab li.nTab_03 a .in {
	margin-right: 0;
}

#content_top #newsArea .uiTab li.nTab_01 a {
	background: url(../img/pc/top/ntab_01.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_02 a {
	background: url(../img/pc/top/ntab_02.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_03 a {
	background: url(../img/pc/top/ntab_03.gif) no-repeat left top;
}

#content_top #newsArea .uiTab li.nTab_01 a:hover {
	background: url(../img/pc/top/ntab_01_o.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_02 a:hover {
	background: url(../img/pc/top/ntab_02_o.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_03 a:hover {
	background: url(../img/pc/top/ntab_03_o.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_01 a.selected,
#content_top #newsArea .uiTab li.nTab_01 a.selected:hover {
	background: url(../img/pc/top/ntab_01_a.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_02 a.selected,
#content_top #newsArea .uiTab li.nTab_02 a.selected:hover {
	background: url(../img/pc/top/ntab_02_a.gif) no-repeat left top;
}
#content_top #newsArea .uiTab li.nTab_03 a.selected,
#content_top #newsArea .uiTab li.nTab_03 a.selected:hover {
	background: url(../img/pc/top/ntab_03_a.gif) no-repeat left top;
}

#content_top #newsArea .naSec {
    overflow: hidden;
    position: relative;
    border: 4px solid #00B2EB;
    width: 647px;
    height: 195px;
    padding: 10px 10px 10px 15px;
    float: left;
}
#content_top #newsArea .naSec time {
	display: block;
	float: left;
}
#content_top #newsArea .naSec h4 {
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}
* html #content_top #newsArea .naSec h4 {
	padding-left: 10px;
}
#content_top #newsArea .naSec article {
    line-height: 1.5;
    _margin-top: -1px;
    overflow: hidden;
    position: relative;
    zoom: 1;
    width: 647px;
    height: 160px;
    overflow-y: scroll;
}
#naInfoSec #newstopic {
	_width:100%;
	height:160px;
	_overflow-y:scroll;
}
#content_top #newsArea .more {
    margin-top: 8px;
}
#content_top #newsArea .more a {
	display: inline-block;
	*display: inline;
	_padding-left: 17px;
	_vertical-align: baseline;
	*zoom: 1;
	width:106px;
	height:27px;
}
#content_top #newsArea .clf {
    margin-right: 10px;
}






/* searchArea */
#content_top #searchArea {
	float:left;
	width: 680px;
	_height:278px;
}
.saSecList {
	float: left;
	width: 667px;
	padding: 6px 0 5px 5px;
	_margin: 0 -13px -13px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
	background-color: #ffffff;
    border: 4px solid #009D9E;
}
.saSecList li {
	float: left;
	padding: 0;
	margin-right:1px;
	margin-bottom:1px;
	width: 220px;
	height: 71px;
}


/*toptab*/
#naTab {
	_display:none;
}
.uiTabArea .uiTab {
	float: left;
    width: 680px;
    height: 58px;
	*zoom: 1;
	border-bottom: none;
}

.uiTabArea .uiTabTit { display: none; }

.uiTabArea .uiTab li {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
	margin-right: 0;
	float:left;
	margin-right:1px;
	margin-bottom:1px;

}
.uiTabArea .uiTab li.last {
	margin-right: 0;
}

.uiTabArea .uiTab li a .in {
	background: none;
	display: block;
	cursor: pointer;
	padding: 0px;
	width: 224px;
	height: 58px;
	text-indent:-9999px;
}

.uiTabArea .uiTab li a.selected .in {
	background: none;
}
.uiTabArea .uiTab li.toptab01 {
	margin-right: 4px;
}
.uiTabArea .uiTab li.toptab02 {
	margin-right: 4px;
}
.uiTabArea .uiTab li.toptab03 {
	margin-right: 0;
}

.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;
}

/* # Sidebar
---------------------------------------------------------------------------- */
#sidebar {
	width: 260px;
	padding: 0;
	margin: 0;
}
#sidebar #bnrArea01 {
	margin-bottom:20px;
}
#sidebar #bnrArea01 ul {
	border-top:1px solid #dddddd;
	padding: 0;
	margin: 0;
}
#sidebar #bnrArea01 li {
	border-bottom:1px solid #dddddd;
}

#sidebar #bnrArea02 {
}
#sidebar #bnrArea02 ul {
	padding: 0;
	margin: 0;
}
#sidebar #bnrArea02 li {
	margin-bottom:9px;
}


/* # 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;
}

#content_top #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;
}

