/*
===========================================================================
|		  index
===========================================================================
*/

body,html{
	height: 100%;
}

#wrapper{
	height: 100%;
	min-width: 1000px;
	position: relative;
}




/*=============================
| 		  logo
=============================*/
div#mark{
	position :absolute;
	left: 20px;
}
div.logo{
	width: 180px;
	height:100%;
	float:left;
	background: url(/mt-static/themes/josuikan/images/top/side_bg.gif) no-repeat 0 50%;

}


/*=============================
| 		  menu
=============================*/
div.navi{
	width:354px;
	height:100%;
	float:left;

}
#menu{
	position:absolute;
}
div.menu{
	width: 170px;
	height:100%;
	float:right;
	
}
div.menu ul#menuNavi{
	width: 170px;
	list-style-type: none;
	padding:0;
	margin:0;
}
div.menu ul#menuNavi li{

}


/*=============================
| 		  main
=============================*/
#contents{
	position:absolute;
	background-image: none;

}

#main{
	height:100%;
	min-width: 600px;
	position:relative;
	background:url(/mt-static/themes/josuikan/images/common/logo_gray.gif) no-repeat right bottom;

}

div#contents div.envNavi ul{
	padding-left: 20px;
}
div.photo{
	width: 90px;
	height: 90px;
	border:1px solid #cccccc;
	float: left;
	margin: 0 8px 8px 0;
	background-color: #cccccc;
	overflow:hidden; /*!!daiwa!!*/
}
div.gallery{
	height: 293px;
	/*width: 1330px;*/
	/*overflow:hidden;*/
	
	margin: 0;
}
div#mask{
	overflow:hidden;
	height: 295px;
	width:100%;
	margin: 0 0 5px 0;
}

p#goGallery{
	text-align:right;
	font-size: 95%;
	padding-right: 25px;
}
p#goGallery a,
p#goGallery a:visited{
	color: #333333;
}


/*common*/
div.inner{
	margin: 10px ;
}

/*=============================
| 		paragraph
=============================*/
h2#news{
	padding-left: 0;
	margin: 0 0 12px 0;
	height: auto;
	text-align: right;
	background: transparent url(/mt-static/themes/josuikan/images/top/t_news.gif) no-repeat 9px 0;

	border-left:1px solid #D1DAEE;

}
h2#news a{
	font-size:65%;
	font-weight:normal;
	margin: 10px 0 0 0;
	line-height: 30px;
	padding-right: 25px;
	
}
h2#news a,
h2#news a:visited{
	color: #333333;
}

/*=============================
| 		news
=============================*/
ul.newsTopics{
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.newsTopics li{
	margin:5px 0;
	padding:0;
	padding-left: 90px;
}
ul.newsTopics li.topnews{
	background-color: transparent;
}
span.date{
	margin:0 10px 0 0;
	float:left;
	/*width: 60px;  !!daiwa!!*/ 
	text-align:center;
}
span.cat{
	width: 80px;
	margin:0 10px 0 0;
	padding-left:6px;
	display:block;
	float:left;
	text-align: left;
	background-color: #efefef;
}
span.caution{
	background-color: #ffcccc;
}
/*=============================
| 		footer
=============================*/
#copyright{
	left: auto;
	right: 15px;
}

#pageTop{
	display: none;
}
