@charset "utf-8";
/* -------------------------------
	GENERAL-PURPOSE STYLES
------------------------------- */

/* -------------------------------
	TAG
------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
body {
	background-image: url(../images/bg00.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
}
a {
	overflow/**/: hidden;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
h1{
/*	font-size: 1px;
*/	position: absolute;
	top: 19px;
	left: 26px;
	text-indent: -9999px;
}
h1 a {
	display: block;
	width: 187px;
	height: 33px;
/*	margin: 7px 0px 7px 28px;
	background-image: url(../images/logo00.gif);
	background-repeat: no-repeat;
	line-height: 0;
*/}
h3 {
	text-indent: -9999px;
	height: 32px;
	padding: 0px 0px 25px 0px;
	clear:both;
}
h4 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	clear: both;
	font-size: 110%;
	text-indent: 10px;
	background-color: #F2F2F2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
p {
	padding: 0px 5px 30px 5px;
}
img {
	border: none;
}

/* -------------------------------
	FONT
------------------------------- */
.fs_large {
	font-size: 120%;
	line-height: 1.5em;
}
.fs_small {
	font-size: 85%;
	line-height: 1.5em;
}
.color-red {
	color: #E10915;
}
.color-yellow {
	color: #FF9900;
}
/* -------------------------------
	TEXT STYLES
------------------------------- */

.cmn-txt-01 {
	padding: 0px 0px 30px 0px;
}
.cmn-txt-01 li {
	margin: 0px 0px 0px 19px;
	list-style-position: outside;
}
.cmn-txt-02 {
	padding: 0px;
}
.cmn-txt-02 li {
	margin: 0px 0px 0px 19px;
	list-style-position: outside;
}


/* -------------------------------
	TABLE STYLES
------------------------------- */

.cmn-tbl-01 {
	line-height: 1.5em;
	font-size: 85%;
	margin: 0px 5px 30px 5px;
	border-collapse: collapse;
}
.cmn-tbl-01 th {
	padding: 8px 30px 8px 0px;
	text-align: left;
	vertical-align: top;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
*/}
.cmn-tbl-01 td {
	padding: 8px 0px 8px 30px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.cmn-tbl-01 td.none {
	padding: 8px 0px 8px 10px;
	border-left-style: none;
}
.cmn-tbl-01 li {
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}

.cmn-tbl-02 {
	border-collapse: collapse;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 1px solid #978d5c;
	line-height: 1.2em;
	font-size: 85%;
}
.cmn-tbl-02 th {
	padding: 4px;
	text-align: center;
	border: 1px solid #978d5c;
	background-color: #EBEBEB;
	font-weight: normal;
}
.cmn-tbl-02 td {
	padding: 4px;
	text-align: left;
	border: 1px solid #978d5c;
}

/* -------------------------------
	LIST STYLES
------------------------------- */

.cmn-lst-01 {
	padding: 0px 5px 30px 25px;
}

/* -------------------------------
	TITLE STYLES
------------------------------- */

.cmn-ti-01 {
	padding: 0px 5px 10px;
	clear: both;
}
.cmn-ti-reset {
	margin: 20px 0px 20px 0px;
	padding: 0;
	text-indent: 0;
	background-color: none;
	border: 0;
}

/* -------------------------------
	BOX STYLES
------------------------------- */
.cmn-box-01 {
	padding: 20px 20px 0px 20px;
	margin: 0px 5px 30px 5px;
	border: 1px solid #999999;
}
.cmn-box-02 {
	padding: 20px 20px 0px 20px;
	margin: 0px 5px 30px 5px;
	background-color: #F6F6F6;
}
.cmn-box-03 {
	padding: 10px;
	margin: 0px 5px 30px 5px;
	border: 1px solid #cccccc;
}

/* -------------------------------
	HR STYLES
------------------------------- */

.cmn-hr-01 {
	display: none;
}
.cmn-hr-02 {
	visibility: hidden;
	clear: both;
}
.cmn-hr-03 {
	clear: both;
	margin: 0px 0px 20px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* -------------------------------
	FLOAT and ALIGN
------------------------------- */

.float-left-img01 {
	float: left;
	padding: 0px 15px 15px 0px;
	clear: both;
}
.float-right-img01 {
	float: right;
	padding: 0px 0px 15px 15px;
	clear: both;
}
.align-center {
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.align-right {
	text-align: right;
	padding: 0px 20px 20px 0px;
}
.clear {
	clear: both;
}
.hide {
	text-indent: -9999px;
}
.col-left {
	float: left;
	width: 50%;
}
.col-right {
	float:right;
	width: 50%;
}

