/* ===== lightbox(litebox) ===== */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.marikomarimba.com/image/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.marikomarimba.com/image/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.marikomarimba.com/image/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


/* ===== 文字コード ===== */

@charset "utf-8";

/* ===== 最初にブラウザのデフォルトCSSを初期化 ===== */

* {
    margin: 0px;
    padding: 0px;
}

/* ===== 背景色の上に背景画像を横に繰り返す ===== */

body {
    background: #ffffff url('image/back/back_all.gif') repeat-x top;

}

/* ===== フォント ===== メイリオ", Meiryo, "*/

body, th, td, input, textarea {
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
   line-height: 130%;
}

p, ol
{
    margin-top: 10px;
}


h1 {
	font-size: large;
	color: #FFFFFF;
}

h2 {
	font-size: medium;
	color: #FFFFFF;
	
}


h3 {
	font-size: medium;
	color: #666666;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #92331D;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #92331D;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #92331D;
}

hr {
	display: none;
}

/* ===== webページ全体(IE6用ハック) ===== */

*html body #main
{
	width: 960px;
	float: right;
	margin: 0px 5px;
	border-left: 10px solid #ffffff;  /* 左縦ラインの幅と色 */
	border-right: 10px solid #ffffff;  /* 右縦ラインの幅と色 */
}

/* ===== webページ全体 ===== */

#main
{
	width: 960px;  /* webページ全体の幅 */
	margin: 0 auto;  /* 上下左右の余白は0px */
	padding-top: 44px;  /* webページが上方○pxからはじまる */
	border-left: 10px solid #ffffff;  /* 左縦ラインの幅と色 */
	border-right: 10px solid #ffffff;  /* 右縦ラインの幅と色 */
}


/* ===== Header(上部タイトル部分の領域) ===== */

#header {
	width: 960px;
	margin: 0 auto;
	height: 353px;
}


/* ===== menu部分 ===== */

#menu {
	float: left;
	height: 27px;
	width: 950px;
	padding-left:10px;
	margin-left: 0px;

	background: url('image/back/menu.gif') repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;  /* menuボタンの高さ */
	width: 133px;  /* menuボタンの幅 */
	margin-right: 0px;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url('image/back/menu_r.gif') repeat-x;
}



/* ===== Logo(タイトルロゴ等)部分 ===== */

#logo {
	width: 960px;
	height: 326px;
	margin: 0 auto;
	text-align: right;
    background: url('image/back/header.jpg') no-repeat; 
}


#logo h1 {
	padding-right: 40px;
	padding-top: 10px;
	font-size: large;
	line-height: 100%;
	font-weight: bold;
	font-style:italic;
	
}

#logo h2 {
	font-size: medium;
	padding-right: 15px;
	font-style:italic;
}


#logo h3 {
	
	padding-top: 220px;
	padding-right: 5px;
	font-size: x-small;
	line-height: 100%;
}



#logo a {
	color: #ffffff;
}

/* ===== 本文BOX全体 ===== */

#page {
	width: 960px;
	margin: 0 auto;
	background: #8A0A09;
	border-top: none;
	padding-top: 10px;

}


/* ===== 各BOXの値 ===== */

/* ===== content メインBOX（左）共通 ===== */

#content {
	float: left;
	width: 670px;
	padding-left: 10px;
	padding-top: 0px;
	overflow:hidden;

}

#content H2
{
background: url('image/back/bar_l.gif') no-repeat;
height: 22px;
padding-top: 5px;
padding-left: 10px;
width: 670px;
font-size: medium;
color: #ffffff;
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
padding: 1px;
width: 670px;
background: #ffffff;
margin-bottom: 10px;
}


/* ===== ブログページ用BOX ===== */

#content .entry1
{
padding: 1px;
width: 670px;
background: #ffffff;
margin-bottom: 10px;
}


#content .pad1-l   /* 画像用BOX（左） */
{
width: 150px;
float: left;
padding: 20px 20px;
text-align: center;
font-size: small;
color: #666666;
line-height:130%;
}

#content .pad1-r   /* 画像用テキストBOX（右） */
{
width: 470px;
float: left;
padding-top: 20px;
font-size: medium;
color: #666666;
line-height:130%;
}

#content .pad1-t   /* テキストのみ */
{
width: 640px;
float: left;
padding: 20px 20px;
font-size: medium;
color: #666666;
line-height:130%;
}


.clearboth {
clear: both;
}



/* ===== プロフィールページ用BOX ===== */

#content .entry2
{
padding: 1px;
width: 670px;
height: 720px;
background: #ffffff url('image/prof/prof_back.jpg') no-repeat left bottom;
}

#content .pad2
{
padding: 30px 20px 10px 240px;
font-size: medium;
color: #ffffff;
line-height:135%;
}

/* ===== コンサートページ用BOX ===== */


#content .entry3
{
padding: 1px;
width: 670px;
height: 1200px;
background: #ffffff url('image/concert/concert_back.jpg') no-repeat left bottom;
}


#content .pad
{
padding: 10px 20px;
font-size: medium;
color: #666666;
}


#content .pad3
{
padding: 10px;
font-size: medium;
color: #666666;
line-height:130%;
}

/* ===== ギャラリーページ用BOX ===== */

#content .entry4
{
padding: 1px;
width: 670px;
height: 1050px;
background:  #ffffff url('gallery/image/gallery-back.jpg') no-repeat left bottom;
}

#content .pad4
{
width: 640px;
height: 1000px;
float: left;
padding: 20px 20px;
font-size: medium;
color: #666666;
line-height:130%;
}

/* ===== リンクページ用BOX ===== */

#content .entry5
{
padding: 1px;
width: 670px;
height: 894px;
background: #ffffff;
margin-bottom: 10px;
}

#content .pad5
{
width: 640px;
float: left;
padding: 20px 20px;
font-size: medium;
color: #666666;
line-height:140%;
}


/* ===== sidebar （全体） ===== */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
font-size: small;
}


/* ===== sidebar1 ===== */

#sidebar1 {
	width: 260px;
	margin-left: 10px;
}

#sidebar1 h2 {
	background: url('image/back/bar_s.gif') no-repeat left top; 
	height: 22px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
}

#sidebar1 ul {
    line-height: 110%;
}

#sidebar1 li {
	padding: 5px 10px;
	font-size: small;
	color: #666666;
}

#sidebar1 a {
	border: none;
	font-size: small;
	padding-left: 0px;
}

#sidebar1 a:hover {
	border: none;
	padding-left: 0px;
}

#sidebar1 .sideb {
background: #FFFFFF;
padding: 1px;
margin-bottom: 10px;
 }

/* Footer */
#footer
{
padding: 20px;
background: url('image/back/footer.gif') repeat-x; 
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #92331D;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #92331D;
}