@import url(/css/common/base.css);
@import url(/css/common/layout.css);
@import url(/css/common/item.css);

body, h1, h2, h3, h4, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
br.clear {
	clear:both;
}

a:link { color:#777; }
a:visited { color:#777; }
a:hover { color:#2f844d; text-decoration:underline; }

/* Form Style 
input,textarea,select {
	border:solid 1px #000;
	font-size:1em;
	font-family:"Verdana";
	background-color:#e5e5e5;
	padding:1px 2px 1px 2px;
	margin:2px 0px 2px 0px;
}
input[type="checkbox"] {
	border:none;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
/* Form Style End */

h1 {
	font-size:1.15em;
	margin-bottom:10px;
}
h2 {
	font-size:1em;
	margin-bottom:5px;
}
p {
	text-align:justify;
	margin-bottom:10px;
}
p.imgcap {
	text-align:justify;
	font-size:0.9em;
	line-height:130%;
}

body {
	background-color:#ffffff;
	font-family:"verdana";
	font-size:11px;
	line-height:150%;
	color:#333;
}

#container {
	margin:20px;
	width:970px; /* Page Width */
}

#header {
}
#header .logo {
	padding-left:10px;
	padding-bottom:10px;
}
#header .logo h1 {
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#666;
	float:left;
}
#header .logo h2 {
	padding-left:5px;
	padding-top:5px;
	font-family:verdana;
	font-size:10px;
	color:#888;
	font-weight:normal;
	float:left;
}
#header .logo #loginDiv {
	font-size:0.9em;
	float:right;
}
#header .logo #loginDiv a {
	text-decoration:none;
}


#header .mainMenu {
	height:40px;
	background-image:url(/img/menu_02.gif);
	list-style-type:none;
	width:970px;
}
#header .mainMenu li {
	list-style:none;
	float:left;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}
#header .mainMenu li.start {
	background-image:url(/img/menu_01.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding:0px;
	width:20px;
	height:40px;
}
#header .mainMenu li.end {
	background-image:url(/img/menu_03.gif);
	float:right;
	list-style:none;
	padding:0px;
	width:10px;
	height:40px;
}
#header .mainMenu li.split {
	color:#999;
	list-style:none;
}
#header .mainMenu a {
	color:#333;
	padding:3px 10px 3px 10px;
	text-decoration:none;
}
#header .mainMenu a:hover {
	list-style:none;
	color:#333;
	text-decoration:none;
	background-color:#e5e5e5;
}

#content {
	padding:10px;
	padding-top:15px;
}

.page_detail {
	padding:10px 10px 10px 10px;
	border:solid 1px #ccc;
	background-color:#fbfbfb;
	line-height:140%;
}
.page_detail h3 {
	background-image:url(/img/common/hdot.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
	margin-top:7px;
}
.page_detail h3.first {
	background-image:none;
	margin-top:0px;
}
.page_detail .ipr_img {
	padding:10px 0px 0px 0px;
	background-color:#fff;
	border:solid 1px #666;
}
#content .indexLeft {
	padding-top:30px;
	width:450px;
	background-image:url(/img/img1.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .indexRight {
	padding-top:30px;
	width:450px;
	background-image:url(/img/img2.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .button {
	width:400px;
	height:400px;
}
#content .notice {
	padding:0px 10px 0px 10px;
}
#content .notice ul {
	list-style-type:none;
}
#content .notice ul li .date {
	color:#999;
}
#content .notice ul li a {
	text-decoration:none;
}
#content .ref {
	list-style-type:disc;
}
#content .ref li {
	margin-left:20px;
	margin-bottom:2px;
}


#footer {
	padding-top:20px;
	padding-left:20px;
}
#footer a {
	text-decoration:none;
}




#header ul.subMenu {
	list-style:none;
	position:absolute;
	z-index:1;
 	border-top:solid 1px #555;
	display:none;
}
#header ul.subMenu li {
	list-style:none;
	border-left:solid 1px #555;
	border-right:solid 1px #555;
	border-bottom:solid 1px #555;
	background-color:#ddd;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:0.9em;
	font-weight:bold;
}
#header ul.subMenu li a {
	list-style:none;
	text-decoration:none;
	color:#666;
}
#header ul.subMenu li a:hover {
	list-style:none;
	text-decoration:none;
	background-color:#aaa;
	color:#fff;
}
#header ul.subMenu li:hover {
	color:#fff;
	background-color:#aaa;
}



/* Table Style */
#content table {
        border-top:solid 2px #000;
        border-bottom:solid 2px #000;
        border-collapse:collapse;
}
#content table#gbAddTable {
        border:none;
}
#content table thead {
        font-weight:bold;
}
#content table thead td {
        border-bottom:solid 1px #000;
}

#content table td {
        padding:4px 8px 4px 8px;
}
#content table tr.even  td {
        background-color:#fff;
        font-weight:none;
}
#content table tr.odd  td {
        background-color:#e5e5e5;
        font-weight:none;
}
#content table tr.number  td {
        background-color:#fff;
        font-weight:none;
        font-size:8px;
}
#content table td.classY {
        background-color:#ffcccc;
}
#content table tr.even td.classY {
        background-color:#ffcccc;
}
#content table tr.odd td.classY {
        background-color:#ffaaaa;
}
#content table td.classN {
        background-color:#ccccff;
}
#content table tr.even td.classN {
        background-color:#ccccff;
}
#content table tr.odd td.classN {
        background-color:#aaaaff;
}


#content table.number  {
        border:none;
        border-top:solid 1px #000;
        border-left:dotted 1px #000;
        padding:0px;
        margin:0px;
}
#content table.number td {
        padding:0px 1px 0px 1px;
        margin:0px;
        font-size:0.8em;
        font-weight:normal;
        border-right:dotted 1px #000;
}

/* Table Style End */


/* Table No Border Style */
#content table.noBorder {
        border:none;
}

/* List Style */
#content ul {
        list-style-type:none;
        margin-top:5px;
        margin-bottom:5px;
}
#content ul li {
        margin-left:10px;
}
/* List Style End */

/* ETC Style */
#content .topNavigation {
        margin-top:-5px;
        margin-bottom:15px;
        font-size:0.8em;
        color:#666;
}

#content .navigation {
        text-align:center;
}
#content .box {
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
        border:solid 1px #cccccc;
        background-color:#f4f4f4;
        margin-bottom:5px;
}
#content .boxTable {
        border:solid 1px #cccccc;
        margin-bottom:5px;
}
#content .boxTable td {
        background-color:#f4f4f4;
        padding-top:2px;
        padding-bottom:2px;
}
#content .fixedFont {
        font-family:"Courier New", "Courier";
}

.altLayer {
        border:solid 1px #000;
        position:absolute;
        z-index:2;
        padding:2px;
        font-family:"Verdana";
        font-size:10px;
        color:#000;
        background-color:#e8cd80;
        display:none;
}
#content .formDiv {
        line-height:100%;
}
#content .formDiv h3 {
        font-size:0.9em;
}
#content .formDiv p  {
        font-size:0.8em;
        padding-bottom:3px;
        margin-bottom:3px;
        border-bottom:dotted 1px #999;
}
#content .formDiv table {
        border:solid 1px #999;
        margin-top:3px;
        margin-bottom:3px;
}
#content .formDiv td {
        border:solid 1px #999;
        font-size:0.8em;
        padding:0px 5px 0px 5px;
        line-height:100%;
}
#content .formDiv td.legend {
        background-color:#f5f5f5;
        font-weight:bold;
        color:#666;
}



#object_browser {
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	border-top:solid 1px #666;
	border-left:solid 1px #666;
}
#object_ {
	border:solid 1px #000;
}
