@charset "utf-8";

/*======================================
magnum1031
----------------------------------------
description:layout element stylesheet
edit: 2010/10
lastupdate:
======================================*/

body{
	background: url(../image/layout/bg_body.jpg) repeat center top #000;
	text-align: center;
	color: #4b4020;
}


/*======================================
header
======================================*/
#headContents {
	width: 950px;
	height: 74px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#headContents:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
} 
* html #headContents             { zoom: 1; } /* IE6 */  
*:first-child+html #headContents { zoom: 1; } /* IE7 */  

h1 {
	float: left;
	width: 149px;
	height: 74px;
	margin: 0 auto;
	padding: 0;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(../image/layout/h1.jpg) no-repeat left top;
}

/*======================================
navigation area
======================================*/
#mainNav {
	float: right;
	width: 792px;
	height: 63px;
	margin: 1px 0 10px 0;
	
	background:url(../image/layout/bg_mainnavi.gif) no-repeat;
}

#subNav {
	float: right;
	position: relative;
	width: 253px;
	height: 91px;
	
	background: url(../image/index/bg_mainnavi2.gif) no-repeat;
}


/*======================================
main navi
======================================*/
.mainMenu {
	width: 792px;
	height: 27px;
	margin: 0 42pc 9px 0;
}
.mainMenu li {
	float: left;
	height: 27px;
}
.mainMenu li a {
	display: block;
	height: 27px;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	
	background: url(../image/index/bg_mainnavi.gif) no-repeat;
}

.mainMenu li.mainMenuHome a{
	width: 90px;
	background-position: 0 0;
}
.mainMenu li.mainMenuHome a:hover {
	background-position: 0 -63px;
}

.mainMenu li.mainMenuSchedule a{
	width: 102px;
	background-position: -90px 0;
}
.mainMenu li.mainMenuSchedule a:hover {
	background-position: -90px -63px;
}

.mainMenu li.mainMenuProfile a{
	width: 84px;
	background-position: -192px 0;
}
.mainMenu li.mainMenuProfile a:hover {
	background-position: -192px -63px;
}

.mainMenu li.mainMenuSpecial a{
	width: 83px;
	background-position: -276px 0;
}
.mainMenu li.mainMenuSpecial a:hover {
	background-position: -276px -63px;
}

.mainMenu li.mainMenuFanclub a{
	width: 94px;
	background-position: -359px 0;
}
.mainMenu li.mainMenuFanclub a:hover {
	background-position: -359px -63px;
}

.mainMenu li.mainMenuFaq a{
	width: 55px;
	background-position: -453px 0;
}
.mainMenu li.mainMenuFaq a:hover {
	background-position: -453px -63px;
}

.mainMenu li.mainMenuLink a{
	width: 52px;
	background-position: -508px 0;
}
.mainMenu li.mainMenuLink a:hover {
	background-position: -508px -63px;
}

.mainMenu li.mainMenuContact a{
	width: 95px;
	background-position: -560px 0;
}
.mainMenu li.mainMenuContact a:hover {
	background-position: -560px -63px;
}


/*======================================
members navi
======================================*/
.membersMenu {
	width: 494px;
	height: 27px;
	margin: 0 41px 9px 298px;
}
.membersMenu li {
	float: left;
	height: 27px;
}
.membersMenu li a {
	display: block;
	height: 27px;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	
	background: url(../image/index/bg_mainnavi.gif) no-repeat 0 -36px;
}

.membersMenu li.membersMenuInfo a{
	width: 143px;
	background-position: -203px -36px;
}
.membersMenu li.membersMenuInfo a:hover {
	background-position: -203px -99px;
}

.membersMenu li.membersMenuDiary a{
	width: 63px;
	background-position: -346px -36px;
}
.membersMenu li.membersMenuDiary a:hover {
	background-position: -346px -99px;
}

.membersMenu li.membersMenuPresents a{
	width: 99px;
	background-position: -409px -36px;
}
.membersMenu li.membersMenuPresents a:hover {
	background-position: -409px -99px;
}

.membersMenu li.membersMenuPhotos a{
	width: 80px;
	background-position: -508px -36px;
}
.membersMenu li.membersMenuPhotos a:hover {
	background-position: -508px -99px;
}

.membersMenu li.membersMenuStore a{
	width: 68px;
	background-position: -588px -36px;
}
.membersMenu li.membersMenuStore a:hover {
	background-position: -588px -99px;
}


/*======================================
footer
======================================*/
#footer {
	width: 950px;
	margin: 0 auto 15px auto;
	text-align: center;
}
#footer:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
} 
* html #footer             { zoom: 1; } /* IE6 */  
*:first-child+html #footer { zoom: 1; } /* IE7 */  

.copyright {
	height: 12px;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	
	background: url(../image/layout/copyright.gif) no-repeat top center;
}

/*======================================
container
======================================*/
#container {
	width: 950px;
	margin: 0 auto 15px auto;
	text-align: left;
}
#container:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
} 
* html #container             { zoom: 1; } /* IE6 */  
*:first-child+html #container { zoom: 1; } /* IE7 */  

#contentsArea {
	float: left;
	position: relative;
	width: 793px;
	padding-bottom: 15px;
	
	color: #726541;
	background-color: #dcd8cb;
}

#imageArea {
	position: relative;
	float: right;
	width: 157px;
}


/*======================================
contents
======================================*/
.topicsPath {
	width: 685px;
	margin-bottom: 5px;
}
.topicsPath:after {  
	visibility: hidden;  
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;  
}  
* html .topicsPath             { zoom: 1; } /* IE6 */  
*:first-child+html .topicsPath { zoom: 1; } /* IE7 */  

.topicsPath li {
	float: left;
	padding-right: 5px;
}




