@charset "utf-8";
/***********************************************/
/*                                      */
/* base.css                             */
/*                                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image:url(../images/body_bg_001.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	color: #333333;
	line-height: 1.3ems;	
	margin: 0px;
	padding: 0px;
}
/** IEハック **/
* html body {
	text-align:center;
}


img {
	border: 0;
}

object {
	margin:0;
	padding:0;
}



a{
	color: #CC3300;
	text-decoration: none;
}

a:link{
	color: #CC6600;
	text-decoration: none;
}

a:visited{
	color: #CC6600;
	text-decoration: none;
}

a:hover{
	color: #CC3300;
	text-decoration: underline;
}




h1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	font-size: 10px;
	color: #264230;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
	text-indent: 10px;
	line-height: 1.5em;
	height: 18px;
	background-image: url(../images/body_bg_002.gif);
	background-repeat: no-repeat;
	text-align:left;
}

h2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 114%;
	color: #006699;
	margin: 0;
	padding: 0;
	text-align:left;
	}

h3{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #7F6352;
	margin: 0;
	padding: 0;
	line-height: 110%;
	text-align:left;
	}


ul{
 list-style-type: none;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	font-size: 10px;
	color: #7F6352;
	line-height: 1.4em;
	text-align:left;
	}

p.center {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	text-align:center;
	}

hr {
	padding:0;
	margin:0;
	height:0;
	display:none;
}

.fontBold {
	font-weight: bold;
	}

.font10 {
	font-size: 10px;
	}

.font12 {
	font-size: 12px;
	}

.font12Bold {
	font-size: 12px;
	font-weight: bold;
	}
.font14Bold {
	font-size: 14px;
	font-weight: bold;
	}

.font18Bold {
	font-size: 18px;
	font-weight: bold;
	}

.font24Bold {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	}


.fontRed {
	color: #CC3300;
	}
	
.fontGreen {
	color: #3A6D5C;
	}

.fontBlack {
	color: #000000;
	}


.backBlue {
	color: #FFFFFF;
	background-color:#004276;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backWine {
	color: #FFFFFF;
	background-color:#97262B;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backRed {
	color: #FFFFFF;
	background-color:#C91D18;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backPink {
	color: #FFFFFF;
	background-color:#DA4048;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backOrange {
	color: #FFFFFF;
	background-color:#F78723;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backGreen {
	color: #FFFFFF;
	background-color:#7EB76A;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backDarkgreen {
	color: #FFFFFF;
	background-color:#3F6F4F;
	text-align:center;
	padding:3px 0;
	display:block;
	}
.backOlive {
	color: #FFFFFF;
	background-color:#7CB689;
	text-indent:2px;
	padding:3px 0;
	display:block;
	}
.backBrown {
	background-color:#FFF3D5;
	}
.backLightRed {
	color: #FFFFFF;
	background-color:#F56C74;
	display:block;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	}
.backLightYellow {
	color: #FF6600;
	background-color:#F7E49C;
	display:block;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	}
.backBlack {
	color: #FFFFE2;
	background-color:#000000;
	display:block;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	}

.backRedwithBlack {
	color: #000000;
	background-color:#C91D18;
	text-align:center;
	padding:3px 0;
	display:block;
	}

.backSubOrange {
	color: #CC3300;
	background-color:#F3E1B4;
	text-align:center;
	padding:3px 0;
	display:block;
	}


.imgNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
	}
.imgBorder {
	border:	1px solid #B2A054;
	margin-bottom:5px;
	}
.imgRight {
	margin:0 0 5px 5px;
	float: right;
	}
.imgRightNomal {
	margin:0 0 0 0;
	float: right;
	}

.alignCenter{
	text-align:center;
	}
		
.spaceBottom {
	padding-bottom: 10px;
	display: block;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	width: 784px;
	}


#header {
	width: 784px;
	height: 98px;
	background-image:url(../ssi/images/header_bg_001.gif);
	margin: 0;
	padding: 0;	
	}

#cover{
	clear:both;
	height:259px;
	background-image:url(../images/shared_bg_001.gif);
	}

#content{
	clear:both;
	background-image:url(../images/shared_bg_005.gif);
	padding: 0 24px 0 24px;
	}
#contentSub{
	clear:both;
	background-image:url(../images/shared_bg_015.gif);
	padding: 12px 35px 0 35px;
	}

#content #contentLeft{
	float:left;
	width:569px;
	margin: 0px;
	padding: 12px 0 0 0;
}

#content #contentLeft #leftMain{
	width:370px;
	float:right;
	display:block;
	padding-right:8px;
}

#content #contentLeft #leftSub{
	width:167px;
	float:left;
	display:block;
	padding-left: 8px;
}

#content #contentRight{
	float:right;
	width:167px;
	margin: 0;
	padding: 0;
}


#contentLeft #leftMain .h2box {
	float:right;
	background-image:url(../images/shared_bg_006.gif);
	width: 365px;
	margin:0 0 5px 0;
}

#contentLeft #leftMain .h2box #foodBox{
	width: 335px;
	padding: 0;
	margin: 0 15px;
	display: block;
}

#contentLeft #leftSub .h2subBox2 #foodBox2{
	width: 170px;
	padding: 10px 0 0 0;
	margin: 0 5px;
	display: block;
}

#contentLeft #leftSub .h2subBox {
	background-image:url(../images/shared_bg_008.gif);
	width: 181px;
	margin:0 0 10px 0;
}
#contentLeft #leftSub .h2subBoxRed {
	background-image:url(../images/shared_bg_014.gif);
	width: 181px;
	margin:0 0 10px 0;
}

#contentLeft #leftSub .h2subBox2 {
	background-image:url(../images/shared_bg_010.gif);
	width: 181px;
	margin:0 0 10px 0;
}


#contentSub #linkSeet {
	background-image:url(../images/shared_bg_016.gif);
	padding:0;
	margin:0;
	text-align: left;
}

#contentSub #liveSheet {
	background-image:url(../images/shared_bg_016.gif);
	padding:0;
	margin:0 0 20px 0;
	text-align: left;
}
#contentSub #musicianSheet {
	background-image:url(../images/shared_bg_016.gif);
	padding:0;
	margin:0 0 20px 0;
	text-align: left;
}


#mapContainer {
	background-color:#13271C;
	margin:0;
	padding:20px 0;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #header styles **************/

#header .mainLogo {
	float:right;
	width: 117px;
	margin: 0 31px 0 0;
	padding: 23px 0 0 0;
}

#header ul {
	float:left;
	width: 564px;
	display:block;
	margin: 0;
	padding: 33px 0 0 0;
	position: relative;
	left: 40px;
}

#header ul li {
	float: left;
	height: 35px;
	margin: 0 18px 0 18px;
	display: inline;
}

#header ul li a {
	display:block;
	height: 35px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}


#header ul li a:hover {
	background-position:0 35px;
	text-decoration:none;
}

#header ul li.navi1 a {
	background-image:url(../ssi/images/header_bt_001.gif);
	width:100px;
}

#header ul li.navi2 a {
	background-image:url(../ssi/images/header_bt_002.gif);
	width:100px;
}

#header ul li.navi3 a {
	background-image:url(../ssi/images/header_bt_003.gif);
	width:65px;
}

#header ul li.navi4 a {
	background-image:url(../ssi/images/header_bt_004.gif);
	width:65px;
}

#header ul li.navi5 a {
	background-image:url(../ssi/images/header_bt_005.gif);
	width:54px;
}


/************* #cover styles **************/

#cover .mv,#cover .mv0 {
	float:left;
	margin:0;
	padding-left:24px;
}
#cover .mv,#cover .mv2 {
	float:left;
	margin:0;
	padding-left:24px;
}
/** IEハック **/
*+html body #cover .mv0 {
	margin-left:24px;
}
* html body #cover .mv0 {
	margin-left:24px;
}
* html body #cover .mv {
	margin-left:24px;
}
* html body #cover .mv2 {
	margin-left:24px;
}


#cover .flashText {
	float:left;
	width:200px;
	height:234px;
	background-image:url(../images/shared_bg_002.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#cover a.accessMap {
	text-indent:-9999px;
	width:132px;
	height:24px;
	display:block;
	overflow:hidden;
	background-image:url(../images/shared_bt_001.gif);
}

#cover a.accessMap:hover {
	background-position:0 24px;
	text-decoration:none;
}


#cover ul.subNavigation {
	float:left;
	width:146px;
	background-image:url(../images/shared_bg_003.gif);
	margin: 0;
	padding: 12px 0 12px 0;
}

#cover ul li {
	float:left;
	list-style-type:none;
	display: block;
}

#cover ul li a {
	display:block;
	width:146px;
	height: 35px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}

#cover ul li a:hover {
	background-position:0 30px;
	text-decoration:none;
}

#cover ul li a.subNavi0 {
	background-position:0 30px;
	text-decoration:none;
}

#cover ul li.subNavi1 a {
	background-image:url(../images/shared_bt_002.gif);
}

#cover ul li.subNavi2 a {
	background-image:url(../images/shared_bt_003.gif);
}

#cover ul li.subNavi3 a {
	background-image:url(../images/shared_bt_004.gif);
}

#cover ul li.subNavi4 a {
	background-image:url(../images/shared_bt_005.gif);
}

#cover ul li.subNavi5 a {
	background-image:url(../images/shared_bt_006.gif);
}

#cover ul li.subNavi6 a {
	background-image:url(../images/shared_bt_007.gif);
}

#cover .coverEnd {
	clear:both;
	width:784px;
	height:25px;
	display:block;
	background-image:url(../images/shared_bg_004.gif);
}


/*************** #content styles **************/


#contentRight ul {
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	display: block;
}

#contentRight ul li{
	margin: 0;
	height: 65px;
	padding: 0;
	display: block;
}

#contentLeft #leftMain .h2box h3{
	clear:both;
	width: 335px;
	display: block;
	background-color:#F6E4BE;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#contentLeft #leftMain .h2box p{
	width: 335px;
	padding: 5px 0 10px 0;
	margin: 0 15px;
	display: block;
}


#contentLeft #leftMain .h2box #foodBox ul{
	padding: 0;
	margin: 0;
	display: block;
}

#contentLeft #leftMain .h2box #foodBox ul img{
	float:left;
	border:	1px solid #B2A054;
	display: block;
	}

#contentLeft #leftMain .h2box #foodBox ul li{
	width: 335px;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	}
	
#contentLeft #leftMain .h2box #foodBox ul li p{
	float:left;
	width: 240px;
	display: block;
	margin: 0 0 0 10px;
	padding:2px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6E4BE;
	}
/** IEハック **/
* html body #contentLeft #leftMain .h2box #foodBox ul li p{
	margin: 0 0 0 4px;
}




#contentLeft #leftSub h3{
	width: 169px;
	padding: 0;
	margin: 0 6px;
	display: block;
}

#contentLeft #leftSub p{
	width: 169px;
	padding: 5px 0 10px 0;
	margin: 0 6px;
	display: block;
}

#contentLeft  #leftSub .h2subBox img{
	border:	1px solid #B2A054;
	margin-bottom:5px;
	}

#contentLeft #leftSub .h2subBoxEnd {
	clear:both;
	width:181px;
	height:18px;
	display:block;
	margin:0;
	padding:0;
	background-image:url(../images/shared_bg_009.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
#contentLeft #leftSub .h2subBoxEndRed {
	clear:both;
	width:181px;
	height:18px;
	display:block;
	margin:0;
	padding:0;
	background-image:url(../images/shared_bg_013.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}





#contentLeft #leftSub .h2subBox2 #foodBox2 ul{
	padding: 0;
	margin: 0;
	display: block;
}

#contentLeft #leftSub .h2subBox2 #foodBox2 ul img{
	float:left;
	border:	1px solid #B2A054;
	display: block;
	}

#contentLeft #leftSub .h2subBox2 #foodBox2 ul li{
	width: 170px;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	}
	
#contentLeft #leftSub .h2subBox2 #foodBox2 ul li p{
	float:left;
	width: 100px;
	display: block;
	margin: 0 0 0 7px;
	padding:2px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6E4BE;
	}
/** IEハック **/
* html body #contentLeft #leftSub .h2subBox2 #foodBox2 ul li p{
	margin: 0 0 0 2px;
}




#contentLeft #leftSub .h2subBox2 .h2subBox2End {
	clear:both;
	width:181px;
	height:10px;
	display:block;
	margin:0;
	padding:0;
	background-image:url(../images/shared_bg_011.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}


/************* #h2 styles *************/



#contentLeft #leftMain h2 {
	text-indent:-9999px;
}
#contentLeft #leftMain h2.pickupFood {
	background-image:url(../images/shared_h2_002.gif);
	height:40px;
}
#contentLeft #leftMain h2.akasakaSpecial {
	background-image:url(../images/shared_h2_011.gif);
	height:40px;
}
#contentLeft #leftMain h2.happyHour {
	background-image:url(../images/shared_h2_012.gif);
	height:40px;
}
#contentLeft #leftMain h2.party {
	background-image:url(../images/shared_h2_013.gif);
	height:40px;
}
#contentLeft #leftMain h2.pubFood {
	background-image:url(../images/shared_h2_007.gif);
	height:40px;
}
#contentLeft #leftMain h2.musicLive {
	background-image:url(../images/shared_h2_003.gif);
	height:40px;
}
#contentLeft #leftMain h2.tableMagic {
	background-image:url(../images/shared_h2_004.gif);
	height:40px;
}
#contentLeft #leftMain h2.specialMenu {
	background-image:url(../images/shared_h2_005.gif);
	height:40px;
}
#contentLeft #leftMain h2.lunch {
	background-image:url(../images/shared_h2_006.gif);
	height:40px;
}
#contentLeft #leftMain h2.liveEvent {
	background-image:url(../images/shared_h2_008.gif);
	height:40px;
}
#contentLeft #leftMain h2.shefsSpecials {
	background-image:url(../images/shared_h2_009.gif);
	height:40px;
}
#contentLeft #leftMain h2.privateParty {
	background-image:url(../images/shared_h2_010.gif);
	height:40px;
}
#contentLeft #leftMain h2.topicsHeadline {
	background-image:url(../images/shared_h2_014.gif);
	height:40px;
}
#contentLeft #leftMain h2.wereDubliners {
	background-image:url(../images/shared_h2_015.gif);
	height:40px;
}
#contentLeft #leftMain h2.originalMenu {
	background-image:url(../images/shared_h2_016.gif);
	height:40px;
}
#contentLeft #leftMain h2.liveInformation {
	background-image:url(../images/shared_h2_017.gif);
	height:40px;
}
#contentLeft #leftMain h2.event {
	background-image:url(../images/shared_h2_018.gif);
	height:40px;
}
#contentLeft #leftMain h2.talktoMyself {
	background-image:url(../images/shared_h2_019.gif);
	height:40px;
}
#contentLeft #leftMain h2.lunchCafe {
	background-image:url(../images/shared_h2_020.gif);
	height:40px;
}
#contentLeft #leftMain h2.pubFood3pm {
	background-image:url(../images/shared_h2_021.gif);
	height:40px;
}
#contentLeft #leftMain h2.homemadeSweets {
	background-image:url(../images/shared_h2_022.gif);
	height:40px;
}
#contentLeft #leftMain h2.notice {
	background-image:url(../images/shared_h2_039.gif);
	height:40px;
}
#contentLeft #leftMain h2.nonTitle {
	background-image:url(../images/shared_h2_038.gif);
	height:18px;
}

#contentLeft #leftMain h2.PatricksDay {
	background-image:url(../images/shared_h2_040.gif);
	height:40px;
}
#contentLeft #leftMain h2.anniversary6th {
	background-image:url(../images/shared_h2_041.gif);
	height:40px;
}
#contentLeft #leftMain h2.anniversary7th {
	background-image:url(../images/shared_h2_042.gif);
	height:40px;
}
#contentLeft #leftMain h2.ladysday {
	background-image:url(../images/shared_h2_043.gif);
	height:40px;
}
#contentLeft #leftMain h2.newArrival {
	background-image:url(../images/shared_h2_044.gif);
	height:40px;
}

#contentLeft #leftMain h2.halloweenShibuya {
	background-image:url(../images/shared_h2_045.gif);
	height:40px;
}

#contentLeft #leftMain h2.halloweenShared {
	background-image:url(../images/shared_h2_046.gif);
	height:40px;
}

#contentLeft #leftMain h2.halloweenAkasaka {
	background-image:url(../images/shared_h2_047.gif);
	height:40px;
}

#contentLeft #leftMain h2.anniversary {
	background-image:url(../images/shared_h2_048.gif);
	height:40px;
}

#contentLeft #leftMain h2.countdown {
	background-image:url(../images/shared_h2_049.gif);
	height:40px;
}

#contentLeft #leftMain h2.recommendation {
	background-image:url(../images/shared_h2_050.gif);
	height:40px;
}

#contentLeft #leftMain h2.IrishChristmasDinner {
	background-image:url(../images/shared_h2_051.gif);
	height:40px;
}

#contentLeft #leftMain h2.NewEvent {
	background-image:url(../images/shared_h2_052.gif);
	height:40px;
}

#contentLeft #leftMain h2.FromTheShef {
	background-image:url(../images/shared_h2_053.gif);
	height:40px;
}

#contentLeft #leftMain h2.WelcomeReservation {
	background-image:url(../images/shared_h2_054.gif);
	height:40px;
}

#contentLeft #leftMain h2.AllDayHappyDrink {
	background-image:url(../images/shared_h2_055.gif);
	height:40px;
}

#contentLeft #leftMain h2.TenthAnniversarry {
	background-image:url(../images/shared_h2_056.gif);
	height:40px;
}


#contentLeft #leftMain .h2box .h2boxEnd {
	clear:both;
	width:365px;
	height:10px;
	display:block;
	margin:0;
	padding:0;
	background-image:url(../images/shared_bg_007.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

/************** leftSub styles ***************/

#contentLeft #leftSub h2 {
	padding: 0 0 3px 0;
	text-indent:-9999px;
}


#contentLeft #leftSub h2.noTitle {
	background-image:url(../images/shared_h2_023.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.event {
	background-image:url(../images/shared_h2_025.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.notice {
	background-image:url(../images/shared_h2_027.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.campaign {
	background-image:url(../images/shared_h2_024.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.monthlyRecommend {
	background-image:url(../images/shared_h2_035.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.recommended {
	background-image:url(../images/shared_h2_026.gif);
	background-repeat:no-repeat;
	height:25px;
}
#contentLeft #leftSub h2.campaignRed {
	background-image:url(../images/shared_h2_031.gif);
	background-repeat:no-repeat;
	height:25px;
}



#contentLeft #leftSub h2.noTitle2 {
	background-image:url(../images/shared_h2_036.gif);
	background-repeat:no-repeat;
	height:15px;
}
#contentLeft #leftSub h2.lunch {
	background-image:url(../images/shared_h2_032.gif);
	background-repeat:no-repeat;
	height:40px;
}
#contentLeft #leftSub h2.happyHour {
	background-image:url(../images/shared_h2_033.gif);
	background-repeat:no-repeat;
	height:40px;
}
#contentLeft #leftSub h2.recommend {
	background-image:url(../images/shared_h2_034.gif);
	background-repeat:no-repeat;
	height:40px;
}
#contentLeft #leftSub h2.draughtBeers {
	background-image:url(../images/shared_h2_037.gif);
	background-repeat:no-repeat;
	height:40px;
}


.happyHourIl {
	background-image:url(../images/shared_il_001.gif);
	background-position:right top;
	background-repeat:no-repeat;
}






.infoTable {
	margin:0 15px;
	padding:0 0 10px 0;
	clear:both;
}

.infoTable table {
	border-collapse: collapse;
	border: 1px solid #775C4C;
	color: #7F6352;
	background: #FFF7E3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.infoTable table.basic {
	width:335px;
  }
.infoTable table.jobTable {
	margin: 10px 30px;
	width: 596px;
  }
.infoTable table.jobTable th {
	width: 12%;
  }
.infoTable table.jobTable td {
	width: 88%;
  }


.infoTable caption {
	background: transparent;
	color: #7F6352;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
  }
.infoTable td, th {
  border: 1px dotted #775C4C;
  padding: 0.3ems;
  text-indent:2px;
  color: #7F6352;
  }
.infoTable thead th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	border: 1px solid #775C4C;
	text-align: left;
	color: #FFFFFF;
	padding-top:3px;
	background-color: #9A7762;
  }
.infoTable thead th.header01 {
	width:20%;
	}
.infoTable thead th.header02 {
	width:15%;
	}
.infoTable thead th.header03 {
	width:55%;
	}
.infoTable thead th.header04 {
	font-size:12px;
	width:25%;
	}
.infoTable thead th.header05 {
	font-size:12px;
	width:75%;
	}


.infoTable tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.infoTable .odd {
  background: #FFEECE;
  }
.infoTable tbody tr:hover {
  background: #FFD800;
  border: 1px solid #584438;
  }
.infoTable tbody tr:hover th,
.infoTable tbody tr.odd:hover th {
  background: #FFD800;
  }


/*************** #contentSub live table styles **************/

.liveTable table {
	border-collapse: collapse;
	border: 1px solid #3F6F4F;
	color: #7F6352;
	background: #FFF7E3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:auto;
	width: 714px;
  }
.liveTable table.jobTable {
	margin: 10px 30px;
	width: 596px;
  }
.liveTable table thead th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
  }
.liveTable table tbody th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
  }
.liveTable table thead th.header06 {
	width: 16%;
  }
.liveTable table thead th.header07 {
	width: 12%;
	color:#CC3333;
  }
.liveTable table thead th.header08 {
	width: 12%;
  }


.liveTable td, th {
  border: 1px dotted #A48E7C;
  padding: 2px;
  text-indent:2px;
  color: #7F6352;
  }
.liveTable thead th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	border: 1px solid #3F6F4F;
	text-align: left;
	color: #7F6352;
	padding-top:3px;
	background-color: #D1E3B9;
  }


.liveTable tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.liveTable .odd {
	background-color: #E6CEC0;
  }
.liveTable tbody tr:hover {
  background: #FFD800;
  border: 1px solid #584438;
  }
.liveTable tbody tr:hover th,
.liveTable tbody tr.odd:hover th {
  background: #FFD800;
  }
.liveTable tr.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F6F4F;
  }
  
.liveTable tr.date {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F6F4F;
	background-color: #FBE9C2;
	font-size: 12px;
	font-weight: bold;
  }
.liveTable tr.date td.red {
	color:#CC3300;
  }




/*************** #contentSub styles **************/
#contentSub h2 {
	padding: 0 0 3px 0;
	text-indent:-9999px;
	margin: 0 0 20px 0;
}

#contentSub h2.what {
	background-image:url(../../what/images/index_h2_001.gif);
	background-repeat:no-repeat;
	height:35px;
}
#contentSub h2.links {
	background-image:url(../../links/images/index_h2_001.gif);
	background-repeat:no-repeat;
	height:50px;
	display:block;
}
#contentSub h2.party {
	background-image:url(../../party/images/index_h2_001.gif);
	background-repeat:no-repeat;
	height:35px;
}
#contentSub h2.jobOffer {
	background-image:url(../../job/images/index_h2_001.gif);
	background-repeat:no-repeat;
	height:35px;
}
#contentSub h2.live {
	background-image:url(../../live/images/index_h2_001.gif);
	background-repeat:no-repeat;
	height:35px;
}


#contentSub #liveSheet h3 {
	height:50px;
	display:block;
	text-indent:-9999px;
}
#contentSub h3.liveJan {
	background-image:url(../../live/images/index_h3_001.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveFeb {
	background-image:url(../../live/images/index_h3_002.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveMar {
	background-image:url(../../live/images/index_h3_003.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveApr {
	background-image:url(../../live/images/index_h3_004.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveMay {
	background-image:url(../../live/images/index_h3_005.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveJun {
	background-image:url(../../live/images/index_h3_006.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveJul {
	background-image:url(../../live/images/index_h3_007.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveAug {
	background-image:url(../../live/images/index_h3_008.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveSep {
	background-image:url(../../live/images/index_h3_009.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveOct {
	background-image:url(../../live/images/index_h3_010.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveNov {
	background-image:url(../../live/images/index_h3_011.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.liveDec {
	background-image:url(../../live/images/index_h3_012.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}
#contentSub h3.musicans {
	background-image:url(../../live/images/index_h3_013.gif);
	background-repeat:no-repeat;
	height:44px;
	display:block;
}


#contentSub #outline {
	background-image:url(../../what/images/index_bg_001.gif);
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
	margin:0 0 20px 0;
}
#contentSub #outline ul {
	background-image:url(../../what/images/index_bg_002.gif);
	padding:0 0 40px 0;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentSub #outline ul li{
	background-image:url(../images/shared_bg_016.gif);
	padding:0;
	margin:0;
}
#contentSub #outline ul li p{
	padding:0 30px;
	margin:0;
}


#contentSub #point {
	background-image:url(../../what/images/index_bg_003.gif);
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
	margin:0;
}
#contentSub #point ul {
	background-image:url(../images/shared_bg_018.gif);
	padding:0 0 30px 0;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentSub #point ul li {
	background-image:url(../images/shared_bg_016.gif);
	margin:0;
	padding: 15px 0 0 0;
	clear:both;
}
/** IEハック **/
/** IEハック **/
*+html body #contentSub #point ul li {
	padding: 0;
}
* html body #contentSub #point ul li {
	padding: 0;
}


#contentSub #point ul li p {
	background-image:url(../images/shared_bg_017.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0;
	padding: 5px 18px 20px 18px;
}
.positionRight {
	float:right;
	padding: 0;
	margin:0 18px 0 10px;
}
.positionLeft {
	float:left;
	padding: 0;
	margin:0 10px 0 18px;
}
/** IEハック **/
*+html body .positionRight {
	margin-top:15px;
}
*+html body .positionLeft {
	margin-top:15px;
}
* html body .positionRight {
	margin-top:15px;
}
* html body .positionLeft {
	margin-top:15px;
}


#contentSub #point h3 {
	display:block;
	font-size:14px;
	margin:0 18px;
	padding: 30px 0 0 0;
}

#contentSub #point h3.warm {
	background-image:url(../../what/images/index_h3_001.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentSub #point h3.remember {
	background-image:url(../../what/images/index_h3_002.gif);
	background-repeat: no-repeat;
	background-position: 261px top;
}
#contentSub #point h3.live {
	background-image:url(../../what/images/index_h3_003.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#contentSub #linkSeet img {
	float: left;
}
#contentSub #linkSeet ul {
	padding:0 0 35px 20px;
	margin:0;
	background-image:url(../images/shared_bg_018.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentSub #linkSeet ul li {
	background-image:url(../images/shared_bg_017.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	clear:both;
	display:block;
	width: 675px;
}
#contentSub #linkSeet p {
	float:right;
	width:505px;
	display:block;
	margin:0;
	padding: 0;
}


#contentSub #musicianSheet img {
	float: left;
}
#contentSub #musicianSheet ul {
	padding:0 0 0 20px;
	margin:0;
}
#contentSub #musicianSheet ul li {
	background-image:url(../images/shared_bg_017.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	clear:both;
	display:block;
	width: 675px;
}
#contentSub #musicianSheet p {
	float:right;
	width:520px;
	display:block;
	margin:0;
	padding: 0;
}



#contentSub .sheet h3 {
	height:50px;
	display:block;
	text-indent:-9999px;
}
#contentSub h3.shinjuku {
	background-image:url(../../party/images/index_h3_001.gif);
	background-repeat:no-repeat;
}
#contentSub h3.ikebukuro {
	background-image:url(../../party/images/index_h3_002.gif);
	background-repeat:no-repeat;
}
#contentSub h3.akasaka {
	background-image:url(../../party/images/index_h3_003.gif);
	background-repeat:no-repeat;
}
#contentSub h3.toranomon {
	background-image:url(../../party/images/index_h3_004.gif);
	background-repeat:no-repeat;
}
#contentSub h3.shibuya {
	background-image:url(../../party/images/index_h3_005.gif);
	background-repeat:no-repeat;
}
#contentSub h3.shinagawa {
	background-image:url(../../party/images/index_h3_006.gif);
	background-repeat:no-repeat;
}


#contentSub .jobSheet h3 {
	height:50px;
	display:block;
	text-indent:-9999px;
}
#contentSub h3.jobShinjuku {
	background-image:url(../../job/images/index_h3_001.gif);
	background-repeat:no-repeat;
}
#contentSub h3.jobIkebukuro {
	background-image:url(../../job/images/index_h3_002.gif);
	background-repeat:no-repeat;
}
#contentSub h3.jobAkasaka {
	background-image:url(../../job/images/index_h3_003.gif);
	background-repeat:no-repeat;
}
#contentSub h3.jobToranomon {
	background-image:url(../../job/images/index_h3_004.gif);
	background-repeat:no-repeat;
}
#contentSub h3.jobShibuya {
	background-image:url(../../job/images/index_h3_005.gif);
	background-repeat:no-repeat;
}
#contentSub h3.jobShinagawa {
	background-image:url(../../job/images/index_h3_006.gif);
	background-repeat:no-repeat;
}

#contentSub h4 {
	background-color:#F6E4BE;
	padding:0px;
	margin:0;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #816554;
	letter-spacing: 0.2em;
	display: block;
}
#contentSub h5 {
	background-color:#F5EBD5;
	padding:0px;
	margin:0;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #816554;
	letter-spacing: 0.1em;
	display: block;
}

#contentSub .sheet {
	background-image:url(../images/shared_bg_016.gif);
	padding:0;
	margin:0 0 20px 0;
	text-align: left;
	display: block;
}
#contentSub .sheet ul {
	padding:0 0 35px 20px;
	margin:0;
	background-image:url(../images/shared_bg_018.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentSub .sheet ul li {
	background-image:url(../images/shared_bg_017.gif);
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	clear:both;
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width: 675px;
}
#contentSub .sheet p {
	display:block;
	padding: 0;
	margin: 10px 0 10px 0;
}
#contentSub p.phone {
	background-image:url(../images/shared_ic_001.gif);
	background-repeat:no-repeat;
	display:block;
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-indent: 20px;
	background-position: 2px;
}

#contentSub .sheet dl {
	display:block;
	padding: 0;
	margin: 10px 0 10px 0;
}
#contentSub .sheet dt {
	display:block;
	padding: 0;
	margin: 0;
	text-indent: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #D04414;
}
#contentSub .sheet dt.food {
	background-image: url(../../party/images/index_ic_001.gif);
	background-repeat: no-repeat;
}
#contentSub .sheet dt.drink {
	background-image: url(../../party/images/index_ic_002.gif);
	background-repeat: no-repeat;
}

#contentSub .sheet dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #7F6352;
	display:block;
	padding: 0;
	margin: 0 0 5px 20px;
	line-height: 1.4em;
}


#contentSub .jobSheet {
	background-image:url(../../job/images/index_bg_001.gif);
	padding:0;
	text-align: left;
	display: block;
	width: 686px;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 14px;
}

#contentSub .jobSheet h4 {
	background-color:#F6D8A6;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #816554;
	letter-spacing: 0.1em;
	display: block;
	margin:0 30px;
	padding: 0;
}
#contentSub .jobSheet p {
	display: block;
	margin:5px 30px;
	padding: 0;
}
#contentSub .jobSheetFooter {
	background-image:url(../../job/images/index_bg_002.gif);
	padding:0 0 10px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
}




#contentSub .liveSheetFooter {
	background-image:url(../images/shared_bg_018.gif);
	padding:0 0 30px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
}


/************** #footer styles **************/

#footer{
	clear:both;
	background-image:url(../images/shared_bg_005.gif);
	padding: 0 24px 0 24px;
}

#footer address {
	text-align:center;
	font-size:10px;
	line-height:110%;
	color:#E1EFCE;
	background-color:#2A4D39;
	background-image:url(../images/shared_bg_012.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 20px 24px 5px 24px;
	font-style: normal;
}


/************** #mapContainer styles **************/

#mapContainer #map {
	margin:auto;
}

#mapContainer p {
	width:500px;
	margin:auto;
	padding:10px 0;
}

#mapContainer form {
	text-align:center;
	margin:0;
	padding:0 0 10px 0;
	}
