/*  ----	top page StyleSheets	----  */

#footerNavi	{
	padding-top: 80px;
}
#h1TitleArea	{
	background-image: url(./sample_menu.jpg);
	background-position: center left;
	background-repeat: repeat-x;
}
h1.title	{
	padding: 0;
	line-height: 35px;
	text-indent: 40px;
	background-image: url(./h1arrow.gif);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border: 1px #e4ebe9 solid;
}
#h2TitleArea,
#h2TitleArea1	{
}
h2.tablename,
h2.tablename1	{
	padding: 0;
	line-height: 30px;
	text-indent: 30px;
	background-image: url(./h2icon.gif);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	border-bottom: 1px #003832 solid;
}
h2.tablename a	{
	text-decoration: none;
}
h2.tablename a:hover	{
	text-decoration: underline;
}
#h3TitleArea,
#h3TitleArea1	{
}
h3.h3Title,
h3.h3Title1	{
	padding: 0;
	line-height: 25px;
	text-indent: 25px;
	background-image: url(./h3icon.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border-bottom: 1px #003832 dotted;
}

.imageGallery	{
	margin-bottom: 20px;
	padding-left: 0;
}
.imageGalleryCenter	{
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
.imageArea	{
	padding-bottom: 20px;
	padding-right: 20px;
}

/*	リンク	*/
a.fileLink	{
	color: #f00;
	font-weight: bold;
}
a.fileLink:link,
a.fileLink:visited,
a.fileLink:focus	{
	text-decoration: underline;
}
a.fileLink:hover	{
	text-decoration: none;
}

/*	文字色・太文字	*/
.red	{
	color: #f00;
}
.blue	{
	color: #00f;
}
.orange	{
	color: #ffa500;
}
.green	{
	color: #008000;
}
.pink	{
	color: #ff1493;
}

.bold	{
	font-weight: bold;
}
.fSize9	{
	font-size: 9px;
}
.fSize10	{
	font-size: 10px;
}
.fSize11	{
	font-size: 11px;
}
.fSize12	{
	font-size: 12px;
}
.xx-small	{
	font-size: 8pt;
}
.x-small	{
	font-size: 9pt;
}
.small	{
	font-size: 10pt;
}
.large	{
	font-size: 11pt;
}
.x-large	{
	font-size: 12pt;
}
.xx-large	{
	font-size: 14pt;
}

.indent1em	{
	text-indent: 1em;
}
