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

/* 基本CSSはstyle.css */


/* --------------------------------------------------
  楓ギャラリーについて　about.html スタイル指定
-------------------------------------------------- */

.greeting{
	padding:10px;
	margin-top:30px;
}
.aimg{
    max-width:200px;
    max-height:200px;
    display: inline-block;	
	margin-right: 30px;
}
.greeting-com{
	display: inline-block;
	line-height: 2em;
	vertical-align: top;
}
.outline{
	margin-top: 20px;
}
.outline p{
	float:right;
	margin-top:0;
	padding-top:0;
}
.exhibition-img{
	padding:10px;
}
.exhibition-img img{
	margin-right:20px;
	margin-top: 20px;
	max-height: 280px;
	max-width: 280px;
}
.others{
	margin-bottom:100x;
}
.others a{
	font-weight: bold;
	font-size: 105%;
}
.others p{
	width: 80%;
	font-size: 95%;
	margin-top:15px;
	margin-left:40px;
	margin-bottom:10px;
}
.click{
	padding-left:20px;
	font-size:80%;
}


