@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE   : nikkansports.com CSS
DATE    : 2010/11/09
URL     : https://www.nikkansports.com/css/common_main.css
AUTHOR  : nikkansports.com

--------------------------------------------------------------------- */

/* ----------------------------------------------------------------
BASIC STYLE
---------------------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td {
	margin: 0;
	padding: 0;
}

body {
	padding: 5px 0;
	font: 16px/1.05 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background: #ebf0f2;
}
/* Hides from MacIE, for WinIE \*/
	*html body {
		font-size: medium;
		text-align: center;
	}
/* End hide from MacIE */

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

img,
a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
	-ms-interpolation-mode: bicubic;
}

fieldset { border: 0 none; }

ul, ol { list-style: none; }

.hide { display: none; }

.skip {
	width: 200px;
	position: absolute;
	top: -999px;
}

.helpNavi {
	width: 200px;
	position: absolute;
	top: -999px;
}

.helpNavi a {
	text-decoration: none;
	background: transparent;
}




/* Link
----------------------------------------------- */
a {
	text-decoration: none;
	outline: none;
}

a:link{ color: #0062de; }
a:visited { color: #805496; }
a:hover,
a:active { text-decoration: underline; }



/* Wrapper
------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	min-width: 980px;
	max-width: 1100px;
	border-left: 1px solid #d4d7d8;
}
/* Hides from MacIE, for WinIE \*/
	*html #wrapper {
		text-align: left;
		width: expression(document.body.clientWidth > 1102? "1100px" : "auto");
	}
/* End hide from MacIE */





/* ----------------------------------------------------------------
HEADER AREA STYLE
---------------------------------------------------------------- */

/* Header Navigation
------------------------------------------------------- */
#headerNavi {
	height: 22px;
	background: url(https://cache2.nipc.jp/img/header-navi_bg.gif) repeat-x bottom left;
}

#headerNavi li {
	float: left;
	font-size: 13px;
	line-height: 1;
}



/* Site Navi
------------------------------------------------------- */
#siteNavi {
	float: left;
	height: 22px;
}


/* ----- Site Navi1 -----*/
#siteNavi1 {
	float: left;
	height: 22px;
}

#siteNavi1 li {
	border: 1px solid #d4d7d8;
	border-left: 0 none;
	width: 90px;
	height: 22px; /* 実質23px */
	text-align: center;
	background: #e6e6e6;
}

#siteNavi1 li a {
	display: block;
	padding: 4px 0 0 !important;
	padding: 5px 0 0;
	height: 18px !important;
	height: 17px;
	color: #15427a;
}

#siteNavi1 li a:hover,
#siteNavi1 li a:active {
	color: #164f79;
	text-decoration: none;
	background: #eef6fc;
}

#siteNavi1 li#siteNaviNews {
	border: 0 none;
	width: 91px;
}

#siteNavi1 li#siteNaviNews a {
	color: #000000;
	border: 1px solid #d4d7d8;
	border-left: 0 none;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}


/* ----- Site Navi2 -----*/
#siteNavi2 {
	float: left;
	margin-left: 3px;
}

#siteNavi2 li {
	margin: 4px 0 0 !important;
	margin: 5px 0 0;
	padding: 0 7px;
	border-left: 1px solid #b8b9ba;
}

#headerNavi #siteNavi2 li:first-child { border: none; }
#headerNavi #siteNavi2 li.firstChild { border: none; }



/* Tool Navi
------------------------------------------------------- */
#toolNavi { float: right }

#toolNavi ul { float: left; }

ul#nikkanID { margin-right: 6px; }

ul#nikkanID li {
	margin: 4px 1px 0 0 !important;
	margin: 5px 1px 0 0;
	padding: 0 7px;
	border-right: 1px solid #b8b9ba;
}

.iconRSS {
	margin: 4px 4px 0 0 !important;
	margin: 5px 4px 0 0;
	padding-left: 19px;
	background: url(https://cache2.nipc.jp/img/icon-rss.gif) no-repeat 0 center;
}




/* Header
------------------------------------------------------- */
#header {
	height: 100px;
	background: #ffffff;
	border-right: 1px solid #d4d7d8;
	position: relative;
}

#headerInner {
	height: 100px;
	position: absolute;
	left: 0;
}

#headerNikkanLogo { margin: 28px 0 0 13px; }


/* ----- Search From -----*/
#header form {
	margin: 0 0 2px 10px;
	width: 210px;
	height: 24px;
	position: absolute;
	bottom: 0;
}

#header fieldset { height: 19px; }

#header form input { float: left; }

#header form #keyword {
	margin-right: 1px;
	padding: 2px 2px 0;
	font: 13px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	vertical-align: middle;
	background: url(https://cache2.nipc.jp/img/search-text_bg_goo.gif) repeat-x left top;
	width: 147px;
	height: 16px;
	border: 1px solid #c5c5c5;
}

*html #header form #keyword { /* for IE5~ */
	font: 13px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border: 1px solid #c5c5c5;
	
}

#header form input[type="image"] { margin-left: 5px; }

/* Hides from MacIE5 For WinIE5~6 \*/
	*html #header form input.image { padding-left: 5px; }
/* End hide from MacIE5 */

#ad928x90,
#ad728x90 {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
}





/* ----------------------------------------------------------------
NAVIGATION STYLE
---------------------------------------------------------------- */

/* Global Navigation
------------------------------------------------------- */
#globalNavi {
	background: url(https://cache2.nipc.jp/img/global-navi_bg.gif) repeat-x left top;
	height: 32px;
	border-right: 1px solid #d4d7d8;
	position: relative;
}

#globalNavi li { float: left; }

#globalNavi li a {
	display: block;
	width: 50px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	background: url(https://cache2.nipc.jp/img/global-navi.gif) repeat-x left top;
}

li#naviHome a { width: 44px; left: 0; background-position: 0 top; }
li#naviBB a { width: 48px; left: 44px; background-position: -44px top; }
li#naviMB a { width: 50px;  left: 92px; background-position: -92px top; }
li#naviSC a { width: 65px;  left: 142px; background-position: -142px top; }
li#naviJP a { width: 124px;  left: 207px; background-position: -207px top; }
li#naviWD a { width: 94px;  left: 331px; background-position: -331px top; }
li#naviSP a { width: 68px;  left: 425px; background-position: -425px top; }
li#naviGF a { width: 58px;  left: 493px; background-position: -493px top; }
li#naviMO a { width: 113px;  left: 551px; background-position: -551px top; }
li#naviBT a { width: 61px;  left: 664px; background-position: -664px top; }
li#naviRC a { width: 46px;  left: 725px; background-position: -725px top; }
li#naviET a { width: 46px;  left: 771px; background-position: -771px top; }
li#naviGN a { width: 48px;  left: 817px; background-position: -817px top; }

li#naviHome a:hover { background-position: 0 -32px;}
li#naviBB a:hover { background-position: -44px -32px;}
li#naviMB a:hover { background-position: -92px -32px;}
li#naviSC a:hover {  background-position:-142px -32px;}
li#naviJP a:hover { background-position: -207px -32px;}
li#naviWD a:hover { background-position: -331px -32px;}
li#naviSP a:hover { background-position: -425px -32px;}
li#naviGF a:hover { background-position: -493px -32px;}
li#naviMO a:hover { background-position: -551px -32px;}
li#naviBT a:hover { background-position: -664px -32px;}
li#naviRC a:hover { background-position: -725px -32px;}
li#naviET a:hover { background-position: -771px -32px;}
li#naviGN a:hover { background-position: -817px -32px;}

body#home #globalNavi li#naviHome a { background-position: 0 -64px}
body#baseball #globalNavi li#naviBB a { background-position: -44px -64px}
body#mlb #globalNavi li#naviMB a { background-position: -92px -64px}
body#soccer #globalNavi li#naviSC a { background-position: -142px -64px}
body#japan #globalNavi li#naviJP a { background-position: -207px -64px}
body#world #globalNavi li#naviWD a { background-position: -331px -64px}
body#sports #globalNavi li#naviSP a { background-position: -425px -64px}
body#golf #globalNavi li#naviGF a { background-position: -493px -64px}
body#motor #globalNavi li#naviMO a { background-position: -551px -64px}
body#battle #globalNavi li#naviBT a { background-position: -664px -64px}
body#race #globalNavi li#naviRC a { background-position: -725px -64px}
body#entertainment #globalNavi li#naviET a { background-position: -771px -64px}
body#general #globalNavi li#naviGN a { background-position: -817px -64px}




/* Genre Navigation
------------------------------------------------------- */
#genreNavi {
	font-size: 80%;
	color: #999999;
	background: url(https://cache2.nipc.jp/img/genre-navi_bg.gif) repeat-x;
	height: 28px;
	border-right: 1px solid #d4d7d8;
	position: relative;
}

#genreNavi a { color: #003475; }

#genreNavi p {
	color: #003475;
	line-height: 1.75;
	text-align: center;
	height: 28px;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #genreNavi p { line-height: 2; }

/* for WinIE7 */
*+html #genreNavi p { line-height: 1.8; }

/* for Win & Mac IE */
*html #genreNavi p { line-height: 1.8; }

/* for Firefox3 */
html>/**/body #genreNavi p, x:-moz-any-link, x:default { line-height: 1.9; }

#genreNavi ul {
	height: 28px;
	float: left;
}

body#world #genreNavi ul { padding-left: 3px; }

#genreNavi li {
	padding: 0 2px 0 20px;
	line-height: 1.75;
	background: url(https://cache2.nipc.jp/img/genre-navi_list.gif) no-repeat 10px 0;
	height: 28px;
	float: left;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #genreNavi li { line-height: 2; }

/* for WinIE7 */
*+html #genreNavi li { line-height: 1.8; }

/* for Win & Mac IE */
*html #genreNavi li { line-height: 1.8; }

/* for Firefox3 */
html>/**/body #genreNavi li, x:-moz-any-link, x:default {  line-height: 1.9; }

#genreNavi ul.small li {
	padding: 0 1px 0 17px;
	font-size: 0.95em;
	line-height: 1.95;
	background: url(https://cache2.nipc.jp/img/genre-navi_list.gif) no-repeat 8px 0;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #genreNavi ul.small li { line-height: 2; }

/* for WinIE7 */
*+html #genreNavi ul.small li { line-height: 1.9; }

/* for Win & Mac IE */
*html #genreNavi ul.small li { line-height: 1.95; }

/* for Firefox3 */
html>/**/body #genreNavi ul.small li, x:-moz-any-link, x:default {  line-height: 1.9; }

body.newsBacknumber li#genreNaviNews a,
body.photoNews li#genreNaviPhoto a,
body.score li#genreNaviScore a,
body.schedule li#genreNaviSch a,
body.japanese li#genreNaviJplayer a,
body.teamInfo li#genreNaviTeam a,
body.column li#genreNaviColumn a {
	color: #333333;
	font-weight: bold;
}

p#buttonFeature {
	margin-right: 126px;
	line-height: normal;
	width: 112px;
	height: 24px;
	float: right;
	position: absolute;
	top: 3px;
	right: 0;
}
p#buttonQanow {
	margin-right: 9px;
	line-height: normal;
	width: 112px;
	height: 24px;
	float: right;
	position: absolute;
	top: 3px;
	right: 0;
}



/* Theme Navigation
------------------------------------------------------- */
#themeNavi {
	padding-left: 7px;
	font-size: 80%;
	background: url(https://cache2.nipc.jp/img/theme-navi_bg.gif) repeat-x;
	height: 34px;
}

#themeNavi li {
	padding: 0 2px 0 4px;
	line-height: 2.25;
	background: url(https://cache2.nipc.jp/img/theme-navi_list.gif) no-repeat;
	height: 34px;
	float: left;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #themeNavi li { line-height: 2.4; }

/* for WinIE7 */
*+html #themeNavi li { line-height: 2.15; }

/* for Win & Mac IE */
*html #themeNavi li { line-height: 2.25; }

/* for Firefox3 */
html>/**/body #themeNavi li, x:-moz-any-link, x:default { line-height: 2.3; }


div.small #themeNavi li {
	font-size: 0.95em;
	line-height: 2.4;
}

#themeNavi li span {
	padding: 0 6px;
	color: #999999;
	display: block;
}

#themeNavi li a {
	padding: 0 6px;
	color: #003475;
	display: block;
}

body.themeTop li#themeNaviTop a,
body.themeBacknumber li#themeNaviNews a,
body.themePhoto li#themeNaviPhoto a,
body.themeRelevant li#themeNaviRelevant a,
body.themeScore li#themeNaviScore a,
body.themeSch li#themeNaviSch a,
body.themeSta li#themeNaviSta a,
body.themeRank li#themeNaviRank a,
body.themeTeam li#themeNaviTeam a,
body.themeData li#themeNaviData a,
body.themeMemo li#themeNaviMemo a,
body.themeResult li#themeNaviResult a,
body.themeYagura li#themeNaviYagura a,
body.themeHistory li#themeNaviHistory a,
body.themeMember li#themeNaviMember a,
body.themeJapan li#themeNaviJapan a,
body.photoSP li#themeNaviPhSP a,
#themeNavi li a.current {
	font-weight: bold;
	color: #ffffff;
	background: url(https://cache2.nipc.jp/img/theme-navi_bg-current.gif) repeat-x;
}

#themeNavi li.themeNaviOther {
	padding: 0 2px 0 4px;
	background: url(https://cache2.nipc.jp/img/theme-navi_list2.gif) no-repeat 4px 0;
}

#themeNavi li.themeNaviOther a { color: #0062de; }





/* ----------------------------------------------------------------
CONTENTS AREA STYLE
---------------------------------------------------------------- */
#contents {
	padding: 18px 10px 0;
	background: #ffffff;
	border-right: 1px solid #d4d7d8;
}

/* for Mac IE */
*html #contents { display: inline-block; }

#contentsInner {
	margin-bottom: 25px;
	padding-bottom: 70px;
	background: #ffffff url(https://cache2.nipc.jp/img/side_bg_bottom.gif) no-repeat right bottom;
}



/* Layout (Negative Margin)
------------------------------------------------------- */

/* ----- Main Area ----- */
#mainWrap {
	margin-right: -310px;
	width: 100%;
	float: left;
	background: url(https://cache2.nipc.jp/img/side_bg_loop.gif) repeat-y right bottom;
}

#main { margin-right: 310px; }


/* ----- Side Area ----- */
#side {
	width: 300px;
	background: #ebf0f2;
	float: right;
}



/* Route Navigation
------------------------------------------------------- */
#routeNavi {
	height: 40px;
	color: #003e73;
	background: url(https://cache2.nipc.jp/img/root-navi_bg.gif) repeat-x;
}

#routeNavi a { color: #003e73; }

#routeNavi ol {
	height: 40px;
	padding-right: 5px;
	background: url(https://cache2.nipc.jp/img/root-navi_right.gif) no-repeat right top;
}

#routeNavi li {
	float: left;
	height: 40px;
	font-size: 100%;
	font-weight: bold;
	background: url(https://cache2.nipc.jp/img/root-navi_next_bg.gif) repeat-x top;
}

#routeNavi li span {
	display: block;
	float: left;
	height: 40px;
	padding-left: 1px;
	padding-right: 28px;
	line-height: 2.55;
	background: url(https://cache2.nipc.jp/img/root-navi_next.gif) no-repeat right top;
}

#routeNavi li span.next2 { background: url(https://cache2.nipc.jp/img/root-navi_next2.gif) no-repeat right top; }

/* for Safari4, Firefox3.5 */
body:first-of-type #routeNavi li span { line-height: 2.6; }

/* for WinIE7 */
*+html #routeNavi li span { line-height: 2.55; }

/* for Win & Mac IE */
*html #routeNavi li span { line-height: 2.55; }

/* for Firefox3 */
html>/**/body #routeNavi li span, x:-moz-any-link, x:default { line-height: 2.6; }

#routeNavi #mainTitle {
	height: 40px;
	padding-left: 3px;
	font-size: 130%;
	line-height: 1.95;
	background: url(https://cache2.nipc.jp/img/root-navi_bg.gif) repeat-x;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #routeNavi #mainTitle { line-height: 2; }

/* for WinIE7 */
*+html #routeNavi #mainTitle { line-height: 1.95; }

/* for Win & Mac IE */
*html #routeNavi #mainTitle { line-height: 1.95; }

/* for Firefox3 */
html>/**/body #routeNavi #mainTitle, x:-moz-any-link, x:default { line-height: 2.1; }

#routeNavi span.hide { display: none !important; }



/* Top News
------------------------------------------------------- */
#topNewsWrap { padding: 15px 0 18px; }

#topNews {
	margin-left: -190px;
	width: 100%;
	float: right;
}

#topNewsInner { margin-left: 190px; }

#topNewsWrap h2 {
	margin-bottom: 7px;
	padding: 0 3px;
	font-size: 140%;
}

#topNewsWrap h2 a { color: #000000; }

#topNewsWrap p {
	padding: 0 3px;
	font-size: 90%;
}

#topNewsWrap ul.newsList01 {
	margin: 8px 0 0;
	padding: 4px 3px 0 5px;
	border-top: 1px dotted #b2b2b2;
}

#topNewsInner ul.newsList01 { margin-top: 2px; }

#topNewsWrap ul#topNewsList {
	margin: 9px 0 0;
	padding: 3px 0 0 5px;
	border-top: 1px dotted #b2b2b2;
}

#topNewsList li.iconFlash,
#topNewsList li.iconPaper { background-position: 0 0.5em; }

#topNewsList li.iconOther { background-position: 20px 0.55em; }

#topNewsList li a { font-size: 110%; }

/* for webkit */
#topNewsList li a:-webkit-any-link {
	font-size: 110%;
	letter-spacing: -0.07em;
}

#topNewsList li img { margin: 0.5em 0 0 5px; }

#topNewsWrap p.linkText {
	margin-top: 3px;
	padding: 7px 0 0 21px;
	line-height: 1;
	background: url(https://cache2.nipc.jp/img/icon-arrow_basic.gif) no-repeat 5px 0.65em;
	border-top: 1px dotted #b2b2b2;
}

#topNewsWrap .linkTextList {
	margin-top: 3px;
	border-top: 1px dotted #b2b2b2;
}

#topNewsWrap .linkTextList li {
	float: left;
	margin: 7px 20px 0 0;
	padding-left: 18px;
	font-size: 90%;
	line-height: 1;
	background: url(https://cache2.nipc.jp/img/icon-arrow_basic.gif) no-repeat 5px 0.15em;
}
/* Hides from MacIE, for WinIE \*/
	*+html #topNewsWrap p.linkText { height: 1%; }
	*+html #topNewsWrap .linkTextList li { height: 1%; }
	*html #topNewsWrap p.linkText {
		line-height: 1.05;
		height: 1%;
	}
	*html #topNewsWrap .linkTextList li {
		line-height: 1.05;
		height: 1%;
	}
/* End hide from MacIE */


dl.linkTextList {
	margin: 5px 0 0 0;
	padding: 5px 0 0 4px;
	border-top: 1px dotted #b2b2b2;
	font-size: 90%;
	line-height: 1.1;
}

dl.linkTextList dt {
	float: left;
	width: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: no-repeat left 0.1em;
}

body#baseball dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_bb.gif); }
body#mlb dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_mb.gif); }
body#soccer dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_sc.gif); }
body#japan dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_jp.gif); }
body#world dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_wd.gif); }
body#sports dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_sp.gif); }
body#golf dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_gf.gif); }
body#motor dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_mo.gif); }
body#battle dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_bt.gif); }
body#race dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_rc.gif); }
body#entertainment dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_et.gif); }
body#general dl.linkTextList dt { background-image: url(https://cache2.nipc.jp/img/icon-list_gn.gif); }


dl.linkTextList dd {
	float: left;
	margin: 0 7px 0 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #9c9c9c;
}

dl.linkTextList dd.linkTextNews { border: 0 none; }

#topPhoto {
	float: left;
	width: 180px;
}

#topPhoto dt a {
	display: block;
	max-height: 270px;
	border: 1px solid #ffffff;
	overflow: hidden;
}

*html #topPhoto dt a { overflow: visible; } /* for MacIE */

/* Hides from MacIE, for WinIE \*/
	*html #topPhoto dt a { overflow: hidden; }
/* End hide from MacIE */

#topPhoto dt a:hover { border: 1px solid #0162de; }

#topPhoto dd {
	padding-top: 3px;
	font-size: 80%;
	line-height: 1.35;
}



/* Top Area
------------------------------------------------------- */
#topAreaWrap { padding: 15px 0 18px; }

#topArea {
	margin-left: -190px;
	width: 100%;
	float: right;
}

#topAreaInner { margin-left: 190px; }

#topLeftSide {
	width: 180px;
	float: left;
}



/* ----------------------------------------------------------------
TAB MENU STYLE
---------------------------------------------------------------- */

/* Data Tab
------------------------------------------------------- */
@media print {
	.dataTab ul { display: none; }
}

.dataTab {
	height: auto;
	padding-top: 5px;
	background: url(https://cache2.nipc.jp/img/data-tab_bg.gif) repeat-x top;
}

.dataTab ul {
	margin-bottom: 10px;
	height: 23px;
	border-left: 1px solid #b2b2b2;
}

.dataTab li {
	float: left;
	height: 23px;
	font-size: 80%;
	line-height: 1.75;
	background: url(https://cache2.nipc.jp/img/data-tab_off.gif) no-repeat right bottom;
}
/* for Safari4, Firefox3.5 */
body:first-of-type .dataTab li { line-height: 1.85; }

/* for WinIE7 */
*+html .dataTab li { line-height: 1.75; }

/* for Win & Mac IE */
*html .dataTab li { line-height: 1.75; }

/* for Firefox3 */
html>/**/body .dataTab li, x:-moz-any-link, x:default { line-height: 1.95; }

#main .dataTab li a {
	display: block;
	padding: 0 20px;
	height: 23px;
	color: #003475;
}
/* Hides from IE7, for IE6 */
	*html #main .dataTab li a { display: inline-block; }
/* End hide from IE7 */

/* Hides from MacIE \*/
	*html #main .dataTab li a { display: inline; }
/* End hide from MacIE */

#main .dataTab li.current a,
#main .dataTab li.current a:visited,
#main .dataTab li.current a:hover,
#main .dataTab li.current a:active {
	height: 23px;
	color: #000000;
	text-decoration: none;
	background: url(https://cache2.nipc.jp/img/data-tab_on.gif) no-repeat right top;
}

#main .dataTab li.current { line-height: 1.85; }

/* for Safari4, Firefox3.5 */
body:first-of-type #main .dataTab li.current { line-height: 2; }

/* for WinIE7 */
*+html #main .dataTab li.current { line-height: 1.85; }

/* for Win & Mac IE */
*html #main .dataTab li.current { line-height: 1.8; }

/* for Firefox3 */
html>/**/body .dataTab li.current, x:-moz-any-link, x:default { line-height: 2.1; }

#tabs-2,
#tabs-3,
#tabs-4 { display: none; }




/* Data Area
------------------------------------------------------- */
.dataContents { width: 100%; }

.dataContents table {
	border: 0 none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

*html .dataContents table { border-collapse: collapse; } /* for IE5~6 */
*+html .dataContents table { border-collapse: collapse; } /* for IE7 */

.dataContents table caption {
	padding: 4px 5px 2px;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background: #938ca5;
	border-bottom: 1px solid #6c627a;
}

.dataContents th {
	padding: 3px 2px;
	border-top: 1px solid #ffffff;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #c4c4c4;
	font-size: 80%;
	text-align: center;
	color: #666666;
	background: #e3e3e3 url(https://cache2.nipc.jp/img/th-bg01.gif) repeat-y;
}

.dataContents th.bg {
	border-left: 0 none;
	background: #e3e3e3;
}

.dataContents td {
	padding: 4px 2px;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px dashed #aaaaaa;
	font-size: 90%;
}

.dataContents td.line { border-left: 0 none; }
.dataContents td.num { text-align: center; }
.dataContents td.home { text-align: right; }


/* --- ２カラム --- */
.dataContentsR {
	float: right;
	width: 49.5%;
}

.dataContentsL {
	float: left;
	width: 49.5%;
}


/* --- ３カラム --- */
.dataContentsE {
	float: left;
	width: 33%;
}

.dataContentsC {
	float: left;
	width: 34%;
}

.dataContentsW {
	float: right;
	width: 33%;
}

.dataContentsC div { margin: auto 10px; }

.dataContentsL div.dataContentsC div,
.dataContentsR div.dataContentsC div { margin: auto 5px; }

/* Hides from MacIE, for WinIE \*/
	*+html .dataContentsC { width: 33.8%; }
	*+html .dataContentsC div { margin: auto 9px auto 11px; }
	*+html .dataContentsL div.dataContentsC div,
	*+html dataContentsR div.dataContentsC div { margin: auto 4px auto 6px; }
	*html .dataContentsC { width: 33.8%; }
	*html .dataContentsC div { margin: auto 9px auto 11px; }
	*html .dataContentsL div.dataContentsC div,
	*html dataContentsR div.dataContentsC div { margin: auto 4px auto 6px; }
/* End hide from MacIE */


/* --- ４カラム --- */
.dataBox01,
.dataBox02,
.dataBox03,
.dataBox04 {
	width: 25%;
	float: left;
}

/* Hides from MacIE, for WinIE \*/
	*+html .dataBox04 { width: 24.8%; }
	*html .dataBox04 { width: 24.8%; }
/* End hide from MacIE */

.dataBox01 div { margin-right: 8px; }
.dataBox02 div { margin-right: 5px; margin-left: 2px; }
.dataBox03 div { margin-right: 2px; margin-left: 5px; }
.dataBox04 div { margin-left: 8px; }

/* Hides from MacIE, for WinIE \*/
	*+html .dataBox04 div { margin-left: 7px; }
	*html .dataBox04 div { margin-left: 7px; }
/* End hide from MacIE */




/* Side Area
------------------------------------------------------- */

/* ----- Koudoku Info ----- */
#side p.koudokuInfo { border-bottom: 1px solid #ffffff; }
#side p.koudokuInfo a {
	display: block;
	padding: 0 0 1px;
	border-bottom: 1px solid #cecccc;
	background: #ffffff;
}


/* ----- AD Text ----- */
#side .adText {
	margin-bottom: 10px;
	line-height: 1.4;
}

#side .adText li { border-bottom: 2px solid #f2f3f4; }

#side .adText li span {
	display: block;
	padding: 4px 5px 5px 40px;
	border-bottom: 1px solid #e4e5e5;
	background: url(https://cache2.nipc.jp/img/icon-pr_side.gif) no-repeat 6px 7px;
}


/* ----- Side Box ----- */
.sideBox {
	clear: both;
	margin-top: 10px;
}

.sideBox h2 {
	height: 22px;
	border-bottom: 1px solid #6c839a;
	padding: 0 0 0 5px;
	font-size: 90%;
	line-height: 1.55;
	color: #ffffff;
	background: #8ba8ba;
}

/* for Safari4, Firefox3.5 */
body:first-of-type .sideBox h2 { line-height: 1.65; }

/* for WinIE7 */
*+html .sideBox h2 { line-height: 1.55; }

/* for WinIE5~6 & MacIE */
*html .sideBox h2 { line-height: 1.55; }

/* for Firefox3 */
html>/**/body .sideBox h2, x:-moz-any-link, x:default { line-height: 1.7; }


.sideBox h2 span {
	display: block;
	height: 22px;
	background: url(https://cache2.nipc.jp/img/icon-arrow_right-side2.gif) no-repeat 2px 7px;
}

#side div.sideBox h2 span a {
	padding-left: 18px;
	color: #ffffff;
}

.sideBoxWrap {
	padding-bottom: 13px;
	border-bottom: 2px solid #f2f3f4;
}



/* ----- Side Basic Box ----- */
.sideBasicBox { padding: 7px 5px 10px; }

.sideBasicBox a.imgLink {
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #a4a8a9;
	width: 45px;
	background: #ebf0f2;
}

.sideBasicBox div {
	padding-left: 56px;
	line-height: 1.1;
}

.sideBasicBox div h3 {
	margin-bottom: 1px;
	font-size: 90%;
	line-height: 1.2;
}

.sideBasicBox div p {
	font-size: 80%;
	line-height: 1.4;
}




/* ----- Side Main News ----- */
#sideMainNews { background: #ffffff; }

#sideMainNews ul.newsList02 {
	margin-top: 3px;
	line-height: 1.5;
}


/* ----- Side Recommend List ----- */
#sideRecommendList {
	margin-top: 0;
	padding: 8px 0;
	background: #ffffff;
}

#sideRecommendList div {
	min-height: 45px;
	height: auto !important;
	height: 45px;
	padding: 7px 0 0;
	border-bottom: 2px solid #f2f3f4;
}

#sideRecommendList div a.imgLink {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 1px;
	border: 1px solid #b2b2b2;
	width: 45px;
	background: #ffffff;
}

#sideRecommendList dl {
	padding: 0 5px 8px 61px;
	border-bottom: 1px solid #e4e5e5;
}

#sideRecommendList dt {
	display: block;
	padding: 2px 0 0 2px;
	font-size: 90%;
	font-weight: bold;
	background: #eaeef3;
}

#sideRecommendList dd {
	margin: 2px 0 0;
	font-size: 80%;
	line-height: 1.3;
}

#sideRecommendList ul.newsList02 {
	margin-top: 3px;
	line-height: 1.5;
}


/* ----- Side Column ----- */
#sideColumn { margin-top: 0; }

.sideColumnBox {
	padding: 7px 0 0;
	border-bottom: 2px solid #f2f3f4;
}

.sideColumnBox a.imgLink {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 1px;
	border: 1px solid #b2b2b2;
	width: 45px;
	background: #ffffff;
}

.sideColumnBox div {
	padding: 0 5px 8px 61px;
	border-bottom: 1px solid #e4e5e5;
}

.sideColumnBox div h3 { font-size: 80%; }

.sideColumnBox dl dt {
	margin: 3px 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
}

.sideColumnBox dl dd {
	font-size: 80%;
	color: #767676;
}


/* ----- Official Channel ----- */
#officialChannel {
	margin-bottom: 7px;
	border-bottom: 2px solid #f2f3f4;
}

#officialChannel .officialChannelPack {
	padding: 10px 0;
	border-top: 2px solid #f2f3f4;
	border-bottom: 1px solid #e4e5e5;
/*	border-top: 1px solid #ffffff; */
/*	border-bottom: 1px solid #d6dfe5; */
}

#officialChannel dt {
	display: block;
	float: left;
	width: 145px;
	text-align: right;
}

#officialChannel dd {
	float: left;
	width: 145px;
	padding: 0 0 0 10px;
	font-size: 80%;
	line-height: 1.2;
	word-wrap: break-word;
	word-break: break-all;
}

#officialChannel #side_tw { border-top: none; }

/* ----- Side Mobile ----- */
#sideMobile {
	margin: 0;
	padding-bottom: 7px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	background: #ffffff url(https://cache2.nipc.jp/img/side_mobile_bg.gif) no-repeat top;
}

#sideMobile h2 {
	padding: 8px 5px 1px 56px;
	border: none;
	font-size: 90%;
	background: none;
}

#sideMobile h2 a { color: #003373; }

#sideMobile p {
	padding: 0 5px 0 56px;
	font-size: 80%;
	line-height: 1.4;
	color: #707070;
}


/* ----- Side Shopping ----- */
#side #sideShopping {
	padding: 0 0 8px;
	background: #ffffff;
}

#sideShopping div {
	padding: 7px 0 0;
	border-bottom: 2px solid #f2f3f4;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#sideShopping div a.imgLink {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 1px;
	border: 1px solid #b2b2b2;
	width: 45px;
	background: #ffffff;
}

#sideShopping div a.imgLink { font-size: 80%; }

#sideShopping dl {
	padding: 0 5px 6px 61px;
	border-bottom: 1px solid #e4e5e5;
}

#sideShopping dt {
	display: block;
	padding: 2px 0 0 2px;
	font-size: 90%;
	font-weight: bold;
	background: #eaeef3;
}

#sideShopping dd {
	margin: 2px 0 0;
	font-size: 80%;
	line-height: 1.3;
}

#sideShopping ul.newsList02 {
	margin-top: 3px;
	line-height: 1.5;
}

#sideShopping p {
	padding-left: 135px;
	font-size: 80%;
	line-height: 1.4;
}


/* ----- Side Leisure List ----- */
#sideLeisure { margin-top: 0; }
#sideLeisure div.sideBasicBox div {
	padding-left: 6px;
	line-height: 1.1;
}

#sideLeisure .sideBasicBox {
	padding: 7px 0 0;
	border-bottom: 2px solid #f2f3f4;
}

#sideLeisure .sideBasicBox div {
	border-bottom: 1px solid #e4e5e5;
	padding: 0 5px 8px;
}

#sideLeisure .sideBasicBox #fishingHead {
	float: left;
	border: none;
	padding: 0;
}

#sideLeisure .sideBasicBox #nikkanfishingLink {
	float: right;
	border: none;
	padding: 0;
	font-size: 80%;
}

#sideLeisure .sideBasicBox #nikkanfishingLink a { padding: 0 3px; }

#sideLeisure .sideBasicBox p {
	clear: both;
	margin: 0;
}



/* ----- Side Tool List ----- */
#sideToolList {
	margin: 10px 0 -13px;
	padding: 10px 1px 7px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e4e5e5;
	background: #e6f3d7;
}

#sideToolList h2 {
	margin: 0 5px;
	padding: 0 5px 2px;
	color: #035901;
	font-size: 90%;
	line-height: 1;
	border-bottom: 1px solid #b6d2aa;
}

#sideToolList div h2 a { color: #035901; }

#sideToolList .newsList02 {
	margin: 0 5px;
	padding: 7px 0 0;
	border-top: 1px solid #ffffff;
}

#sideToolList .newsList02 li {
	padding: 0 0 0 5px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3;
	background: none;
}


/* ----- Side PR ----- */
#sidePR p {
	padding: 10px 0;
	font-size: 80%;
	text-align: center;
	background: url(https://cache2.nipc.jp/img/side_line01.gif) repeat-x bottom;
}

#sidePR p img { margin-bottom: 5px; }



/* Side Score Box
------------------------------------------------------- */
#sideScoreBox { margin-bottom: 10px; }





/* Bottom Area
------------------------------------------------------- */
.pageTop {
	margin-bottom: 5px;
	padding-top: 7px;
	border-top: 1px dotted #b2b2b2;
}

.pageTop p {
	padding: 0 5px 0 12px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.05;
	background: url(https://cache2.nipc.jp/img/icon-arrow_up.gif) no-repeat 0 0.3em;
	float: right;
}


/* ----- Page Bottom Navigation ----- */
#bottomNavi {
	border-left: 1px solid #d6d6d6;
	clear: both;
}

/* Hides from MacIE, for WinIE \*/
	*+html #bottomNavi { height: 1%; }
	*html #bottomNavi { height: 1%; }
/* End hide from MacIE */

#bottomNavi ol {
	background: url(https://cache2.nipc.jp/img/root-navi-f_bg.gif) repeat-x;
	height: 33px;
	border-right: 1px solid #d6d6d6;
}

#bottomNavi ol li {
	padding: 0 5px 0 18px;
	font-size: 90%;
	font-weight: bold;
	line-height: 2.4;
	background: url(https://cache2.nipc.jp/img/root-navi-f_next.gif) no-repeat;
	height: 33px;
	float: left;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #bottomNavi ol li { line-height: 2.6; }

/* for WinIE7 */
*+html #bottomNavi ol li { line-height: 2.4; }

/* for Win & Mac IE */
*html #bottomNavi ol li { line-height: 2.45; }

/* for Firefox3 */
html>/**/body #bottomNavi ol li, x:-moz-any-link, x:default { line-height: 2.5; }

#bottomNavi ol li#footerRouteNaviHome {
	margin: 0;
	padding: 0;
	line-height: 1;
	background: none;
	height: 33px;
}

#bottomNavi ol li strong {
	font-size: 130%;
	line-height: 1.8;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #bottomNavi ol li strong { line-height: 1.85; }

/* for WinIE7 */
*+html #bottomNavi ol li strong { line-height: 1.6; }

/* for Win & Mac IE */
*html #bottomNavi ol li strong { line-height: 1.6; }

/* for Firefox3 */
html>/**/body #bottomNavi ol li strong, x:-moz-any-link, x:default { line-height: 1.85; }

#bottomNavi ol li a { color: #000000; }



/* ----- Bottom Link List ----- */
table#bottomLinkList {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
}

/* Hides from MacIE, for WinIE \*/
	*html table#bottomLinkList { margin-top: -2px; }
	*html body#search table#bottomLinkList { margin-top: -1px; }
/* End hide from MacIE */

#bottomLinkList td {
	padding: 0 10px;
	color: #999999;
	width: 16%;
	border-right: 1px solid #d6d6d6;
	vertical-align: top;
}

#bottomLinkList td h3 {
	margin-top: 10px;
	font-size: 80%;
}

#bottomLinkList td h3 a { color: #000000; }

#bottomLinkList td ul {
	margin: 0 0 15px 3px;
	font-size: 80%;
	line-height: 1.3;
}


/* ----- Other Copyright ----- */
#otherCopyright {
	padding: 10px 0;
	font-size: 80%;
	line-height: 1.7;
	color: #797979;
}

#otherCopyright h3 {
	margin-left: 5px;
	float: left;
}

#otherCopyright div {
	margin-left: 10px;
	padding-left: 13px;
	border-left: 5px solid #e5e5e5;
	float: left;
}

#otherCopyright dt {
	float: left;
	clear: left;
}

#otherCopyright dd { float: left; }




/* ----------------------------------------------------------------
FOOTER AREA STYLE
---------------------------------------------------------------- */

/* Footer
------------------------------------------------------- */
#footer {
	margin: 0 auto;
	font-size: 80%;
	min-width: 980px;
	max-width: 1100px;
	height: 85px;
	border-top: 1px solid #d4d7d8;
	position: relative;
}

/* Hides from MacIE, for WinIE \*/
	*html #footer {
		text-align: left;
		width: expression(document.body.clientWidth > 1102? "1100px" : "auto");
	}
/* End hide from MacIE */



/* Footer Text
------------------------------------------------------- */
#footerText ul {
	margin: 7px 0 6px 5px;
	line-height: 1;
}

#footerText li {
	padding: 0 7px;
	border-right: 1px solid #b8b9ba;
	float: left;
}

#footerText li:last-child { border: none; }
#footerText li.lastChild { border: none; }

#footerText address {
	padding-left: 10px;
	font-style: normal;
	color: #666666;
	line-height: 1.4;
}

#footerNikkanLogo {
	padding: 0 12px 5px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}




/* ----------------------------------------------------------------
COMMON STYLE
---------------------------------------------------------------- */
#contentsTitle,
.contentsTitle {
	margin: 18px 5px;
	font-size: 110%;
	font-weight: bold;
}


p.linkText {
	padding-left: 19px;
	background: url(https://cache2.nipc.jp/img/icon-arrow_basic.gif) no-repeat 0 0;
}

.mail {
	padding-left: 21px;
	line-height: 1.15;
	background: url(https://cache2.nipc.jp/img/icon-email.gif) no-repeat 0 0.2em;
}



/* ----- AD ----- */
.adText { font-size: 90%; }

#adListing { margin: 10px 0 18px; }

#adBECOME {
	padding-top: 20px;
	border-top: 1px solid #d4d7d8;
}

.ad180x60 { margin-bottom: 20px; }

.tableStyle { width: 100%; }



/* Middle & Left Area
------------------------------------------------------- */
#middleLeftWrap { margin: 15px 0 0; }

#middleArea {
	margin-left: -190px;
	width: 100%;
	float: right;
}

#middleAreaInner { margin-left: 190px; }

#middleAreaInner #topNewsWrap { padding-top: 0; }

#middleAreaInner .newsList01,
#middleAreaInner .newsList02 { margin-bottom: 15px; }

#leftArea {
	width: 180px;
	float: left;
}



/* News
------------------------------------------------------- */
#news,
.news { margin-bottom: 1.5em; }

#news h1,
.news h1 {
	margin: 15px 0;
	font-size: 140%;
}

#news p,
.news p {
	margin-bottom: 1.5em;
	font-size: 90%;
	line-height: 1.6;
}

#news p.timeStamp,
.news p.timeStamp {
	margin-bottom: 0;
	}

p#newstimeStamp {
	margin-bottom: 1.5em;
	font-size: 90%;
	line-height: 1.6;
}

#mainHeading { margin: 15px 0; }

#mainHeading h1 {
	margin: 0;
	float: left;
	font-size: 140%;
}

p#print {
	margin: 0;
	padding: 0 3px 0 21px;
	font-size: 80%;
	line-height: 1;
	background: url(https://cache2.nipc.jp/img/icon-printer.gif) no-repeat 0 0.25em;
}

#mainHeading p#print {
	line-height: 1.9;
	background-position: 0 0.3em;
	float: right;

}

/* ----- Photo ----- */
.photo {
	margin: 0 9px 5px 0;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
	float: left;
	clear: both;
}

.photo.rt {
	margin: 0 0 5px 9px;
	padding: 0 0 0 10px;
	border-left: 1px solid #d9d9d9;
	border-right: 0 none;
	float: right;
	clear: both;
}

.photo a img { border: 1px solid #ffffff; }

.photo a:hover img { border: 1px solid #0162de; }

.photo dd {
	padding-top: 3px;
	font-size: 80%;
	line-height: 1.35;
}



/* Photo News
------------------------------------------------------- */
.photoListNum {
	margin: 15px 0;
	padding: 6px 8px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background: #b2b2b2;
}

.pageMove {
	padding-bottom: 15px;
	font-size: 80%;
	text-align: center;
}

.pageMove ul,
.pageMove ol,
.pageMove li { display: inline; }

.pageMove ol {
	padding: 0 10px;
	font-weight: bold;
}

.pageMove a {
	padding: 3px;
	font-weight: normal;
	border: 1px solid #b2b2b2;
}

.pageMove ol li { padding: 0 1px; }

.pageMove ol li a { padding: 3px 5px 2px; }

#photoNewsTop div.thumWrap {
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #8d8d8d;
}

.thumWrap { margin: 0 5px; }


.thumWrap div,
.thumWrap dl {
	text-align: center;
	width: 19.9%;
	float: left;
}

.thumWrap div {	height: 130px; }

.thumWrap div p,
.thumWrap dl dt {
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	width: 122px;
	height: auto !important;
	border: 1px solid #cacaca;
}

.thumWrap p:hover { border: 1px solid #0162de; }
.thumWrap dt:hover { border: 1px solid #0162de; }

.thumWrap p.hover,
.thumWrap dt.hover { border: 1px solid #0162de; }

.thumWrap p a,
.thumWrap dt a {
	max-height: 120px;
	border: 1px solid #ffffff;
	display: block;
	overflow: hidden;
}

/* for MacIE */
*html .thumWrap p a { overflow: visible; }
*html .thumWrap dt a { overflow: visible; }

/* Hides from MacIE, for WinIE \*/
	*html .thumWrap p a { overflow: hidden; }
	*html .thumWrap dt a { overflow: hidden; }
/* End hide from MacIE */


#thumgPhoto p.current { border: 1px solid #ffc600; }

#thumgPhoto p.current a { border: 1px solid #fffea1; }

div.thumWrap dd {
	margin: 3px auto 0;
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
	width: 126px;
}

/* Hides from MacIE, for WinIE \*/
	*html div.thumWrap dd { margin: 3px 0 0; }
/* End hide from MacIE */


#bigPhoto { text-align: center; }

.photoMove {
	margin: 15px auto 12px;
	width: 280px;
	height: 24px;
}

.photoMove li { float: left; }

#bigPhoto h1 {
	font-size: 90%;
	line-height: 1;
	display: inline;
}

#bigPhoto p {
	padding: 0 20px 0 5px;
	font-size: 80%;
	line-height: 1;
	display: inline;
}

#bigPhoto p#print {
	padding: 5px 0 5px 20px;
	line-height: 1.05;
	background-position: 0 0.25em;
}

#bigPhoto dl { padding: 10px 0 23px; }

#bigPhoto dt img { border: 1px solid #ffffff; }

#bigPhoto dt a:hover img { border: 1px solid #0162de; }

#bigPhoto dd {
	margin-top: 8px;
	font-size: 90%;
}

#thumgPhoto {
	text-align: center;
	padding: 6px 0 1px;
	background: #f5f8ff;
	border-bottom: 1px solid #e5e5e5;
}

#thumgPhoto h2 {
	margin-top: -6px;
	padding: 7px 10px;
	font-size: 80%;
	text-align: left;
	border-top: 1px solid #cccccc;
}



/* Photo Gallery List
------------------------------------------------------- */
.photoGalleryList {
	clear: both;
	margin: 0 0 10px;
}

.photoGalleryList div.listHead { margin: 0; }

.photoGalleryList #thumgPhoto .thumWrap div p { padding: 0; }



/* New Photo List
------------------------------------------------------- */
#newPhoto,
#newPhoto2 {
	width: 180px;
	padding-bottom: 70px;
	background: #ebf0f2 url(https://cache2.nipc.jp/img/side_bottom.gif) repeat-x bottom;
}

#newPhoto h2,
#newPhoto2 h2 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.55;
	color: #ffffff;
	background: #73869e;
	border-bottom: 1px solid #5d718b;
	height: 22px;
}
/* for Safari4, Firefox3.5 */
body:first-of-type #newPhoto h2 { line-height: 1.65; }
body:first-of-type #newPhoto2 h2 { line-height: 1.65; }

/* for WinIE7 */
*+html #newPhoto h2 { line-height: 1.55; }
*+html #newPhoto2 h2 { line-height: 1.55; }

/* for WinIE5~6 & MacIE */
*html #newPhoto h2 { line-height: 1.55; }
*html #newPhoto2 h2 { line-height: 1.55; }

/* for Firefox3 */
html>/**/body #newPhoto h2 span a, x:-moz-any-link, x:default { line-height: 1.8; }
html>/**/body #newPhoto2 h2 span a, x:-moz-any-link, x:default { line-height: 1.8; }


#newPhoto h2 span,
#newPhoto2 h2 span {
	display: block;
	height: 21px;
	padding: 0 8px 0 24px;
	background: url(https://cache2.nipc.jp/img/icon-arrow_left-side2.gif) no-repeat 8px 7px;
}

#newPhoto h2 span a,
#newPhoto2 h2 span a { color: #ffffff; }

#newPhoto p {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #c6d7e7;
	border-top: 1px solid #ffffff;
	text-align: center;
}

#newPhoto2 p {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #c6d7e7;
	border-top: 1px solid #ffffff;
	text-align: center;
}

#newPhoto p a img,
#newPhoto2 p a img {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d4d7d8;
}

#newPhoto p a:hover img,
#newPhoto2 p a:hover img { border: 1px solid #0162de; }

#newPhoto h3 {
	padding: 8px 8px 0;
	border-top: 1px solid #ffffff;
	font-size: 80%;
	color: #000000;
}

#newPhoto ul {
	padding: 3px 0 11px 28px;
	font-size: 80%;
	line-height: 1.5;
	list-style: disc;
}



/* Back Number
------------------------------------------------------- */
.backNumber .listHead { margin-top: 15px; }

.backNumber .newsList01 { margin: 0 0 15px 5px; }



/* News List
------------------------------------------------------- */
.newsList01,
.newsList02 {
	padding: 0 3px 0 5px;
	font-size: 90%;
	line-height: 1.7;
	clear: both;
}

.newsList01 li { clear: left; }

.newsList01 li a {
	display: block;
	float: left;
}

.newsList01 li img {
	margin: 0.4em 0 0 5px;
	display: block;
	float: left;
}

.newsList01 li span {
	display: block;
	float: left;
}

.newsList02 li {
	padding-left: 17px;
	background: url(https://cache2.nipc.jp/img/icon-disc.gif) no-repeat 0 0.4em;
}

/* ----- List Icon ----- */
li.iconFlash {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-list_flash.gif) no-repeat 0 0.35em;
}

li.iconPaper {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-list_paper.gif) no-repeat 0 0.35em;
}

li.iconReport {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-list_report.gif) no-repeat 0 0.35em;
}

li.iconSpecial2 {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-list_special2.gif) no-repeat 0 0.35em;
}

li.iconOlympic {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-list_olympic.gif) no-repeat 0 0.35em;
}

li.iconOther {
	padding-left: 37px;
	background: url(https://cache2.nipc.jp/img/icon-disc.gif) no-repeat 20px 0.4em;
}

li.iconLive {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_live.gif) no-repeat 0 0.35em;
}

li.iconSpecial {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_special.gif) no-repeat 0 0.35em;
}

li.iconBeijing {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_beijing.gif) no-repeat 0 0.35em;
}

li.iconSouth {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_southafrica.gif) no-repeat 0 0.35em;
}

li.iconVancouver {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_vancouver.gif) no-repeat 0 0.35em;
}

li.iconDouga {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_douga.gif) no-repeat 0 0.35em;
}

li.iconBB {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_bb.gif) no-repeat 0 0.35em;
}

li.iconMB {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_mb.gif) no-repeat 0 0.35em;
}

li.iconSC {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_sc.gif) no-repeat 0 0.35em;
}

li.iconJP {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_jp.gif) no-repeat 0 0.35em;
}

li.iconWD {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_wd.gif) no-repeat 0 0.35em;
}

li.iconSP {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_sp.gif) no-repeat 0 0.35em;
}

li.iconGF {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_gf.gif) no-repeat 0 0.35em;
}

li.iconMO {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_mo.gif) no-repeat 0 0.35em;
}

li.iconBT {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_bt.gif) no-repeat 0 0.35em;
}

li.iconRC {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_rc.gif) no-repeat 0 0.35em;
}

li.iconET {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_et.gif) no-repeat 0 0.35em;
}

li.iconGN {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_gn.gif) no-repeat 0 0.35em;
}

li.iconKoukai {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_koukai.gif) no-repeat 0 0.35em;
}

li.iconKantoku {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_kantokugoroku.gif) no-repeat 0 0.35em;
}

li.iconKeiyakukoukai {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_keiyakukoukai.gif) no-repeat 0 0.35em;
}

li.iconKyudanInfo {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_kyudanInfo.gif) no-repeat 0 0.35em;
}

li.iconSenpyo {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_senpyo.gif) no-repeat 0 0.35em;
}

li.iconShikyushiki {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_shikyushiki.gif) no-repeat 0 0.35em;
}

li.iconDraft {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_draft.gif) no-repeat 0 0.35em;
}

li.iconFarm {
	padding-left: 56px;
	background: url(https://cache2.nipc.jp/img/icon-list_farm.gif) no-repeat 0 0.35em;
}




/* List Head
------------------------------------------------------- */
.listHead {
	margin-bottom: 3px;
	background: url(https://cache2.nipc.jp/img/list-head_bg.gif) repeat-x;
	height: 22px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.listHead h1,
.listHead h2,
.listHead h3,
.listHead h4,
.listHead h5,
.listHead h6 {
	padding-left: 6px;
	font-size: 90%;
	line-height: 1.55;
	height: 22px;
	float: left;
}

/* for Safari4, Firefox3.5 */
body:first-of-type .listHead h1 { line-height: 1.65; }
body:first-of-type .listHead h2 { line-height: 1.65; }
body:first-of-type .listHead h3 { line-height: 1.65; }
body:first-of-type .listHead h4 { line-height: 1.65; }
body:first-of-type .listHead h5 { line-height: 1.65; }
body:first-of-type .listHead h6 { line-height: 1.65; }

/* for WinIE7 */
*+html .listHead h1 { line-height: 1.55; }
*+html .listHead h2 { line-height: 1.55; }
*+html .listHead h3 { line-height: 1.55; }
*+html .listHead h4 { line-height: 1.55; }
*+html .listHead h5 { line-height: 1.55; }
*+html .listHead h6 { line-height: 1.55; }

/* for WinIE5~6 & MacIE */
*html .listHead h1 { line-height: 1.55; }
*html .listHead h2 { line-height: 1.55; }
*html .listHead h3 { line-height: 1.55; }
*html .listHead h4 { line-height: 1.55; }
*html .listHead h5 { line-height: 1.55; }
*html .listHead h6 { line-height: 1.55; }

/* for Firefox3 */
html>/**/body .listHead h1, x:-moz-any-link, x:default { line-height: 1.7; }
html>/**/body .listHead h2, x:-moz-any-link, x:default { line-height: 1.7; }
html>/**/body .listHead h3, x:-moz-any-link, x:default { line-height: 1.7; }
html>/**/body .listHead h4, x:-moz-any-link, x:default { line-height: 1.7; }
html>/**/body .listHead h5, x:-moz-any-link, x:default { line-height: 1.7; }
html>/**/body .listHead h6, x:-moz-any-link, x:default { line-height: 1.7; }

.listHead h1 span,
.listHead h2 span,
.listHead h3 span,
.listHead h4 span,
.listHead h5 span,
.listHead h6 span {
	padding-left: 16px;
	background: url(https://cache2.nipc.jp/img/icon-arrow_head.gif) no-repeat 0 0;
	height: 22px;
	display: block;
	float: left;
}

#main div.listHead h1 a,
#main div.listHead h2 a,
#main div.listHead h3 a,
#main div.listHead h4 a { color: #000000; }

.listHead p {
	padding-right: 5px;
	font-size: 80%;
	line-height: 1.65;
	float: right;
}

/* for Safari4, Firefox3.5 */
body:first-of-type .listHead p { line-height: 1.75; }

/* for WinIE7 */
*+html .listHead p { line-height: 1.6; }

/* for Win & Mac IE */
*html .listHead p { line-height: 1.6; }

/* for Firefox3 */
html>/**/body .listHead p, x:-moz-any-link, x:default { line-height: 1.75; }

#main div.listHead p a {
	padding-left: 5px;
	color: #525252;
	border-left: 2px solid #b7b7b7;
}

.listHead ul {
	font-size: 80%;
	line-height: 1.65;
	float: right;
}

/* for Safari4, Firefox3.5 */
body:first-of-type .listHead ul { line-height: 1.75; }

/* for WinIE7 */
*+html .listHead ul { line-height: 1.6; }

/* for Win & Mac IE */
*html .listHead ul { line-height: 1.6; }

/* for Firefox 3 */
html>/**/body .listHead ul, x:-moz-any-link, x:default { line-height: 1.8; }

.listHead li { float: left; }

#main div.listHead li a {
	padding: 0 5px;
	color: #525252;
	border-left: 2px solid #b7b7b7;
}

#main div.listHead li:first-child a { border-left: none; }
#main div.listHead li.firstChild a { border-left: none; }

/* Hides from MacIE, for WinIE \*/
	*+html #home #genreNews .newsList01 li img { padding-bottom: 0.55em; }
	*html #home #genreNews .newsList01 li img { padding-bottom: 0.6em; }
/* End hide from MacIE */



/* Landing List
------------------------------------------------------- */
#landingList {
	margin: 0 0 15px;
	padding: 3px;
	border-top: 1px solid #c6d7e7;
	border-bottom: 3px solid #e6f0fc;
	font-size: 90%;
	line-height: 1.35;
}

#landingList h3 {
	display: inline;
	padding: 0 8px 0 0;
	border-right: 3px solid #9ca9ba;
	color: #000000;
	font-size: 90%;
}

#landingList ul {
	display: inline;
	padding-left: 5px;
}

#landingList ul li {
	display: inline;
	padding-right: 5px;
}

#landingList ul li a:-webkit-any-link { font-size: 100%; }


/* PR Text
------------------------------------------------------- */
.PRtext {
	margin: 10px 0 10px;
	padding: 0;
	min-height: 22px;
	height: auto!important;
	height: 22px;
	font-size: 100%;
	line-height: 22px;
	background: #e8ede8;
}

.PRtext dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: 600;
}

.PRtext dt {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px;
	color: #ffffff;
	font-weight: bold;
	background: #6faa6c;
}

/* for Safari4, Firefox3.5 */
body:first-of-type .PRtext dd { font-weight: 500; }

/* for WinIE7 */
*+html .PRtext dd { font-weight: 600; }

/* for Win & Mac IE */
*html .PRtext dd { font-weight: 600; }

/* for Firefox 3 */
html>/**/body .PRtext dd, x:-moz-any-link, x:default { font-weight: 500; }




/* Feature Box
------------------------------------------------------- */
#featureBoxWrap { margin-bottom: 15px; }

.featureBox {
	margin: 0 0 3px 0;
	background: #F5F8FF;
	border: 0 none;
	border-top: 1px solid #E5E5E5;
	height: 80px;
}

.featurePhoto {
	margin-top: 1px;
	width: 88px;
	float: left;
}

.featureText { padding: 8px 8px 0 88px; }

.featureText h3 {
	margin-bottom: 4px;
	padding-left: 14px;
	font-size: 90%;
	line-height: 1.1;
	background: url(https://cache2.nipc.jp/img/icon-arrow_feature.gif) no-repeat 0 0.2em;
}

#main div.featureText h3 a { color: #730059; }

.featureText p {
	font-size: 80%;
	line-height: 1.35;
}

.featureText ul {
	margin: 3px 0 0 3px;
	font-size: 80%;
	line-height: 1;
}

.featureText li {
	padding: 0 6px;
	border-left: 1px solid #aaaaaa;
	float: left;
}

.featureText li:last-child { border-right: 1px solid #aaaaaa; }
.featureText li.lastChild { border-right: 1px solid #aaaaaa; }



/* Relevance News
------------------------------------------------------- */
.relevanceNews h2 {
	margin-left: 5px;
	font-size: 80%;
	line-height: 1.7;
	float: left;
}

.relevanceNews ul {
	margin-left: 10px;
	padding-left: 13px;
	border-left: 5px solid #e5e5e5;
	float: left;
	clear: none;
}

.relevanceNews ul li.iconOther {
	padding-left: 14px;
	background-position: 0 0.4em;
}

.relevanceNews {
	margin-bottom: 15px;
}


/* ns2 Track Back
------------------------------------------------------- */
#ns2TB {
	margin-top: 1.5em;
	padding: 8px 10px;
	font-size: 80%;
	line-height: 1.2;
	background: #f4f8e4;
	border: 1px solid #eef4d5;
}

/* for Safari4, Firefox3.5 */
body:first-of-type #ns2TB {
	padding: 8px 10px 6px;
	line-height: 1.5;
}

/* for WinIE7 */
*+html #ns2TB {
	padding: 8px 10px;
	line-height: 1.2;
}

/* for Win & Mac IE */
*html #ns2TB {
	padding: 8px 10px;
	line-height: 1.2;
}

#ns2Write {
	padding-left: 20px;
	background: url(https://cache2.nipc.jp/img/icon-pen.gif) no-repeat 0 0;
	height: 16px;
	float: left;
}

#ns2Howto { float: right; }


/* ----- ns2 Track Back List ----- */
#ns2TBList {
	margin-top: 15px;
	padding-left: 5px;
}

#ns2TBList h2,
#ns2TBList h3,
#ns2TBList h4 {
	margin-bottom: 0.2em;
	font-size: 80%;
}

#ns2TBList .newsList01 li,
.ns2ComList .newsList01 li {
	padding-left: 18px;
	background: url(https://cache2.nipc.jp/img/icon-balloon.gif) no-repeat 0 0.5em;
}

.ns2ComList .newsList01 { line-height: 1.3; }

.ns2ComList .newsList01 li { padding: 3px 0 2px 18px; }

.ns2ComList div.listHead h2,
.ns2ComList div.listHead h3,
.ns2ComList div.listHead h4 {
	padding-left: 24px;
	background: url(https://cache2.nipc.jp/img/list-head_ns2.gif) no-repeat 6px 0;
}



/* Social Bookmark
------------------------------------------------------- */
#socialBookmark {
	margin-top: 15px;
	padding: 11px 0 11px 5px;
	border-top: 1px dotted #8d8d8d;
	border-bottom: 1px dotted #8d8d8d;
}

#socialBookmark h2,
#socialBookmark h3,
#socialBookmark h4 {
	margin: 0 10px 0 0;
	font-size: 80%;
	line-height: 1.35;
	float: left;
}

#socialBookmark ul,
#socialBookmark li {
	margin: 0 4px;
	font-size: 80%;
	line-height: 1;
	height: 16px;
	float: left;
}

#socialBookmark p {
	padding-bottom: 1px;
	font-size: 80%;
	line-height: 1;
	float: left;
}

#socialBookmark p span { font-size: 120%; }

p#aboutSB {
	margin: 2px 0 0 15px;
	padding: 0 7px;
	line-height: 1;
	border-right: 1px solid #939393;
	border-left: 1px solid #939393;
}



/* Keyword Search
------------------------------------------------------- */
#keywordSearch {
	margin-top: 12px;
	padding: 0 0 11px 5px;
	border-bottom: 1px dotted #8d8d8d;
}

#keywordSearch h3 {
	margin-top: 0.25em;
	font-size: 80%;
	line-height: 1;
	float: left;
}

#keywordSearch dl { font-size: 80%; }

#keywordSearch dt {
	margin-left: 1px;
	padding: 2px 5px;
	line-height: 1;
	border: 1px solid;
	border-color: #c7c7c7 #000000 #000000 #c7c7c7;
}

#keywordSearch dt,
#keywordSearch dd,
#keywordSearch li { float: left; }

#keywordSearch ul {
	margin: 3px 0 0 15px;
	border-left: 1px solid #939393;
}

#keywordSearch li {
	padding: 0 7px;
	line-height: 1;
	border-right: 1px solid #939393;
}



/* Column List
------------------------------------------------------- */
.columnList ul.newsList02 { line-height: 1.3; }

.columnList ul.newsList02 li { padding: 3px 0 2px 17px; }



/* Access Ranking
------------------------------------------------------- */
div.accessRanking ol.newsList01 {
	margin-bottom: 1px;
	padding: 0 3px 0 0;
	line-height: 1.8;
}

.accessRanking ol.newsList01 li { padding-left: 10px; }

.accessRanking ol.newsList01 li img { margin: 0.2em 0 0 5px; }

/* Hides from MacIE, for WinIE \*/
	*+html div.accessRanking ol.newsList01 { line-height: 1.7; }
	*html div.accessRanking ol.newsList01 { line-height: 1.7; }
	*+html div.accessRanking ol.newsList01 li { background-position: 0 0.3em; }
	*html div.accessRanking ol.newsList01 li { background-position: 0 0.3em; }
/* End hide from MacIE */

.accessRanking p {
	padding: 7px 0 0 21px;
	font-size: 90%;
	line-height: 1;
	background: url(https://cache2.nipc.jp/img/icon-arrow_basic.gif) no-repeat 5px 0.65em;
	border-top: 1px dotted #b2b2b2;
}

/* Hides from MacIE, for WinIE \*/
	*html .accessRanking p {
		line-height: 1.05;
		height: 1%;
	}
/* End hide from MacIE */


.accessRanking ol.newsList01 li a,
.accessRanking ol.newsList01 li span {
	display: inline;
	float: none;
}

.accessRanking ol li span {
	padding: 2px 4px;
	font-size: 0.9em;
	background: #efefef;
}




/* Clear Fix
----------------------------------------------- */
.clearfix:after,
#toolNavi:after,
.arrowTab:after,
#contentsInner:after,
#topNewsWrap:after,
#topAreaWrap:after,
#middleLeftWrap:after,
#otherCopyright:after,
#otherCopyright dl:after,
#footerText ul:after,
#news:after,
.news:after,
#mainHeading:after,
.thumWrap:after,
.newsList01 li:after,
.sideScore:after,
.pageTop:after,
.PRtext dl:after,
.featureText ul:after,
.relevanceNews:after,
#ns2TB:after,
#socialBookmark:after,
#keywordSearch:after,
#keywordSearch ul:after,
.officialChannelPack:after { /* for Modern Browser */
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix,
#toolNavi,
.arrowTab,
#contentsInner,
#topNewsWrap,
#topAreaWrap,
#middleLeftWrap,
#otherCopyright,
#otherCopyright dl,
#footerText ul,
#news,
.news,
#mainHeading,
.thumWrap,
.newsList01 li,
.sideScore,
.pageTop,
.PRtext dl,
.featureText ul,
.relevanceNews,
#ns2TB,
#socialBookmark,
#keywordSearch,
#keywordSearch ul,
.officialChannelPack { display: inline-block; } /* for WinIE7 & MacIE */

/* Hides from MacIE, for WinIE \*/
	*html .clearfix,
	*html #toolNavi,
	*html .arrowTab,
	*html #contentsInner,
	*html #topNewsWrap,
	*html #topAreaWrap,
	*html #middleLeftWrap,
	*html #otherCopyright,
	*html #otherCopyright dl,
	*html #footerText ul,
	*html #news,
	*html .news,
	*html #mainHeading,
	*html .thumWrap,
	*html .newsList01 li,
	*html .sideScore,
	*html .pageTop,
	*html .PRtext dl,
	*html .featureText ul,
	*html .relevanceNews,
	*html #ns2TB,
	*html #socialBookmark,
	*html #keywordSearch,
	*html #keywordSearch ul
	*html .officialChannelPack { height: 1%; }
	.clearfix,
	#toolNavi,
	.arrowTab,
	#contentsInner,
	#topNewsWrap,
	#topAreaWrap,
	#middleLeftWrap,
	#otherCopyright,
	#otherCopyright dl,
	#footerText ul,
	#news,
	.news,
	#mainHeading,
	.newsList01 li,
	.thumWrap,
	.sideScore,
	.pageTop,
	.PRtext dl,
	.featureText ul,
	.relevanceNews,
	#ns2TB,
	#socialBookmark,
	#keywordSearch,
	#keywordSearch ul
	.officialChannelPack { display: block; }
/* End hide from MacIE */