/*----------------------------------------*/
/*-- 三重県土地家屋調査士会ホームページ --*/
/*----------------------------------------*/

/*-- body --*/
BODY {
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right : auto;
	margin-bottom : 0px;
	margin-left : auto;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
	width: 750px;
	height: 600px;
	padding: 0px;
	background-image: url(img/bg.gif);

}

.w750 {
	background-color: #FFFFFF;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;

}

/*-- td --*/
td {
	font-size: 80%;
	line-height: 17px;
	color: #333333;


}

/*-- 共通 --*/
p,h2,h3,h4,h5,.header_a,.header_b,.left_navi,.right {  text-decoration: none; text-align: left;}
h1,h2,h3,h4,h5 {  font-weight: bold;}

/*-- h 要素 --*/
H1 {
	color: #999999;
	font-size: 10px;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 0px;
	padding-left : 5px;
	margin: 0px;
	font-weight: normal;
	background-color : #2c358f;
	text-align : right;
	padding-right: 0px;

}

h2 {
	color: #333333;
	font-size: x-small;
	margin: 6px 0px;
	background-color: #E7EAF1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: normal;
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;

}

h3 {
	color: #000099;
	font-size: 110%;
	margin: 5px 0px;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;



}

/*-- フォント --*/
.font14 {
	font-size: 14px;
	line-height: 19px;
}
.font12 {
	font-size: 12px;
	line-height: 17px;
}
.font10 {
	font-size: 10px;
	line-height: 15px;
}
.small {
	font-size: xx-small;
	line-height: 15px;

}

/*-- P 要素 --*/
p {  padding: 0px 0px 0px 5px;
     text-indent: 8pt;}
/*-- strong 要素 --*/
strong {  font-size: 100%;}

/*-- リンク --*/
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: #CC3333;
}

/*-- 共通（ヘッダー、フッター、コピーライト） --*/
.header,.footer,.copyright{
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
  width: 750px;
}


/*-- ヘッダー　TABLE 全体 --*/
.header {
  padding: 0px 0px;
  height: 90px;
  width: 750px;
}

/*-- メニュー部分 --*/
.contents {
	padding: 0px;
	margin: 0px;
	border-top: 1px #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px #999999;
	border-left: 1px solid #999999;


}


/*-- 文字色 --*/
.color_green { color: #65B64F;}
.color_lightgreen { color: #CFEA61;}
.color_darkgreen { color: #166C27;}
.color_black { color: #333333;}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*-- ドット下線 --*/
.dot {
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	height: 3px;
}

/*-- メニュー部分 --*/
.contents {
	font-size: 100%;
	text-decoration: none;
	padding: 5px;
	line-height: 1.3em;
	border-top: 1px #BBC1D0;
	border-right: 1px solid #BBC1D0;
	border-left: 1px solid #BBC1D0;
}
/*-- ご案内 --*/
.profile {
	font-size: 80%;
	text-decoration: none;
	padding: 5px;
	line-height: 1.3em;
	background-color: #EDF8B7;
	border: 1px solid #BBC1D0;

}

/*-- コピーライト --*/
.copyright {
	font-size: x-small;
	background : url(img/bg_footer.gif);
	padding: 5px 0px;
	color: #FFFFFF;
}

/*-- 本文最下部　ページトップへのリンク --*/
.pageup {
  background : url(img/bar_bottom.gif) repeat-x center bottom;
  vertical-align: bottom;
  text-align: right;
  margin: 0px 0px;
  padding: 6px 40px 6px 0px;
}
