@charset "utf-8";

@import "base.css";

body#topics #head {
	margin:0;
	border:0;
	height:30px;
	position:relative;
}

body#topics #head #logo{
	padding:0;
}

body#topics #container {
	background:none;
	width:560px;
	margin:8px auto;
	left:auto;
	position:relative;
	text-align:left;
}
body#topics img#btn_close {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	cursor:pointer;
}

body#topics #contents {
	background:#FFFFFF;
	margin:6px 0px 0px 0px;
	padding:8px 13px 14px 13px;
	border:solid 1px #858585;
}


body#topics h1 {
	font-weight:bold;
	margin:16px 0 24px 0;
	text-align:left;
	color:#000080;
	font-size:1.2em;
}

h2 {
	color:#E50000;
	width:540px;
	margin:6px auto;
}

body#topics #body p {
	margin:0 0 2em 0;
	line-height:1.7em;
}
body#topics #body address {
	border:1px solid #858585;
	width:200px;
	margin:2em auto;
	padding:24px 32px;
	text-align:center;
}
body#topics #body p#notes{
	text-align:center;
}

body#topics #foot {
	clear:both;
	margin:0;
	padding:0;
	background:none;
	width:auto;
	height:32px;
}
body#topics #foot address {
	margin:0;
	padding-top:6px;
	text-align:right;
}


/*フージャース追加分：08/07/11*/
.bDisp {
	display:block;
}
.autoML {
	margin-left:auto;
}
.c_orange {
	color:#ff6600;
}
.ls1_2 {
	letter-spacing: 0.1em;	
}
.t13px {
	font-size: 13px;
	line-height:140%;
}
.ts14px {
	font-size: 14px;
	line-height:100%;
}
.tbs1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909090;	
}
.tbs2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #909090;	
}
.lbs1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #909090;	
}
.lbs2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #909090;	
}
.lbd3 {
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #909090;	
}

.w63px {
	width:63px;
}
.w73px {
	width:73px;
}
.w80px {
	width:80px;
}
.w20em {
	width:34em;
}

table.rank {
	border: 2px solid #909090;
}
table.rank td {
	padding: 7px;
	text-align: center;
}
a.icnPopup {
	background-image: url(../images/icnPopupOff.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 4px;
}
a.icnPopup:hover {
	background-image: url(../images/icnPopupOn.gif);
}
