@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE    : nikkansports.com South Africa 2010 CSS
DATE     : 2009/12/02, 2010/05/11, 2010/05/18
URL      : http://southafrica2010.nikkansports.com/css/common_main.css
DESIGNER : 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: #ffffff url(/img/body_background.jpg) repeat-x 0 0;
}

*html body {
	font-size: medium;
	text-align: center;
}

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;
}

* img { -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;
}

*html #wrapper {
	text-align: left;
	width: expression(document.body.clientWidth > 1102? "1100px" : "auto");
}





/* ----------------------------------------------------------------
HEADER AREA STYLE
---------------------------------------------------------------- */

/* Header Navigation
------------------------------------------------------- */
#headerNavi {
	height: 21px;
	color: #eeeeee;
}
#headerNavi li {
	font-size: 80%;
	float: left;
}

#headerNavi a,
#headerNavi a:visited,
#headerNavi a:hover,
#headerNavi a:active {
	color: #dddddd;
}

/* Site Navi
------------------------------------------------------- */
#siteNavi {
	height: 21px;
	float: left;
}


/* ----- Site Navi1 -----*/
#siteNavi1 {
	height: 21px;
	float: left;
}

#siteNavi1 li {
	line-height: 1.55;
	text-align: center;
	border-right: 1px solid #95b284;
	border-left: 0 none;
	border-bottom: 0 none;
	background: #659647;
	width: 90px;
	height: 21px;
}

#siteNavi1 li a {
	color: #1c4f1c;
	height: 21px;
	display: block;
}

#siteNavi1 li a:hover,
#siteNavi1 li a:active {
	color: #1c4f1c;
	text-decoration: none;
	background: #f0f2eb;
}

#siteNavi1 li.current a,
#siteNavi1 li.current a:visited,
#siteNavi1 li.current a:hover,
#siteNavi1 li.current a:active {
	color: #000000;
	border: 0 none;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
	height: 21px;
}

#siteNavi1 li.current { line-height: 1.65; }


/* ----- Site Navi2 -----*/
#siteNavi2 {
	margin-left: 3px;
	float: left;
}

#siteNavi2 li {
	margin-top: 4px;
	padding: 0 7px;
	line-height: 1;
	border-left: 1px solid #b5c5ab;
}

#siteNavi2 li:first-child { border: none; }

*html #siteNavi2 li.firstChild { border: none; }

#siteNavi2 a,
#siteNavi2 a:visited,
#siteNavi2 a:hover,
#siteNavi2 a:active {
	color: #dddddd;
}





/* Tool Navi
------------------------------------------------------- */
#toolNavi {
	line-height: 1;
	float: right
}

#toolNavi ul { float: left; }

ul#nikkanID li {
	margin: 4px 1px 0 0;
	padding: 0 7px;
	border-left: 1px solid #b8b9ba;
}

*html ul#nikkanID li { margin-top: 3px; }

.iconRSS {
	padding-left: 19px;
	background: url(/img/icon-rss.gif) no-repeat 0 0.1em;
}

*html .iconRSS { background-position: 0 0; }

#toolNavi li.iconRSS { margin: 4px 8px 0 0; }

.iconSitemap {
	padding-left: 18px;
	line-height: 1.4;
	/line-height: 1.2; /* for IE6, IE7 */
	background: url(/img/icon-sitemap.gif) no-repeat 0 0;
	height: 17px;
}

#toolNavi li.iconSitemap {
	margin-top: 2px;
	padding-right: 10px;
}



/* Header
------------------------------------------------------- */
#header {
	height: 100px;
	background: url(/img/sa2010-header_bg.jpg) repeat-x left top #000948;
	border-right: 1px solid #010951;
	position: relative;
}

#headerInner {
	height: 100px;
	position: absolute;
	left: 0;
}

#headerNikkanLogo { margin: 15px 0 0 0; }


/* ----- 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(/img/search-text_bg_goo.gif) repeat-x left top;
	width: 147px;
	height: 16px;
	border: solid #c5c5c5;
	border-width: 0 1px 1px;
}

*html #header form #keyword { /* for IE5~ */
	font: 13px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border: 1px solid #c5c5c5;
	
}

*html #header form #keyword {
	border: solid #c5c5c5;
	border-width: 0 1px 1px;
}

#header form input[type="image"] { margin-left: 5px; }
*html #header form input.image { padding-left: 5px; }


#ad728x90 {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
}





/* ----------------------------------------------------------------
NAVIGATION STYLE
---------------------------------------------------------------- */

/* Global Navigation
------------------------------------------------------- */
#globalNaviWrap {
	position: relative;
}

#globalNavi {
	background: url(/img/global-navi_bg.gif) repeat-x left top;
	height: 32px;
	border-right: 1px solid #010951;
	position: relative;
}

#globalNavi li { float: left; }

#globalNavi li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	background: url(/img/global-navi.gif) no-repeat left top;
}

li#naviTop a { width: 64px; left: 0; background-position: 0 top; }
li#naviNewsBacknumber a { width: 79px; left: 64px; background-position: -64px top; }
li#naviPhotoNews a { width: 127px;  left: 143px; background-position: -143px top; }
li#naviScore a { width: 93px;  left: 270px; background-position: -270px top; }
li#naviSchedule a { width: 93px;  left: 363px; background-position: -363px top; }
li#naviTeam a { width: 92px;  left: 456px; background-position: -456px top; }
li#naviMember a { width: 78px;  left: 548px; background-position: -548px top; }
li#naviColumn a { width: 65px;  left: 626px; background-position: -626px top; }
li#naviToto a { width: 89px;  left: 691px; background-position: -691px top; }

li#naviTop a:hover { background-position: 0 -32px; }
li#naviNewsBacknumber a:hover { background-position: -64px -32px; }
li#naviPhotoNews a:hover { background-position: -143px -32px; }
li#naviScore a:hover { background-position: -270px -32px; }
li#naviSchedule a:hover { background-position: -363px -32px; }
li#naviTeam a:hover { background-position: -456px -32px; }
li#naviMember a:hover { background-position: -548px -32px; }
li#naviColumn a:hover { background-position: -626px -32px; }
li#naviToto a:hover { background-position: -691px -32px; }

body#home #globalNavi li#naviTop a { background-position: 0 -64px; }
body#newsBacknumber #globalNavi li#naviNewsBacknumber a { background-position: -64px -64px; }
body#gallery #globalNavi li#naviPhotoNews a { background-position: -143px -64px; }
body#score #globalNavi li#naviScore a { background-position: -270px -64px; }
body#schedule #globalNavi li#naviSchedule a { background-position: -363px -64px; }
body#team #globalNavi li#naviTeam a { background-position: -456px -64px; }
body#member #globalNavi li#naviMember a { background-position: -548px -64px; }
body#column #globalNavi li#naviColumn a { background-position: -626px -64px; }
body#quiz #globalNavi li#naviToto a { background-position: -691px -64px; }

#globalNaviWrap #buttonTwitter {
	position: absolute;
	top: 0;
	right: 15px;
}




/* Genre Navigation
------------------------------------------------------- */
#genreNavi {
	font-size: 80%;
	color: #999999;
	background: url(/img/genre-navi_bg.gif) repeat-x;
	height: 28px;
	line-height: 1.8;
	position: relative;
}

#genreNavi a { color: #003475; }

#genreNavi p {
	color: #003475;
	text-align: center;
	height: 28px;
}

#genreNavi ul {
	height: 28px;
	float: left;
}

body#world #genreNavi ul { padding-left: 3px; }

#genreNavi li {
	margin: 0 8px;
	width: 57px;
	height: 28px;
	float: left;
	text-indent: -9999px;
}

#genreNavi li a {
	display: block;
	width: 57px;
	height: 28px;
}

li#genreNaviGroupA { background: url(/img/genre-navi-btn_A_off.gif) no-repeat; }
li#genreNaviGroupB { background: url(/img/genre-navi-btn_B_off.gif) no-repeat; }
li#genreNaviGroupC { background: url(/img/genre-navi-btn_C_off.gif) no-repeat; }
li#genreNaviGroupD { background: url(/img/genre-navi-btn_D_off.gif) no-repeat; }
li#genreNaviGroupE { background: url(/img/genre-navi-btn_E_off.gif) no-repeat; }
li#genreNaviGroupF { background: url(/img/genre-navi-btn_F_off.gif) no-repeat; }
li#genreNaviGroupG { background: url(/img/genre-navi-btn_G_off.gif) no-repeat; }
li#genreNaviGroupH { background: url(/img/genre-navi-btn_H_off.gif) no-repeat; }

li#genreNaviGroupA a:hover,
body.groupA li#genreNaviGroupA { background: url(/img/genre-navi-btn_A_on.gif) no-repeat; }
li#genreNaviGroupB a:hover,
body.groupB li#genreNaviGroupB { background: url(/img/genre-navi-btn_B_on.gif) no-repeat; }
li#genreNaviGroupC a:hover,
body.groupC li#genreNaviGroupC { background: url(/img/genre-navi-btn_C_on.gif) no-repeat; }
li#genreNaviGroupD a:hover,
body.groupD li#genreNaviGroupD { background: url(/img/genre-navi-btn_D_on.gif) no-repeat; }
li#genreNaviGroupE a:hover,
body.groupE li#genreNaviGroupE { background: url(/img/genre-navi-btn_E_on.gif) no-repeat; }
li#genreNaviGroupF a:hover,
body.groupF li#genreNaviGroupF { background: url(/img/genre-navi-btn_F_on.gif) no-repeat; }
li#genreNaviGroupG a:hover,
body.groupG li#genreNaviGroupG { background: url(/img/genre-navi-btn_G_on.gif) no-repeat; }
li#genreNaviGroupH a:hover,
body.groupH li#genreNaviGroupH { background: url(/img/genre-navi-btn_H_on.gif) no-repeat; }

li#genreNaviToto a { letter-spacing: 0; }

p#buttonFeature {
	margin-right: 21px;
	line-height: normal;
	width: 96px;
	height: 23px;
	float: right;
	position: absolute;
	top: 3px;
	right: 0;
}



/* Theme Navigation
------------------------------------------------------- */
#themeNavi {
	padding-left: 7px;
	font-size: 80%;
	background: url(/img/theme-navi_bg.gif) repeat-x;
	height: 34px;
}

#themeNavi li {
	padding: 0 2px 0 4px;
	line-height: 2.25;
	background: url(/img/theme-navi_list.gif) no-repeat;
	height: 34px;
	float: left;
}

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.themeSchedule li#themeNaviSchedule a,
body.themeStanding li#themeNaviStanding a,
body.themeInfo li#themeNaviInfo a,
#themeNavi li a.current {
	font-weight: bold;
	color: #ffffff;
	background: url(/img/theme-navi_bg-current.gif) repeat-x;
}



/* ----------------------------------------------------------------
TAB MENU STYLE
---------------------------------------------------------------- */

/* Data Tab
------------------------------------------------------- */
@media print {
	.dataTab ul { display: none; }
}

.dataTab {
	padding-top: 5px;
	background: url(/img/data-tab_bg.gif) repeat-x top;
	height: auto;
}

.dataTab ul {
	margin-bottom: 10px;
	height: 23px;
	border-left: 1px solid #b2b2b2;
}

.dataTab li {
	font-size: 80%;
	line-height: 1.75;
	background: url(/img/data-tab_off.gif) no-repeat right bottom;
	height: 23px;
	float: left;
}

#main .dataTab li a {
	padding: 0 20px;
	color: #003475;
	height: 23px;
	display: block;
}
/* 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 {
	color: #000000;
	text-decoration: none;
	background: url(/img/data-tab_on.gif) no-repeat right top;
	height: 23px;
}

#main .dataTab li.current { line-height: 1.85; }

#tabs-2,
#tabs-3,
#tabs-4 { display: none; }




/* Arrow Tab Menu
------------------------------------------------------- */
.arrowTab {
	margin: 10px 0 2px;
	font-size: 80%;
	line-height: 1;
}

.arrowTab li {
	margin-right: 1px;
	text-align: center;
	background: #ebebeb;
	width: 60px;
	float: left;
}

.arrowTab li a,
.arrowTab li.current a {
	padding: 4px 0;
	width: 60px;
	display: block;
}

.arrowTab li.current {
	padding-bottom: 7px;
	background: #bf0091 url(/img/tab-arrow.gif) no-repeat center bottom;
}

.arrowTab li.current a { color: #ffffff; }




/* ----------------------------------------------------------------
CONTENTS AREA STYLE
---------------------------------------------------------------- */
#contents {
	padding: 18px 10px 0;
	background: #ffffff;
	border-right: 1px solid #bbcbba;
	border-left: 1px solid #bbcbba;
}

#contentsInner {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}


/* Layout (Negative Margin)
------------------------------------------------------- */

/* ----- Main Area ----- */
#mainWrap {
	margin-right: -310px;
	width: 100%;
	float: left;
}

#main { margin-right: 310px; }


/* ----- Side Area ----- */
#side {
	width: 300px;
	background: #ffffff; /* ebf0f2 */
	float: right;
}



/* Route Navigation
------------------------------------------------------- */
#routeNavi {
	color: #003e73;
	background: url(/img/root-navi_bg.gif) repeat-x;
	height: 40px;
	letter-spacing: 0;
}

#routeNavi * { letter-spacing: 0; }

#routeNavi a { color: #003e73; }

#routeNavi ol {
	padding-right: 5px;
	background: url(/img/root-navi_right.gif) no-repeat right top;
	height: 40px;
}

#routeNavi li {
	font-size: 100%;
	font-weight: bold;
	background: url(/img/root-navi_next_bg.gif) repeat-x top;
	height: 40px;
	float: left;
}

#routeNavi li span {
	padding-left: 1px;
	padding-right: 28px;
	line-height: 2.55;
	background: url(/img/root-navi_next.gif) no-repeat right top;
	height: 40px;
	display: block;
	float: left;
}

#routeNavi li span.next2 { background: url(/img/root-navi_next2.gif) no-repeat right top; }

#routeNavi #mainTitle {
	padding-left: 3px;
	font-size: 130%;
	line-height: 1.95;
	background: url(/img/root-navi_bg.gif) repeat-x;
	height: 40px;
}



/* 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%; }

#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(/img/icon-arrow_basic.gif) no-repeat 5px 0.65em;
	border-top: 1px dotted #b2b2b2;
}

#topNewsWrap div.link2Wrap {
	border-top: 1px dotted #b2b2b2;
}

#topNewsWrap div.link2Wrap p.linkText {
	float: left;
	margin-right: 5px;
	border: 0 none;
}

#topNewsWrap div.link2Wrap p.linkRss {
	float: left;
	margin: 8px 1px 0 0;
	border: 0 none;
}

*+html #topNewsWrap p.linkText { height: 1%; }
*html #topNewsWrap p.linkText {
	line-height: 1.05;
	height: 1%;
}



/* ----- Data Table----- */
table.dataTable {
	margin-bottom: 2px;
	text-align: center;
	font-size: 80%;
	line-height: 1.2em;
	color: #6a6a6a;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#categoryContent table.dataTable {
	margin-bottom: 10px;
}

table.dataTable caption {
	margin-bottom: 1px;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background: #7e7164;
	border-bottom: 1px solid #ffffff;
}
	
table.dataTable th,
table.dataTable td {padding: 2px;}

table.dataTable tr.bgGray { background: #f1efe3; }
#side table.dataTable tr.bgGray { background: #E4E9EF; }

table.dataTable tr.white { background: #ffffff; }

td.left,th.left { text-align: left; }
td.center,th.center { text-align: center; }
td.right,th.right { text-align: right; }
table.dataTable td.team { width: 40%; }
table.dataTable td.score { width: 20%; }



/* ----- top Photo ----- */
#topPhoto {
	width: 180px;
	float: left;
}

#topPhoto dt a {
	max-height: 270px;
	border: 1px solid #ffffff;
	display: block;
	overflow: hidden;
}

*html #topPhoto dt a { overflow: hidden; }

#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;
}



/* Data Area
------------------------------------------------------- */
.dataContents { width: 100%; }

.dataContents table {
	width: 100%;
	border: 0 none;
	border-collapse: separate;
	border-spacing: 0;
}

*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: #63a242;
	border-bottom: 1px solid #567f41;
}

.dataContents th {
	padding: 3px 2px;
	font-size: 80%;
	text-align: center;
	color: #666666;
	background: #e3e3e3 url(/img/th-bg01.gif) repeat-y;
	border: 1px solid;
	border-bottom: 1px solid #cccccc;
	border-right: 0 none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #c4c4c4;
}

.dataContents th.bg {
	background: #e3e3e3;
	border-left: 0 none;
}

.dataContents td {
	padding: 4px 2px;
	font-size: 90%;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px dashed #aaaaaa;
}

.dataContents td.line { border-left: 0 none; }

.dataContents td.num { text-align: center; }

.dataContents td.home { text-align: right; }


/* --- ２カラム --- */
.dataContentsR {
	width: 49.5%;
	float: right;
}

.dataContentsL {
	width: 49.5%;
	float: left;
}


/* --- ３カラム --- */
.dataContentsE {
	width: 33%;
	float: left;
}

.dataContentsC {
	width: 34%;
	float: left;
}

.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 */

.dataContentsW {
	width: 33%;
	float: right;
}


/* --- ４カラム --- */
.dataBox01 {
	width: 25%;
	float: left;
}

.dataBox02 {
	width: 25%;
	float: left;
}

.dataBox03 {
	width: 25%;
	float: left;
}

.dataBox04 {
	width: 25%;
	float: right;
}
/* 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 bar
------------------------------------------------------- */
#side {
	float: right;
}


/* ----- 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;
}


/* ----- SCORE Info ----- */

#sideScoreBox {
	margin-top: 0;
	height: 98px;
	background: #eeeeee;
	background: #5daa4a url(/img/side-score-box02_bg.jpg) no-repeat;
}
#sideScoreBox h2 {
	font-size: 80%;
	padding-top: 7px;
	padding-left: 20px;
	background: url(/img/icon-arrow_basic4.gif) no-repeat 7px 0.6em;
}

#sideScoreBox h2 a,
#sideScoreBox h2 a:visited,
#sideScoreBox h2 a:hover,
#sideScoreBox h2 a:active {
	color:  #ffffff;
}


#sideScoreBox table {	margin: 12px 15px 4px;	border-collapse: collapse;	border: none;}#sideScoreBox table td { 	padding:2px;	line-height: 1.2;
	vertical-align: middle;}#sideScoreBox table td.team,#sideScoreBox table td.team2 {	font-size:100%;	font-weight:bold;	text-align:left;	width: 35%;}#sideScoreBox table td.team2 {text-align:right;}

#sideScoreBox td a,
#sideScoreBox td a:visited,
#sideScoreBox td a:hover,
#sideScoreBox td a:active {
	color: #000000;
}

#sideScoreBox table td.flag {
	width: 35px;
}#sideScoreBox table td.time2,#sideScoreBox table td.time {	text-align:center;	font-size:90%;}#sideScoreBox table td.winpoint,#sideScoreBox table td.point {	font-size:150%;	font-weight:bold;	text-align:center;	width: 9%;}#sideScoreBox table td.winpoint {color:red;}

#sideScoreBox p {
	text-align: center;
	font-size: 88%;
}



/* ----- AD Text ----- */
#side .adText {
	background: #eee;
}

#side .adText li {
	line-height: 1.4;
	border-bottom: 2px solid #f2f3f4;
}

#side .adText li.lastChild {
	border-bottom: 1px solid #f2f3f4;
}

#side .adText li span {
	display: block;
	padding: 4px 5px 5px 40px;
	border-bottom: 1px solid #e4e5e5;
	background: url(/img/icon-pr_side.gif) no-repeat 6px 7px;
}

.sideTopics h2,
.sideLinks h2,
.sideReprint h2 {
	height: 20px;
	padding: 1px 0 0 7px;
	font-size: 80%;
	line-height: 1.5;
	color: #ffffff;
	background: #1F3C91;
}

.sideTopics h2 span,
.sideLinks h2 span,
.sideReprint h2 span {
	padding: 0 0 0 14px;
	background: url(/img/icon-arrow_category.gif) no-repeat left center;
}

.sideTopics h2 a,
.sideLinks h2 a,
.sideReprint h2 a { color: #ffffff; }

.sideTopics ul,
.sideTopics ol,
.sideLinks ul {
	padding: 3px 0;
	line-height: 1.6em;
	background: #ebf0f2 url(/img/sidetopics_list_bg.gif) no-repeat 0 bottom;
}

.sideTopics {
	margin-bottom: 8px;
}

.sideTopics ul li {
	padding-left: 14px;
	background: url(/img/sidetopics_list_mark.gif) no-repeat 5px 0.6em;
}

.sideLinks ul li {
	padding-left: 18px;
	font-size: 90%;
	line-height: 1.5;
	background: url(/img/soccerlink_mark.gif) no-repeat 5px 0.4em;
}

#side .ad300x250,
#side .ad300x125 {
	margin: 8px 0;
}


#side #scheduleStas {
	margin: 5px 0 10px;
}


.side_other {
	margin-bottom: 8px;
	height: 59px;
	background: url(/img/side_Iconbg.gif) no-repeat 0 0;
}
.side_other dl {
	padding: 5px;
}
.side_other dt {
	float: left;
	width: 50px;
}
.side_other dt img {
	border: 1px solid #ffffff;
}

.side_other dd span {
	display: block;
}
.side_other dd .other_ttl {
	margin-top:1px;
	font-weight: bold;
	font-size:98%;
}
.side_other dd .other_ttl a {
	padding-left: 14px;
	background: url(/img/icon-arrow_basic3.gif) no-repeat 0 3px;
}
.side_other dd .other_ttl a,
.side_other dd .other_ttl a:hover,
.side_other dd .other_ttl a:visited,
.side_other dd .other_ttl a:active {
	color: #ffffff;
}
.side_other dd .other_note {
	margin-top:2px;
	color: #cccccc;
	font-size:80%;
	line-height:1.2;
}


.sideTotoGet {
	margin-bottom: 8px;
}



/* 08.7.03　追加分 */

/* -----------------------------------------------------
News List
------------------------------------------------------- */
.newsList01,
.newsList02 {
	padding: 0 3px 0 5px;
	font-size: 90%;
	line-height: 1.7;
	clear: both;
}

.newsList01 li {
	clear: left;
}

*html .newsList01 li { height: 1%; }

.newsList02 li {
	padding-left: 17px;
	background: url(/img/icon-disc.gif) no-repeat 0 0.4em;
}

.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;
}


.sideTopics ol.newsList01 li a,
.sideTopics ol.newsList01 li span {
	display: inline;
	float: none;
}


/* ----- Side Ranking ----- */
#sideRanking { margin-bottom: 8px; }

#sideRanking li span {
	background: #ffffff;
	margin: 0 2px 0 4px;
	padding: 0 2px;
	color: #1f3c91;
}


/* ----- Side Column ----- */
.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;
}

/* ----- Side Mobile ----- */
#sideMobile {
	margin: 0;
	padding-bottom: 7px;
	min-height: 90px;
	background: #ffffff url(/img/side_mobile_bg.gif) no-repeat top;
}

*html #sideMobile { height: 90px; }

#sideMobile h2 {
	padding: 8px 5px 1px 56px;
	font-size: 90%;
	background: none;
}

#sideMobile h2 a { color: #464646; }


#sideMobile p {
	padding: 0 5px 0 56px;
	font-size: 80%;
	line-height: 1.4;
	color: #707070;
}

/* ----- Side Reprint ----- */
.sideReprint {
	width: 300px;
}

.sideReprint dl {
	margin: 3px 0 5px;
	text-align: center;
	font-size: 90%;
}

.sideReprint dl img {
	padding: 2px;
}

.sideReprint dt {
	margin-bottom: 5px;
}

.sideReprint dt a {
	max-height: 150px;
	overflow: hidden;
	display: block;
}

.sideReprint dd {
	margin: 0 10px 5px;
	text-align: left;
	line-height: 1.3;
}

.sideReprint p {
	font-size: 80%;
	text-align: left;
	margin-bottom: 5px;
}



/* 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(/img/icon-arrow_up.gif) no-repeat 0 0.3em;
	float: right;
}


/* ----- Page Bottom Navigation ----- */
#bottomNavi {
	border-left: 1px solid #d6d6d6;
	clear: both;
}

*+html #bottomNavi { height: 1%; }
*html #bottomNavi { height: 1%; }

#bottomNavi ol {
	background: url(/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(/img/root-navi-f_next.gif) no-repeat;
	height: 33px;
	float: left;
}

#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.85;
}

#bottomNavi ol li a { color: #000000; }



/* ----- Bottom Link List ----- */
table#bottomLinkList {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
}

*html table#bottomLinkList { margin-top: -2px; }
*html body#search table#bottomLinkList { margin-top: -1px; }

#bottomLinkList td {
	padding: 0 10px;
	color: #999999;
	width: 16%;
	border-right: 1px solid #d6d6d6;
	vertical-align: top;
	background: #eef5ed;
}

#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;
}

#bottomLinkList td a { color: #597654; }


/* ----- 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;
	min-height: 85px;
	height: auto!important;
	height: 85px;
	border-top: 1px solid #bbcbba;
	position: relative;
}

*html #footer {
	text-align: left;
	width: expression(document.body.clientWidth > 1102? "1100px" : "auto");
}


/* 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: #606060;
	line-height: 1.4;
}

#footerSawcLogo {
	position: absolute;
	right: 0;
	top: 5px;
}

#footerNikkanLogo {
	position: absolute;
	right: 12px;
	bottom: 3px;
}



/* ----------------------------------------------------------------
COMMON STYLE
---------------------------------------------------------------- */
#contentsTitle,
.contentsTitle {
	margin: 18px 5px;
	font-size: 110%;
	font-weight: bold;
}

p.linkText {
	padding-left: 19px;
	background: url(/img/icon-arrow_basic2.gif) no-repeat 0 0;
}

ul.linkText li {
	margin-top: 7px;
	padding-left:15px;
	line-height: 1;
	font-size: 90%;
	background: url(/img/icon-arrow_basic2.gif) no-repeat 0 0;
}

.mail {
	padding-left: 21px;
	line-height: 1.15;
	background: url(/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 30px;
}

#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;
}


/* 10.06.01 Add */

#bottom_stadiumWrap {
	margin-bottom: 10px;
	background: url(/img/bnr-bottom_nikkanstadium_bg.jpg) no-repeat center;
	height: 94px;
	text-align: center;
}
#bottom_stadiumWrap span {
	display: block;
	padding-top: 50px;
}

#columnWrap #columnInnerL {
	clear:left;
	float: left;
	width: 49%;
}
#columnWrap #columnInnerR {
	float: right;
	width: 49%;
}




/* 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; }

#mainHeading {
	margin: 15px 0;
}

#mainHeading h1 {
	margin: 0;
	float: left;
}

p#print {
	margin: 0;
	padding: 0 3px 0 21px;
	font-size: 80%;
	line-height: 1;
	background: url(/img/icon-printer.gif) no-repeat 0 0.25em;
}

#mainHeading p#print {
	line-height: 1.9;
	background-position: 0 0.3em;
	float: right;

}

body#newsBacknumber #main .newsList01,
body#newsBacknumber #main .newsList02 {
	margin-bottom:15px;
}



/* ----- Photo ----- */
.photo {
	margin: 0 9px 5px 0;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
	float: left;
	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: 20%;
	float: left;
}

.thumWrap div {	height: 130px; }

*+html .thumWrap div { width: 19.9%; }
*+html .thumWrap dl{ width: 19.9%; }
*html .thumWrap div { width: 19.9%; }
*html .thumWrap dl{ width: 19.9%; }

.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,
.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;
}

#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;
}

*html div.thumWrap dd { margin: 3px 0 0; }

#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 0;
}

.photoGalleryList div.listHead { margin: 0; }

.photoGalleryList #thumgPhoto .thumWrap div p { padding: 0; }



/* New Photo List
------------------------------------------------------- */
#newPhoto,
#newPhoto2 {
	width: 180px;
	padding-bottom: 70px;
	background: #ececec url(/img/side_bottom.gif) repeat-x bottom;
}

#newPhoto h2,
#newPhoto2 h2 {
	padding-left: 8px;
	font-size: 90%;
	line-height: 1.7;
	color: #FFFFFF;
	background: url(/img/side-head_bg180.gif) no-repeat;
	height: 22px;
}

#newPhoto h2 span,
#newPhoto2 h2 span {
	padding-left: 17px;
	background: url(/img/icon-arrow_left-side.gif) no-repeat 0 0;
	height: 22px;
	display: block;
}

#newPhoto h2 span a,
#newPhoto2 h2 span a { color: #FFFFFF; }

#newPhoto p {
	margin: 0 auto;
	padding: 9px 0 11px;
	text-align: center;
	background: url(/img/side_line01.gif) repeat-x bottom;
}

#newPhoto2 p {
	margin: 0 auto 10px;
	padding: 8px 0 13px;
	text-align: center;
	background: url(/img/side_line01.gif) repeat-x bottom;
}

#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;
	font-size: 80%;
	color: #000000;
}

#newPhoto ul {
	padding: 3px 0 11px 28px;
	font-size: 80%;
	line-height: 1.5;
	list-style: disc;
	background: url(/img/side_line01.gif) repeat-x bottom;
}




/* 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;
}

*+html .newsList01 li { display: inline-block; }

*html .newsList01 li { height: 1%; }


.newsList02 li {
	padding-left: 17px;
	background: url(/img/icon-disc.gif) no-repeat 0 0.4em;
}

.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;
}

/* ----- List Icon ----- */
li.iconFlash {
	padding-left: 37px;
	background: url(/img/icon-list_flash.gif) no-repeat 0 0.35em;
}

li.iconPaper {
	padding-left: 37px;
	background: url(/img/icon-list_paper.gif) no-repeat 0 0.35em;
}

li.iconReport {
	padding-left: 37px;
	background: url(/img/icon-list_report.gif) no-repeat 0 0.35em;
}

li.iconLive {
	padding-left: 37px;
	background: url(/img/icon-list_live.gif) no-repeat 20px 0.4em;
}

li.iconLive {
	padding-left: 37px;
	background: url(/img/iconSpecial.gif) no-repeat 20px 0.4em;
}

li.iconOther,
li.iconBeijing {
	padding-left: 37px;
	background: url(/img/icon-disc.gif) no-repeat 20px 0.4em;
}

li.iconSouth {
	padding-left: 56px;
	background: url(/img/icon-list_southafrica.gif) no-repeat 0 0.35em;
}

li.iconBB {
	padding-left: 56px;
	background: url(/img/icon-list_bb.gif) no-repeat 0 0.35em;
}

li.iconMB {
	padding-left: 56px;
	background: url(/img/icon-list_mb.gif) no-repeat 0 0.35em;
}

li.iconSC {
	padding-left: 56px;
	background: url(/img/icon-list_sc.gif) no-repeat 0 0.35em;
}

li.iconJP {
	padding-left: 56px;
	background: url(/img/icon-list_jp.gif) no-repeat 0 0.35em;
}

li.iconWD {
	padding-left: 56px;
	background: url(/img/icon-list_wd.gif) no-repeat 0 0.35em;
}

li.iconSP {
	padding-left: 56px;
	background: url(/img/icon-list_sp.gif) no-repeat 0 0.35em;
}

li.iconGF {
	padding-left: 56px;
	background: url(/img/icon-list_gf.gif) no-repeat 0 0.35em;
}

li.iconMO {
	padding-left: 56px;
	background: url(/img/icon-list_mo.gif) no-repeat 0 0.35em;
}

li.iconBT {
	padding-left: 56px;
	background: url(/img/icon-list_bt.gif) no-repeat 0 0.35em;
}

li.iconRC {
	padding-left: 56px;
	background: url(/img/icon-list_rc.gif) no-repeat 0 0.35em;
}

li.iconET {
	padding-left: 56px;
	background: url(/img/icon-list_et.gif) no-repeat 0 0.35em;
}

li.iconGN {
	padding-left: 56px;
	background: url(/img/icon-list_gn.gif) no-repeat 0 0.35em;
}




/* List Head
------------------------------------------------------- */
.listHead {
	margin-bottom: 3px;
	background: url(/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 {
	padding-left: 6px;
	font-size: 90%;
	line-height: 1.55;
	height: 22px;
	float: left;
}

.listHead h1 span,
.listHead h2 span,
.listHead h3 span,
.listHead h4 span {
	padding-left: 16px;
	background: url(/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;
}

#main div.listHead p a {
	padding-left: 5px;
	color: #525252;
	border-left: 2px solid #b7b7b7;
}

.listHead2 {
	height: 25px;
	margin-bottom:2px;
	border: 1px solid #5C7690;
	background-color: #8EA1C3;
	line-height: 1.75;
}

.listHead2 h3 {
	padding: 1px 0 0 20px;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	float: left;
	background: url(/img/schedulestas_mark.gif) no-repeat 6px 0.55em;
}

.listHead2 h3 a:link { color: #ffffff; }
.listHead2 h3 a:visited { color: #ffffff; }

.listHead2 p {
	padding: 2px 5px 0 5px;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	float: right;
	border-left: 1px solid #cdd7ea;
}

.listHead2 p a:link { color: #ffffff; }
.listHead2 p a:visited { color: #ffffff; }



/* Top Column Style
------------------------------------------------------- */
.columnBox {
	margin: -3px 0 15px; /* balance out by "listHead" margin-bottom: 3px; */
	padding-top: 7px;
	min-height: 85px;
	height: auto!important;
	height: 85px;
	border: 0 none;
	border-bottom: 1px solid #D9D9D9;
	background: #f5f8ff;
}

.columnIcon {
	float: left;
	margin: 0 0 0 3px;
	width: 78px;
	border: 1px solid #FFFFFF;
	border-top: 0 none;
}

.columnBox h3 {
	margin: 0 0 0 90px;
	padding: 5px 5px 0 15px;
	font-size: 95%;
	background: url(/img/icon-arrow_basic3.gif) no-repeat 0 0.5em;
}

.columnBox h3 a { color: #000000; }

.columnBox h3 span {
	padding: 0 0 0 0.4em;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.45;
}

.columnArticles {
	margin: 1px 0 0 85px;
	padding: 7px 0 0 5px;
	border-top: 1px dotted #D9D9D9;
}

.columnArticles ul {
	font-size: 90%;
	margin: 0 0 0 5px;
	line-height: 1.5;
	list-style: none outside;
}

.columnArticles ul li {
	padding: 0 0 0 16px;
	background: url(/img/icon-disc2.gif) no-repeat 0 0.4em;
}

.columnArticles ul li span { color: #666666; }


/* 10.06.01 Add */

#middleAreaInner .columnArticles ul {
	line-height: 1.3;
}
#middleAreaInner .columnArticles ul li {
	padding-left: 0;
	background: none;
}



/* PR Text
------------------------------------------------------- */
.PRtext {
	margin: 5px 0 10px;
	padding: 0;
	height: 25px;
	border-bottom: 2px solid #e2e2e2;
	line-height: 25px;
	background: #6faa6c;
}

.PRtext p {
	margin: 0;
	padding: 0 0 0 10px;
	height: 25px;
	 color: #ffffff;
	font-size: 90%;
	font-weight: bold;
}

.PRtext a { color: #ffffff; }




/* 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(/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,
.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;
}



/* ns2 Track Back
------------------------------------------------------- */
#ns2TB {
	margin-top: 1.5em;
	padding: 8px 10px;
	font-size: 80%;
	line-height: 1.2;
	background: #f4f8e4;
	border: 1px solid #eef4d5;
}

#ns2Write {
	padding-left: 20px;
	background: url(/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(/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(/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: 12px 0 15px;
	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(/img/icon-arrow_basic.gif) no-repeat 5px 0.65em;
	border-top: 1px dotted #b2b2b2;
}

*html .accessRanking p {
	line-height: 1.05;
	height: 1%;
}



/* bottom flag
----------------------------------------------- */
#bottomFlag{
	background:#DCF0D0;
	border:1px solid #9DB897;
	margin-top:8px;
	padding:5px;
	text-align:center;
	display:block;
	overflow:hidden;
}
*html #bottomFlag{ height:1%; }
.bottomGroup{
	border-bottom:1px dotted #9DB897;
	padding-bottom:4px;
	margin-bottom:4px;
	overflow:hidden;
}
*html .bottomGroup{ height:1%; }
.last{
	border:none;
	margin:0;
	padding:0;
}
.bottomGroup dt{
	padding:2px 4px 0 6px;
	width:8%;
	float:left;
}
.bottomGroup dd{
	padding:0 4px;
	width:8%;
	float:left;
}




/* Clear Fix
----------------------------------------------- */
.clearfix,
#toolNavi,
.arrowTab,
#contentsInner,
#topNewsWrap,
#topAreaWrap,
.newsList01 li,
.pageTop,
#otherCopyright,
#otherCopyright dl,
#footerText ul,
#middleLeftWrap,
#news,
.news,
#mainHeading,
.thumWrap,
.featureText ul,
.relevanceNews,
#ns2TB,
#socialBookmark,
#keywordSearch,
#keywordSearch ul,
.side_other dl,
.bottomGroup { /zoom: 1; } /*for IE 6-7*/

.clearfix:after,
#toolNavi:after,
.arrowTab:after,
#contentsInner:after,
#topNewsWrap:after,
#topAreaWrap:after,
.newsList01 li:after,
.pageTop:after,
#otherCopyright:after,
#otherCopyright dl:after,
#footerText ul:after,
#middleLeftWrap:after,
#news:after,
.news:after,
#mainHeading:after,
.thumWrap:after,
.featureText ul:after,
.relevanceNews:after,
#ns2TB:after,
#socialBookmark:after,
#keywordSearch:after,
#keywordSearch ul:after,
.side_other dl:after,
.bottomGroup:after { /* for Modern Browser */
	content: "";
	display: block;
	clear: both;
}