/*  ----	ドキュメント StyleSheets	----  */

#h1TitleArea	{
	margin: 0;
	padding: 20px 0;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
h1.title	{
	display: inline-block;
	padding: 0;
	text-align: left;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 2.4em;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.h2TitleArea,
.h2TitleArea1,
.h2TitleArea2	{
	border-bottom: 3px #ff8c00 solid;
}
.tablename,
.tablename1,
.tablename2	{
	padding: 0;
	font-weight: bold;
	text-indent: 10px;
	line-height: 2em;
}

.tablename a:link, .tablename a:visited, .tablename a:focus,
.tablename1 a:link, .tablename1 a:visited, .tablename1 a:focus,
.tablename2 a:link, .tablename2 a:visited, .tablename2 a:focus	{
	color: #333333;
	text-decoration: none;
}
.tablename a:hover,
.tablename2 a:hover,
.tablename2 a:hover	{
	color: #333333;
	text-decoration: underline;
}


.h3Title,
.h3Title1	{
	font-weight: bold;
	border-left: 3px #ff8c00 solid;
	background-color: #eaeaea;
	background-color: transparent;

}

/*	ページセンタリング	----------------------------------------	*/
.blockCenterOuter	{
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.blockCenterInner	{
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*	画像3枚横並び	----------------------------------------	*/
.imageCenter1,
.imageCenter2,
.imageCenter3,
.imageCenter4,
.imageCenter5,
.imageCenter6	{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 240px;
}
.imageCenter3,
.imageCenter6	{
	margin-right: 0;
}


/*	ダウンロードリンク	----------------------------------------	*/
a.downloadLink	{
	display: block;
	margin: 100px 0;
	padding: 0;
	width: 260px;
	background-color: #ff8c00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.downloadLink:link,
a.downloadLink:visited,
a.downloadLink:focus	{
	color: #ffffff;
	text-decoration: none;
}
a.downloadLink:hover	{
	color: #ffffff;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.downloadLink div	{
	margin: 0;
	padding: 30px 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
}
