/* CSS Document */

@import "anchor.css";
@import "wspace.css";
@import "text.css";
@import "bgcolor.css";
@import "table.css";

body {
	width:760px;
	font-size:small;
	background-image:url(../images_common/main_bg.gif); background-position:0px 0px; background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}
ul,li,table,th,td,div {
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
/*********** global navi ***********/
#global-navi {
	width:760px; height:40px;
	background-image:url(../images_common/gnv_bg.gif); background-position:0px 0px; background-repeat:no-repeat;
}
#global-navi li {
	font-weight:bold;
	list-style:none;
	padding:10px;
	border-right:2px solid #2954a9;
	float:left;
}
#global-navi a:link {
	color:#fff;
	text-decoration:underline;
}
#global-navi a:active {
	color:#fff;
	text-decoration:underline;
}
#global-navi a:hover {
	color:#fff;
	text-decoration:underline;
}
#global-navi a:visited {
	color:#fff;
	text-decoration:underline;
}

#main {
	width:760px;
	clear:both;
}
/*********** local navi ***********/
#local-navi {
	width:190px;
	float:left;
}
#local-navi-1 li {
	background-image:url(../images_common/lnv1_bg.gif); background-position:0px 0px; background-repeat:no-repeat;
	padding-top:8px; padding-bottom:10px;
}
#local-navi a {
	padding:0px 10px 0px 20px;
}
#local-navi-1 a:link {
	color:#000;
	text-decoration:none;
}
#local-navi-1 a:hover {
	color:#00c;
	text-decoration:underline;
}
#local-navi-1 a:active {
	color:#000;
	text-decoration:none;
}
#local-navi-1 a:visited {
	color:#000;
	text-decoration:none;
}
#local-navi-2 {
	font-size:x-small;
	margin-top:10px;
}
#local-navi-2 li {
	background-image:url(../images_common/lnv2_bg.gif); background-position:0px 0px; background-repeat:no-repeat;
}
/*********** contents ***********/
#contents {
	width:550px;
	line-height:130%;
	float:right;
}
h1 {
	width:760px; height:237px;
	color:#FFF;
	font-size:x-small; font-weight:normal;
	background-image:url(../images_common/title.jpg); background-repeat:no-repeat;
	background-color:#fff;
	margin:0px;
}
h2 {
	color:#FFF;
	font-size:small;
	background-image:url(../images_common/h2_bg.gif); background-position:0px 0px; background-repeat:repeat-y;
	padding:5px 10px;
	margin-top:20px;
}
h3 {
	font-size:small;
	background-image:url(../images_common/h3_bg.gif); background-position:0px 0px; background-repeat:repeat-y;
	padding:2px 13px;
	margin-bottom:5px;
}
h4 {
	font-size:small;
	background-image:url(../images_common/h4_bg.gif); background-position:0px 3px; background-repeat:no-repeat;
	padding-left:13px;
	margin-bottom:5px;
}
.tx-left-img {
	height:110px;
	clear:both;
}
.tx-left-img img {
	padding-right:10px;
	float:left;
}
.tx-right-img {
	height:110px;
	clear:both;
}
.tx-right-img img {
	padding-left:5px;
	float:right;
}
.column2-left {
	width:260px;
	padding-bottom:20px;
	float:left;
}
.column2-right {
	width:260px;
	padding-bottom:20px;
	float:right;
}
.pagetop {
	font-size:x-small;
	float:right;
}
/*********** copyright ***********/
#copyright {
	color:#666;
	font-size:x-small; font-family:Arial;
	background-color:#fff;
	padding:20px 10px 10px 10px;
	clear:both;
}
