.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;
	border: 1px solid #DDD;
	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: 180px;
	padding-left: 1px;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}

#left-menu .head {
	width: 175px;
	padding: 3px 0 5px 4px;
	margin-bottom: 1px;
	color: #FFFFFF;
	background: #4B0A0A url(../../../img/dot-h.gif) repeat-x scroll center bottom;
}

#left-menu ul {
	width: 175px;
	margin: 0 8px 10px 0px;
	padding: 0;
}

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

#left-menu ul li a {
	color: #333;
	text-decoration: none;
	height: auto;
	display: block;
	margin-bottom: 3px;
	padding: 4px 4px 4px 8px;
	font-weight: normal;
	font-size: 13px;
	background: transparent url(../../../img/dot-h.gif) repeat-x scroll center bottom;
}

#left-menu ul li a:hover {
	background: #EEE url(../../../img/dot-h.gif) repeat-x scroll center bottom;
}

#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 0px;
	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;
}
#left-menu div.body {
}
#left-menu div.membership {
	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 {
	line-height: 1.5;
    color: #333;
}

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;
	padding:0.3em 0 0.3em 0;
}

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

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

div#frontpage ul.prop {
	list-style-position:inside;
	color: #336666;
	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 0;
}
div#frontpage ul.prop li {
	display:inline;
}

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

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

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

