/*  ----	contents page StyleSheets	----  */
body	{
	background-image: url(../public/background_image.jpg);
}
#h1TitleArea	{
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: none;
}
h1.title	{
	padding: 0;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
}
h1.title	{
	display: inline-block;
	padding: 38px 45px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.6em;
	background-color: #2b4e84;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.h2TitleArea,
.h2TitleArea1,
.h2TitleArea2	{
	padding: 0;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-bottom: 3px #ff8c00 solid;
}
.tablename,
.tablename1,
.tablename2	{
	padding: 0;
	text-indent: 10px;
	font-size: 24px;
	line-height: 2em;
}
.h3TitleArea,
.h3TitleArea1	{
	padding: 10px 0;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
}
.h3Title,
.h3Title1	{
	padding: 0;
	font-size: 24px;
	text-indent: 10px;
	line-height: 2em;
	border: none;
	border-left: 3px #ff8c00 solid;
	background-color: #eaeaea;
}
.h2documentArea	{
	padding-bottom: 40px;
}

/*	詳しくはこちらアイコン	-----------------------------------------------------------------------*/
.detailLink,
.siteLink,
.photoLink,
.downloadLink	{
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: none;
}

.detailLink a,
.siteLink a,
.photoLink a,
.downloadLink a	{
	display: block;
	width: 200px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	line-height: 80px;
	text-align: center;
	text-indent: 0px;
	text-decoration: none;
	background-image: none;
	background-color: #ff8c00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.detailLink a:hover,
.siteLink a:hover,
.photoLink a:hover,
.downloadLink a:hover	{
	color: #ffffff;
	text-decoration: underline;
	background-image: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


*/
.clear	{
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}