﻿
body{
	margin-top:0px;
-webkit-text-size-adjust: 100%;
    	background-image: url(img/back00.jpg);
}


a img {
    border-style:none;
}



/*---トップページへもどる--*/
#back{
	width:1000px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}






/*---アルバム--*/
#album{
	width:1000px;
	height:7000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:50px;
	border: solid 3px #ffcc00;
	border-radius:30px;
	background:#ffffff;
	padding:20px 20px 0px 20px;
}


table.p{
	width:960px;
	border-spacing:5px; 
}


hr {
height: 1px;
border: none;
border-top: 2px #ffcc00 dotted;
}



.text_blue {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #003399;
}


.title{
	background:#ffcc00;
	padding:5px;
}




