@charset "utf-8";

/*--2010.06.22--100122ms.cssを12p13p14p用に（container,menu周りの背景色指定、タイトル文字色だけ違う）-*/
/*--2010.06.30--h2,h3,h4,h5周り修正-*/
/*--2010.06.30--[100622-12p-13p-14p.css]を-(z100630-a.css)--(style12.css)--(style13.css)--(style14.css)--にばらした--*/
/*--div id=menu メニューが通常の[ul][li]を使ってるページ--*/

/*-----本文領域----12ページ---index-cではa:hoverで画像が埋没----*/

div#index-d {
	border: 1px solid #d2b48c;
	margin: 0px 1px 0px 1px;
	padding: 5px 0px 0px 0px;
	background-color: #f2f2f2;
	background-image:url(/upimg/ms.gif);
	text-align: left;
}

/*div#index-d h2,h3,h4,h5{font-size: 100%;border: 1px solid #d2b48c;text-align:center;}*/
/*div#index-d h2 {margin: 5px 100px 10px 100px;padding: 3px; }*/
/*div#index-d h3 {margin: 15px 500px 10px 40px;padding: 3px 5px 3px 5px; }*/
/*div#index-d h4 {display:inline;margin: 5px 5px 5px 105px;padding: 3px 3px 3px 3px; }*/
/*div#index-d h5 {display:inline;margin: 5px 5px 5px 75px;padding: 3px 15px 3px 15px; }*/

h5.bar_12{margin: 10px 35px 5px 35px;padding: 3px;
				font-size: 100%;border: 1px solid #d2b48c;text-align:center;}

div#index-d p{ margin: 5px 10px;}

/*-----spacegallery---------*/

.spacegallery {position: relative;overflow: hidden;}

.spacegallery img {position: absolute;left: 50%;}

.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/upimg/blank.gif);
}

#myGallery {width: 100%;height: 300px;}

#myGallery img {/*border: 2px solid #52697e;*/}

a.loading {
	background-color: #ffffff;
	background-image: url(/upimg/ajax_small.gif);
	background-repeat: no-repeat;
}

/*-↑--spacegallery----------*/


