@charset "utf-8";
@import "/gamepotbar/gamepotbar.css";

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #493c15;
	vertical-align: middle;
	/*text-align: left;*/
	list-style: none;
}


body {
	text-align: center;
	margin-top: 40px;
	/*background: url(../images/common/bg_headerSub.jpg) no-repeat top center; !important*/
	background: url(../images/index/bg_header.jpg) no-repeat #fff top center;
}

a {
  color: #934D00;
}

#header {
	text-align: center;
	position: relative;
	height: 495px;
	width: 100%;
	/*z-index: 1;*/
	/*background: url(../images/index/bg_header.jpg) no-repeat top center;*/
}


#headerSub {
	text-align: center;
	position: relative;
	height: 405px;
	width: 100%;
	/*z-index: 1;*/
	/*background: url(../images/common/bg_subHeader.jpg) no-repeat top center;*/
}


#columnWrapper {
	width: 834px;
	margin: -92px auto 0 auto;
	text-align: left;
}


#columnWrapperSub {
	width: 894px;
	margin: -92px auto 0 auto;
	overflow:hidden;
	text-align: left;
}




/*---------------------------------- 左カラム ----------------------------------*/
#leftColumn {
	position: relative;
	float: left;
	/*z-index: 2;*/
}


.login {
	height: 302px;
	width: 185px;
	background: url(../images/common/bg_logout.png) no-repeat;
}

.logout {
	height: 242px;
	width: 185px;
	background: url(../images/common/bg_login.png) no-repeat;
}

#loginErrorMessage {
	color: #ff0000;
	font-weight: bold;
}


#loginSet {
	padding: 68px 0 0 11px;
}


#loginSet li {
	padding-bottom: 4px;
}


#registrationSet {
	padding: 0 0 0 11px;
}


#registrationSet li {
	padding-bottom: 8px;
}


#leftBanner li {
	margin-top:-10px;
	padding: 7px 0 0 0;
}



/*---------------------------------- 中央カラム ----------------------------------*/
#contentsColumn {
	position: relative;
	float: left;
	padding: 15px 0 40px 20px;
	/*z-index: 4;*/
}

#subContentsColumn {
	width: 685px;
	position: relative;
	float: left;
	padding: 15px 0 40px 20px;
	/*z-index: 4;*/
}

#subContentsColumn p {
	line-height: 1.5;
	padding: 15px 0 0 12px;
}

#subContentsColumn h3 {
	padding: 40px 0 5px 0;
}

#subContentsColumn h3.first {
	padding: 10px 0 5px 0;
}

#topicPath {
	margin: -50px 10px 35px 0;
	font-size: 10px;
	text-align: right;
}


.centerBtn {
	padding: 15px 0 5px 0;
	text-align: center;
}




/*---------------------------------- フッタ ----------------------------------*/
#footer {
	clear: both;
	padding-top: 50px;
}


#footerMenu {
	height: 76px;
	width: 100%;
	background: url(../images/common/bg_footerTop.png) no-repeat top center;
}


#footerMenu ul {
	padding-top: 10px;
	text-align: center;
}


#footerMenu li {
	padding: 0 10px;
	display: inline;
}


#footerImage {
	height: 66px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/common/bg_footerBottom.png) no-repeat top center;
}


#footerImage li {
	height: 66px;
	width: 100%;
	background: url(../images/common/bg_footerBottom.jpg) no-repeat top center;
}

#footerMenu0401 {
	height: 76px;
	width: 100%;
	background: url(../images/common/bg_footerTop0401.jpg) no-repeat top center;
}

#footerMenu0401 li {
	padding: 0 10px;
	display: inline;
}

#footerImage0401 {
	height: 66px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/common/bg_footerBottom0401.png) no-repeat top center;
}


#footerImage0401 li {
	height: 66px;
	width: 100%;
	background: url(../images/common/bg_footerBottom0401.jpg) no-repeat top center;
}




/*---------------------------------- 共有ID,Class ----------------------------------*/
#subMenu {
	padding-top: 15px;
}

#subMenu .menuList {
	line-height: 2;
	background: url(../images/common/bg_subMenu.png) repeat-y;
}

#subMenu .menuList a {
	margin-left: 20px;
	padding-left: 15px;
	background: url(../images/common/bg_submenuList.png) no-repeat;
	text-decoration: none;
}

#subMenu .menuList span {
	margin-left: 20px;
	padding-left: 15px;
	background: url(../images/common/bg_submenuList.png) no-repeat;
	text-decoration: none;
}

#subMenu .menuListSub {
	width: 176px;
	height: 100%;
	line-height: 1.3;
	background: url(../images/common/bg_subMenu.png) repeat-y;
}

#subMenu .menuListSub a {
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #b9925b;
	font-size: 10px;
}

.listStyleCircle li {
	list-style: disc;
	list-style-position: inside;
	line-height: 1.5;
	padding-left: 12px;
}

.decolationTable {
	text-align:center;
	margin-left: 22px;
	width: 654px;
	background: url(../images/common/bg_frame654main.png) repeat-y;
}

.decolationTable ul {
	margin:0 auto;
}

.decolationTable h3 {
	padding-left: 16px;
}

.decolationTable li {
	padding-left: 15px;
	line-height: 1.5;
	text-align: left;
}

.decolationTable .top {
	height: 16px;
	background: url(../images/common/bg_frame654Top.png) no-repeat;
}

.decolationTable .bottom {
	height: 16px;
	background: url(../images/common/bg_frame654Bottom.png) no-repeat;
}

.decolationTable table {
	margin: 5px 0;
}

.decolationTable th {
	text-align: left;
}

.decolationTable td {
	vertical-align: top;
	padding: 3px;
}

.decolationRankingTable {
	width: 654px;
	background: url(../images/common/bg_frame654main.png) repeat-y;
}

.decolationRankingTable li {
	padding-left: 16px;
	line-height: 2.3;
}

.decolationRankingTable .top {
	width: 654px;
	height: 16px;
	background: url(../images/common/bg_frame654Top.png) no-repeat;
}

.decolationRankingTable .bottom {
	width: 654px;
	height: 16px;
	background: url(../images/common/bg_frame654Bottom.png) no-repeat;
}

.decoTitle {
	padding: 8px 0 0 13px;
	width: 627px;
	height: 24px;
	* height: 34px; /* IE */
	background: url(../images/common/bg_frame654Title.png) no-repeat;
	vertical-align: middle;
}

.decoInlineTable td {
	width: 627px;
	padding: 0 12px;
	background: url(../images/common/bg_frame627Main.png) repeat-y;
}

#subContentsColumn .decoInlineTable p {
	line-height: 1.5;
	padding: 0;
}

.decoInlineTable .top {
	width: 627px;
	height: 7px;
	background: url(../images/common/bg_frame627Top.png) no-repeat;
}


.decoInlineTable .bottom {
	width: 627px;
	height: 7px;
	background: url(../images/common/bg_frame627Bottom.png) no-repeat;
}

.normal_table th {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background-color: #5e5330;
	vertical-align: middle;
	font-weight:bold;
}

.normal_table .gold {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #F4D843;
	vertical-align: middle;
}

.normal_table .silver {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #DADADA;
	vertical-align: middle;
}

.normal_table .bronze {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #E8BB8B;
	vertical-align: middle;
}

.normal_table .pink {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #f4d4d4;
	vertical-align: middle;
}

.normal_table .blue {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #d4e8f4;
	vertical-align: middle;
}

.normal_table .odd {
	height: 25px;
	padding: 0 15px;
	background-color: #f8f6eb;
	vertical-align: middle;
}

.normal_table .oddC {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #f8f6eb;
	vertical-align: middle;
}

.normal_table .even {
	height: 25px;
	padding: 0 15px;
	background-color: #eae6d3;
	vertical-align: middle;
}

.normal_table .evenC {
	height: 25px;
	padding: 0 15px;
	text-align: center;
	background-color: #eae6d3;
	vertical-align: middle;
}

.explainCell .top {
	width: 370px;
	height: 8px;
	background: url(../images/common/bg_frame370Top.png) no-repeat bottom left;
}

.explainCell {
	margin: -3px 0 0 10px;
}

#subContentsColumn .explainCell p {
	padding: 8px 0;
}

.explainCell .main {
	width: 370px;
	padding: 10px;
	background: url(../images/common/bg_frame370Main.png) repeat-y;
}

.explainCell .bottom {
	width: 370px;
	height: 8px;
	background: url(../images/common/bg_frame370Bottom.png) no-repeat;
}

.contentsSubMenu {
	width: 624px;
	height: 43px;
	margin: 0 30px;
	text-align: center;
	background: url(../images/common/bg_contentsSubMenu.png) no-repeat;
}

.contentsSubMenu ul {
	padding-top: 17px;
	text-align: center;
}

.contentsSubMenu li {
	padding: 0 9px 0 18px;
	background: url(../images/common/bg_submenuList.png) no-repeat;
	display: inline;
}

.followingList li {
	padding-right: 15px;
	display: inline;
}

.followingList5 li {
	padding-right: 5px;
	display: inline;
}

.followingListNp li {
	display: inline;
}


#loginPage {
	width: 590px;
	height: 333px;
	margin: 0 auto;
	background: url(../images/common/bg_loginPage.png) no-repeat;
}

.centeringTable table {
	margin: 0 auto;
	text-align: center;
}

.centeringTable td {
	padding: 0 4px;
}

.lh15indent li {
	padding-left: 1em;
	line-height: 1.5;
}

/*---------------------------------- tag再定義 ----------------------------------*/
em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #C30;
	font-weight: bold;
}

h4 {
	padding-top: 15px;	
}