/****** BONE LAYOUT  ******/

html, body {
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	border : 0;
	color : #666;
	background : transparent;
	outline : none;
	text-align : center;
	line-height : 14px;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", Osaka, verdana, sans-serif;
	font-size : 12px;
	vertical-align : baseline;
}

#leyoutHeader {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 74px;
	overflow : hidden;
	background : #000000 url(./../img/all_title.png) repeat-x left top;
	background-position : 0px -896px;
}

#spcLeft, #sideBer, #centerPage {
	position : absolute;
	top : 74px;
	height : 100%;
	min-height : 726px;
}

/****** common parts ******/

img {
	border : none;
}

.cursor {
	cursor : pointer;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.txtTop {
	margin-top : 0em;
}

/****** color *******/

.bgClr {
	background : #dddddd;
}

.red {
	color : red;
}

.bgc_un {
	color : #aaaaaa;
}

.bgc_unBk {
	color : #333333;
}

/****** Link *******/

a:link {
	color : #808000;
	text-decoration : none;
}

a:visited {
	color : #008080;
	text-decoration : none;
}

a:hover {
	color: #00c0c0;
	text-decoration : underline;
}

a:active {
	color : #aaaaaa;
	text-decoration : none;
}

/****** layout / Header ******/

#hdTitle, #hdMenu, #hdLine {
	position : relative;
	width : 820px;
	height : 44px;
	margin : 0 auto;
	border : none;
}

#hdMenu {
	height : 22px;
	margin-top : 2px;
}

#hdLine {
	top : 0;
	width : 100%;
	height : 4px;
	background : #c0c0c0;
	border-top : solid 1px #000000;
	border-bottom : solid 1px #000000;
}

/****** header / Title *******/

#hdTitle ul {
	margin : 0px;
	padding : 0px;
	list-style : none;
}

.hdTtl, .hdSub, .hdCnr {
	float : left;
}

.hdTtl a, .hdSub, .hdCnr a {
	display : block;
	height : 44px;
	margin : 0px;
	background : url(./../img/all_title.png) no-repeat;
	background-position : 0px 0px;
	text-indent : -1000em;
	text-decoration : none;
}

.hdTtl a {
	width : 380px;
	margin-left : 218px;
	margin-right : 52px;
}

.hdSub {
	width : 80px;
	margin-right : 4px;
	background-position : -380px 0px;
}

.hdCnr a {
	width : 80px;
	margin-top : -2px;
	background : url(./../img/all_corner.gif) no-repeat;
	background-position : 0px 0px;
}

/****** header / Menu *******/

#hdMenu ul {
	margin : 0px;
	padding : 0px;
	list-style : none;
}

#hdMenu li {
	float : left;
	margin : 0px;
	border : none;
}

.hdMnA a, .hdMnB a, .hdMnC a, .hdMnD a, .hdMnE a, .hdMnF a {
	display : block;
	width : 52px;
	height : 22px;
	margin-left : 4px;
	margin-right : 4px;
	background : url(./../img/all_title.png) no-repeat;
	background-position : 0px 0px;
	text-indent : -1000em;
	text-decoration : none;
}

/****** header / Menu *******/

li.mnSub {
	width : 60px;
	padding-top : 2px;
	padding-left : 50px;
	padding-right : 4px;
	text-align : center;
	line-height : 22px;
	letter-spacing : -2px;
	color : #f0cf00;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN", "Osaka", sans-serif;
	font-size : 16px;
	font-weight : bold;
}

#hdMenu li.mnTxt, #hdMenu li.tmn_slct {
	width : 85px;
	padding-top : 1px;
	text-align : right;
	line-height : 22px;
	letter-spacing : -2px;
	font-family : "HG³ž²‘‘Ì-PRO", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", "•½¬–¾’©", serif;
	font-size : 19px;
	font-weight : bold;
}

/****** header / Image / Coner Menu *******/

.hdMnA a {
	background-position : 0px -44px;
}

.hdMnA a:hover {
	background-position : 0px -66px;
}

.hdMnA a:active {
	background-position : 0px -88px;
}

.hdMnB a {
	background-position : -52px -44px;
}

.hdMnB a:hover {
	background-position : -52px -66px;
}

.hdMnB a:active {
	background-position : -52px -88px;
}

.hdMnC a {
	background-position : -104px -44px;
}

.hdMnC a:hover {
	background-position : -104px -66px;
}

.hdMnC a:active {
	background-position : -104px -88px;
}

.hdMnD a {
	background-position : -156px -44px;
}

.hdMnD a:hover {
	background-position : -156px -66px;
}

.hdMnD a:active {
	background-position : -156px -88px;
}

.hdMnE a {
	background-position : -208px -44px;
}

.hdMnE a:hover {
	background-position : -208px -66px;
}

.hdMnE a:active {
	background-position : -208px -88px;
}

.hdMnF a {
	background-position : -260px -44px;
}

.hdMnF a:hover {
	background-position : -260px -66px;
}

.hdMnF a:active {
	background-position : -260px -88px;
}

/****** Font / Link color *******/

.mnTxt a, .mnTxt a:link, .mnTxt a:visited {
	color : #eaeaea;
	text-decoration : none;
}

.mnTxt a:hover {
	color : #33ddff;
}

.mnTxt a:active {
	color : #3399ff;
}

/*************/

.tmn_slct a, .tmn_slct a:link, .tmn_slct a:visited {
	color : #99eeff;
	text-decoration : none;
}

.tmn_slct a:hover {
	color : #33ddff;
}

.tmn_slct a:active {
	color : #3399ff;
}

/****** layout Left / space ******/

#spcLeft {
	width : 20px;
	left : 0px;
	background : #eeeeee;
	border-right : #cccccc 1px solid;
}

#fText {
	float : left;
	padding-top : 2ex;
	text-align : left;
	font-family : "HG³ž²‘‘Ì-PRO", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", "•½¬–¾’©", serif;
	font-weight : bold;
	font-size : 18px;
	line-height : 100%;
}

/****** layout Right / sideBer *******/

#sideBer {
	width : 20px;
	height : 100%;
	right : 0px;
	background : #111111 url(./../img/all_title.png) no-repeat;
	background-position : -1280px 0px;
	border-left : solid 1px #000000;
}

.bgImgSb {
	display : block;
	float : right;
	width : 20px;
	height : 160px;
	margin : 0;
	margin-top : 4px;
	background : url(./../img/all_title.png) no-repeat;
	background-position : -620px 0px;
}

/****** BONE LAYOUT / CONTENTS ******/

#centerPage {
	left : 0px;
	width : 100%;
	margin : 0 auto;
	background : url(./../img/img_A_bowz.png) center top no-repeat;
	background-position : 50% -1080px;
}

#pgTopIndex, #pgTopCover, #pgCnrTtl, #pgCnrMnu, #pgTopMenu, #pgTitle, #pgCntns {
	position : relative;
	margin : 0 auto;
	width : 720px;
	display : block;
}

/****** PAGE CONTENTS / Footer *******/

#leyoutFooter {
	position : absolute;
	left : 0px;
	bottom : 0px;
	width : 100%;
	text-align :center;
	margin-top : 20px;
}

#leyoutFooter address {
	width : 90%;
	height : 36px;
	margin : 0 auto;
	font-style : normal;
	color : #999999;
	border : 0;
	border-top : solid 2px #c0c0c0;
	line-height : 3em;
}

/****** PAGE CONTENTS / Corner Title Menu *******/

#pgCnrTtl {
	width : 800px;
	height : 54px;
	border-bottom : solid 4px #999999;
}

#pgCnrMnu {
	width : 800px;
	height : 54px;
}

/*************/

.cnTitle, .cnSubTtl {
	float : left;
	margin : 0px;
	margin-top : 26px;
	text-align : left;
	line-height : 28px;
}

.cnTitle {
	width : 160px;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : +1px;
}

.cnSubTtl {
	margin-left : -80px;
	font-size : 12px;
	padding-top : 2px;
}

/****** link / title_navi *******/

.smlTtl a:link, .smlTtl a:visited,
.cnTitle a:link, .cnTitle a:visited {
	color : #666666;
	text-decoration : none;
}

.cnTitle a:hover, .smlTtl a:hover {
	color : #009999;
	text-decoration : none;
}

.cnTitle a:active, .smlTtl a:active {
	color : #00cccc;
	text-decoration : none;
}

/****** link / page_navi *******/

.prev, .next {
	float : left;
	width : 60px;
	text-align : left;
	margin-top : 8px;
}

.prev {
	text-align : left;
}

.next, .nextBk {
	float : right;
	text-align : right;
}

.pgtp {
	width : 90%;
	margin : 0 auto;
	text-align : right;
	margin-bottom : 8px;
	color : #999999;
}

/****** link / page_navi *******/

.prev a:link, .prev a:visited, 
.next a:link, .next a:visited, 
.pgtp a:link, .pgtp a:visited {
	color : #666666;
	text-decoration : none;
}

.prev a:hover, .next a:hover, .pgtp a:hover {
	color : #666666;
	text-decoration : none;
	border-bottom : 1px #008080 dotted;
}

.prev a:active, .next a:active, .pgtp a:active {
	color : #999999;
	border-bottom : none;
	border-bottom : 1px #999999 solid;
}

/****** Contents Top / C01_Page INDEX TITLE *******/

#pgTopIndex {
	margin-top : 100px;
	margin-bottom : 12px;
}

/****** Page INDEX / IMAGE ed_Bowz *******/

.topBowz {
	float : right;
}

dl#imagemap {
	display : block;
	position : relative;
	width : 260px;
	height : 400px;
	margin : 0;
	padding : 0;
	background : url(./../img/all_title.png) top left no-repeat;
	background-position : -760px -400px;
	border : none;
}

#imagemap dt, #imagemap dd {
	position : absolute;
	margin : 0;
	padding : 0;
}

#imagemap dt {
	display: none;
}

dd#map_bowz a span, dd#map_movie a span, dd#map_music a span,
dd#map_others a span, dd#map_message a span, dd#map_chat a span {
	display : none;
}

dd#map_bowz {
	left : 90px;
	top : 10px;
}

dd#map_movie {
	left : 70px;
	top : 75px;
}

dd#map_music {
	left : 165px;
	top : 140px;
}

dd#map_others {
	left : 70px;
	top : 140px;
}

dd#map_message {
	left : 70px;
	top : 235px;
}

dd#map_chat {
	left : 85px;
	top : 300px;
}

dd#map_bowz a {
	position : absolute;
	width : 160px;
	height : 80px;
	text-decoration : none;
}
dd#map_movie a {
	position : absolute;
	width : 190px;
	height : 70px;
	text-decoration : none;
}
dd#map_music a {
	position : absolute;
	width : 95px;
	height : 105px;
	text-decoration : none;
}
dd#map_others a {
	position : absolute;
	width : 95px;
	height : 105px;
	text-decoration : none;
}

dd#map_message a {
	position : absolute;
	width : 190px;
	height : 70px;
	text-decoration : none;
}

dd#map_chat a {
	position : absolute;
	width : 160px;
	height : 80px;
	text-decoration : none;
}

dd#map_bowz a:hover, dd#map_movie a:hover, dd#map_music a:hover
dd#map_others a:hover, dd#map_message a:hover, dd#map_chat a:hover {
	position : absolute;
	top : 0px;
	left : 0px;
}

dd#map_bowz a:hover {
	background : transparent url(./../img/all_title.png) -850px -10px no-repeat;
}

dd#map_movie a:hover {
	background : transparent url(./../img/all_title.png) -830px -75px no-repeat;
}

dd#map_music a:hover {
	background : transparent url(./../img/all_title.png) -925px -140px no-repeat;
}

dd#map_others a:hover {
	background : transparent url(./../img/all_title.png) -830px -140px no-repeat;
}

dd#map_message a:hover {
	background : transparent url(./../img/all_title.png) -830px -235px no-repeat;
}

dd#map_chat a:hover {
	background : transparent url(./../img/all_title.png) -845px -300px no-repeat;
}

dd#map_message a:hover span, dd#map_chat a:hover span,
dd#map_music a:hover span, dd#map_others a:hover span,
dd#map_bowz a:hover span, dd#map_movie a:hover span {
	display : block;
	position : absolute;
	left : 0px;
	margin : 0px;
	padding : 2px;
	width : 90px;
	text-align : center;
	text-indent : 0;
	font-weight : bold;
	vertical-align: top;
	color : #eeeeee;
	background : #444444;
	border : 1px solid #bcbcbc;
}

/****** Page INDEX  / Fukidash *******/

#fukidashi {
	position : absolute;
	left : 60px;
	top : 20px;
	display : block;
	width : 450px;
	height : 230px;
	background : url(./../img/all_title.png) 0px -218px no-repeat;
}

.txtWrd, .txturl a {
	float : left;
	display : block;
	width : 310px;
	height : 60px;
	margin : 0px;
	margin-left : 32px;
	margin-top : 88px;
	background : url(./../img/all_title.png) no-repeat;
	background-position : -450px -370px;
	text-indent : -1000em;
	text-decoration : none;
}

.txturl a {
	clear : left;
	height : 32px;
	margin-top : 0px;
	background-position : -450px -274px;
}

.txturl a:hover {
	background-position : -450px -306px;
}

.txturl a:active {
	background-position : -450px -338px;
}

/****** Page INDEX / txtCnr_Menu *******/

#cnrMenu, #topTtl {
	float : left;
	margin : 0px;
}

#cnrMenu {
	margin-top : 256px;
}

#cnrMenu ul, #topTtl ul {
	width : 460px;
	height : 12px;
	margin-right : 90px;
	margin : 0px;
	padding : 0px;
	overflow : hidden;
	list-style : none;
	border : none;
}

#cnrMenu li, #topTtl li {
	float : left;
	width : 40px;
	height : 12px;
	margin : 0px;
	padding : 0px;
	text-align : left;
	border : none;
}

#cnrMenu li.pgMnA1 {
	width : 50px;
}

#cnrMenu li.pgMnB1 {
	width : 50px;
}

#cnrMenu li.pgMnC1 {
	width : 50px;
}

#cnrMenu li.pgMnD1 {
	width : 70px;
}

#cnrMenu li.pgMnE1 {
	width : 60px;
}

#cnrMenu li.pgMnF1 {
	width : 120px;
}

.pgMnA1 a, .pgMnB1 a, .pgMnC1 a, .pgMnD1 a, .pgMnE1 a, .pgMnF1 a,
.pgMnA2 a, .pgMnB2 a, .pgMnC2 a, .pgMnD2 a, .pgMnE2 a, .pgMnF2 a {
	display : block;
	background : url(./../img/all_title.png) no-repeat;
	background-position : 0px 0px;
	text-indent : -1000em;
	text-decoration : none;
}

.pgMnA1 a, .pgMnB1 a, .pgMnC1 a, .pgMnD1 a, .pgMnE1 a, .pgMnF1 a {
	border : none;
}

.pgMnA1 a {
	background-position : 0px -110px;
}

.pgMnA1 a:hover, .pgMnA1 a:active {
	background-position : 0px -122px;
}
.pgMnB1 a {
	background-position : -80px -110px;
}
.pgMnB1 a:hover, .pgMnB1 a:active {
	background-position : -80px -122px;
}
.pgMnC1 a {
	background-position : -160px -110px;
}
.pgMnC1 a:hover, .pgMnC1 a:active {
	background-position : -160px -122px;
}
.pgMnD1 a {
	background-position : -240px -110px;
}
.pgMnD1 a:hover, .pgMnD1 a:active {
	background-position : -240px -122px;
}
.pgMnE1 a {
	background-position : -320px -110px;
}
.pgMnE1 a:hover, .pgMnE1 a:active {
	background-position : -320px -122px;
}
.pgMnF1 a {
	background-position : -400px -110px;
}
.pgMnF1 a:hover, .pgMnF1 a:active {
	background-position : -400px -122px;
}

/****** Page INDEX / title_Menu *******/

#topTtl {
	clear : left;
	width : 460px;
	text-align : left;
	margin-top : 0px;
}

#topTtl ul {
	width : 128px;
	height : 32px;
	margin-left : -4px;
}

#topTtl li {
	width : 32px;
	height : 32px;
	float : left;
	margin : 0px;
	border : none;
}

.pgMnA2 a, .pgMnB2 a, .pgMnC2 a, .pgMnD2 a, .pgMnE2 a, .pgMnF2 a {
	width : 32px;
	height : 32px;
}

.pgMnA2 a {
	background-position : -312px -44px;
}

.pgMnA2 a:hover, .pgMnA2 a:active {
	background-position : -312px -76px;
}
.pgMnB2 a {
	background-position : -344px -44px;
}
.pgMnB2 a:hover, .mnCnrB2 a:active {
	background-position : -344px -76px;
}
.pgMnC2 a {
	background-position : -376px -44px;
}
.pgMnC2 a:hover, .pgMnC2 a:active {
	background-position : -376px -76px;
}
.pgMnD2 a {
	background-position : -408px -44px;
}
.pgMnD2 a:hover, .pgMnD2 a:active {
	background-position : -408px -76px;
}
.pgMnE2 a {
	background-position : -440px -44px;
}
.pgMnE2 a:hover, .pgMnE2 a:active {
	background-position : -440px -76px;
}
.pgMnF2 a {
	background-position : -472px -44px;
}
.pgMnF2 a:hover, .pgMnF2 a:active {
	background-position : -472px -76px;
}

/****** Page INDEX / C03_Text News Window*******/

.topText {
	float : left;
	clear : left;
	width : 330px;
	height : 200px;
	margin-top : 0px;
	background : #eeeeee;
	padding : 12px;
	border: solid 2px #aaaaaa;
	text-align : left;
	line-height : 14px;
	overflow : scroll;
}

/****** Page INDEX / C02_Link Window *******/

.topLink {
	clear : right;
	float : right;
	width : 280px;
	height : 96px;
	margin-left : -50px;
	margin-top : 8px;
	padding : 12px;
	background : #eeffee;
	border: solid 1px #aaaaaa;
	text-align : right;
	line-height : 16px;
	overflow : visible;
}

.topLink a {
	cursor : pointer;
}

.topLink a:link, .topLink a:visited {
	color : #333333;
	background : #eeffee;
	text-decoration : none;
}

.topLink a:hover, .topLink a:active {
	color : #666666;
	background : #ccccff;
	text-decoration : underline;
}

.pgLinkWin01, .pgLinkWin02 {
	float : right;
	width : 328px;
	margin : 0 auto;
	margin-bottom : 6px;
	padding-top : 4px;
	padding-left : 12px;
	padding-right : 12px;
	padding-bottom : 2px;
	border: solid 1px #aaaaaa;
	text-align : left;
	line-height : 18px;
	overflow : visible;
	background : #ffffcc;
}
