.alert_frame{
	border:solid 2px red;
}

*.index{
	border-left: solid 5px #F4A460;
	border-bottom: solid 1px #AAAAAA;
	padding-left: 5px;
}

*.index2{
	border-left: solid 5px #F4A460;
	padding-left: 5px;
}


/* background */
*.bg {
	width: 100%;
	background: #F3F2ED;
	margin: 0px;
	padding: 0px;
}

/* table */

table#table1 {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	clear: both;
}

table#table1 caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table#table1 td, table#table1 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.2em;
	vertical-align: top;
}

table#table1 tr.odd th, table#table1 tr.odd td {
	background: #efefef;
}

table#table2 {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	background: #FFFFFF;
	text-align: left;
	clear: both;
}

table#table2 tr {
	vertical-align: top;
}

table#table2 span {
	font-size: small;
	color: #325a00;
}

table#table2 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	white-space: nowrap;

}

table#table2 th {
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 140px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background: #F0F0F0;
	white-space: nowrap;
}


/* left_menu */

#left-menu {
	width: 150px;
	padding-left: 1px;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}

#left-menu .head {
	width: 144px;
	border: 1px solid #DBE5F1;
	color: #EFEFEF;
	padding-left: 5px;
	margin-bottom: 1px;
	background-color: #000055;
}

#left-menu ul {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#left-menu ul li {
	width: 150px;
	padding: 0;
	line-height: 1.1em;
	display: inline;
}

#left-menu ul li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #BCBCBC;
	
	height: auto;
	display: block;
	margin-bottom: 3px;
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
}

#left-menu ul li a:hover {
	border-bottom: 1px dashed #DCDCDC;
	
	background-color: #E4E4DA;
}

#left-menu ul ul {
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	font-size:0.9em;
	width:135px;
}

#left-menu ul ul a {
	padding: 3px 1px 3px 5px;
	font-weight: normal;
	width: 125px;
	color: #004477;
} 

#left-menu div.membership, #left-menu div.body {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 2px 5px;
	white-space: normal;
	word-break: break-all;
}
#left-menu div.regist, #left-menu div.regist img {
	margin: -2px 0 5px 0;
	padding: 0;
	background: transparent url(../../../img/number_bg3.gif) no-repeat scroll 0% 0%;
}
#left-menu div.body {
	background: transparent url(../../../img/number_bg2.gif) repeat-y scroll 0%;
}
#left-menu div.membership {
	background: transparent url(../../../img/number_bg.gif) no-repeat scroll 0% 0%;
	overflow:hidden;
}

/* account body */
div#accountbody {
	width: 100%;
	margin: 0 10px;
	padding: 0px;
	white-space: normal;
	clear: both;
} 


/* Register Form */

table#register {
	width: 100%;
	color: #333;
	clear: both;
}

table#register td, table#register th {
	padding: 5px;
	line-height: 1.5em;
	vertical-align: top;
}


/* Doc HTML */
div#doc-html p {
	line-height: 1.5;
}

div#doc-html img {
	vertical-align: text-bottom;
}

div#doc-html table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	clear: both;
}

div#doc-html table td, div#doc-html table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.2em;
	vertical-align: top;
}

div#doc-html table tr.odd th, div#doc-html table tr.odd td {
	background: #efefef;
}

/* Caption */
div#caption div.title {
	font-size: 105%;
	font-weight: bold;
	border-bottom:medium none;
	margin: 0;
	padding:0.3em 0 0.3em 2px;
}

div#caption ul.prop {
	list-style-position:inside;
	color: #003366;
	font-size:85%;
	background:transparent url(../../../img/dot-h.gif) repeat-x scroll left bottom;
	margin:0 0 5px 0;
	padding:0 15px 0.2em 4px;
}
div#caption ul.prop li {
	display:inline;
}

/* Index HTML */
div#frontpage div.title {
	font-size: 105%;
	font-weight: bold;
	background:transparent url(../../../img/dot-h.gif) repeat-x scroll left top;
	border-bottom:medium none;
	margin: 20px 0 0 0;
	padding:0.3em 0 0.3em 2px;
}

div#frontpage ul.prop {
	list-style-position:inside;
	color: #003366;
	font-size:85%;
	background:transparent url(../../../img/dot-h.gif) repeat-x scroll left bottom;
	margin:0 0 5px 0;
	padding:0 15px 0.2em 4px;
}
div#frontpage ul.prop li {
	display:inline;
}

div#frontpage div#container {
  margin:0 auto;
  width:100%;
}

div#frontpage div#container .col1{
  float:left;
  width:51%;
}
div#frontpage div#container .col2{
  float:right;
  padding: 0 0 0 0px;
  width:47%;
}

div#frontpage div#container .clear{
	clear:both;
}


