@charset "UTF-8";

/*==================layout ====================*/

.header {
	height: 145px;
	width: 100%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
.line-hor {
	background-image: url(img/line-hor.gif);
}
.img_border {
	border: 1px solid #666666;
}
.top_nav {
	font-size: 16px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.top_nav a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.top_nav a{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.footer_txt {
	font-size: 11px;
	color: #CCCCCC;
}
.footer {
	height: 80px;
	width: 100%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
.footnote {
	font-size:10px;
	font-style:italic;
	color: #666666;
}

/*==================index ====================*/

.h1 {
	font-size: 24px;
	font-weight: bold;
}

.txt {
	font-size:12px;
	line-height:20px;
}
.txt2 {
	font-size:11px;
	line-height:20px;
	text-align: right;
	width: 180px;
	float: right;
}
.txt2 a{
	color: #000000;
	text-decoration: underline;	
}

.txt2 a:hover{
	color: #666666;
	text-decoration: none;
}


/*==================work ====================*/


.h2 {
	font-size: 16px;
	font-weight: bold;
}
.txt3 {
	font-size:13px;
	margin-left: 100px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	font-weight: bold;
}
.txt3 a{
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

.txt3 a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.txt4 {
	font-size:12px;
	line-height:20px;
	width: 660px;
}
.txt5 {
	font-size:12px;
	color: #666666;
}
.txt5 a{
	text-decoration: none;
	color: #666666;
}

.txt5 a:hover{
	color: #333333;
	text-decoration: underline;
}
.bg {
	background-image: url(img/pattern.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
