/*  ----	album StyleSheets	----  */

/*	見出し	-----------------------------------------------------------------------*/
h1.title	{
	background-color: #82b220;
}
.h2TitleArea,
.h2TitleArea1,
.h2TitleArea2	{
	padding: 0;
	background-image: none;
	background-image: url(../public/camera-32.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-bottom: 3px #82b220 solid;
}
.tablename,
.tablename1,
.tablename2	{
	padding: 0;
	text-indent: 45px;
	line-height: 40px;
}
.tablename1 a:link,
.tablename1 a:visited,
.tablename1 a:active	{
	text-decoration: none;
}
.tablename1 a:hover	{
	color: #82b220;
	text-decoration: underline;
}

.h3Title,
.h3Title1	{
	border-left: 10px #82b220 solid;
}

.h2documentArea	{
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 8px;
	border: 1px #82b220 solid;
}
.h2documentArea	{
	margin-top: 0;
	padding-bottom: 10px;
	border: none;
}
.entryDate	{
	padding-right: 10px;
	font-size: 100%;
}

.categoryNavi	{
	margin-top: 30px;
}

/*	ダウンロードアイコン	-----------------------------------------------------------------------*/
.photoLink	{
	background-image: none;
}
.photoLink a	{
	display: block;
	width: 150px;
	font-weight: normal;
	color: #333333;
	line-height: 80px;
	text-align: center;
	text-indent: 0px;
	background-image: none;
	background-color: #e6e5e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.photoLink a:hover	{
	text-decoration: none;
	background-image: none;
	background-color: #e3decc;
}

