@charset "utf-8";
/* CSS Document */

body {
	background-image: url(image/back32.jpg);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-attachment: fixed;
	background-color: #FEFF35;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
#footer {
	margin: auto;
	width: 750px;
	color: #FFFFFF;
	background-color: #669966;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	letter-spacing: 0.2em;
	text-align: right;
	height: 60px;
	background-image: url(image/footer.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}
h1 {
	background-image: url(image/h1.png);
	background-repeat: no-repeat;
	height: 60px;
	color: #CC6633;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
	text-indent: 15px;
}
h2 {
	background-image: url(image/h2.png);
	background-repeat: no-repeat;
	height: 38px;
	color: #006633;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 50px;
}
h3 {
	background-image: url(image/h3.png);
	background-repeat: no-repeat;
	height: 32px;
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 15px;
}

#main {
	width: 530px;
	background-color: #FFFFFF;
	margin-left: 200px;
	clear: none;
	top: 0px;
	padding: 8px;
}
#side {
	width: 180px;
	float: left;
	text-align: center;
	top: 0px;
}
#header {
	margin: auto;
	width: 750px;
	background-color: #CC6699;
	height: 250px;
	background-image: url(image/top.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 750px;
	background-color: #FFFFFF;
	margin: auto;
	background-image: url(image/content.png);
	background-repeat: repeat-y;
}

.menu a{
	display:block;
	width:160px;
	height:50px;
	overflow:hidden;
	background:url(image/button.gif) no-repeat 0 0;
	vertical-align: bottom;
	text-decoration: none;
	color: #CC6633;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
.menu a:hover{
	background-position:-160px 0;
	color: #CC3300;
}
.menu a:active{
	background-position:-320px 0;
}
/* 選択済み */
.menu p{
	display:block;
	width:160px;
	height:50px;
	overflow:hidden;
	background:url(image/button.gif) no-repeat 0 0;
	vertical-align: bottom;
	text-decoration: none;
	text-align: center;
	color: #CC6633;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	background-position:-160px 0;
	color: #CC3300;
}
/* 写真フレーム */
.photofrm_base {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #DCE3E3;
}
.photofrm_h {
	margin-top: 60px;
	float: left; position: relative;
	left: 350px;
}
.photofrm_v {
	position: relative;
	float: right;
	top: 20px;
	right: 20px;
}
