@charset "UTF-8";

/* ---- left pane ---- */

#left {
	margin-bottom: 30px;
}

#left_pane {
	width:764px;
	float:left;
	background-color:#EEEEEE;
	min-height: 800px;
}

/* ---- news ---- */

#main {
	font-size: 14px;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 25px;
	padding-top:10px;
	width:695px;
/*	background-image:url(../../imgs/top/border_blue.png);
	background-repeat:no-repeat;*/
	background-color:#eeeeee;/*#E2E5E8;*/
}

#main h1 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #555555;
}

h1.icom{
	background-color: black;
	height: 26px;
	color: white;
	padding: 6px 0px 6px 10px;
	font-size: 20px;
	border-bottom: 3px double #ffffff;
}

#main h2 {
	font-size: 16px;
	margin: 10px auto 10px 0px;
	padding-left: 10px;
	width: 400px;
	border-bottom: 1px solid #555555;
}

#main p {
	line-height: 170%;
	margin-left: 10px;
}

#main div #organization {
	margin-left: 10px;
}


/*
table#organization {
	margin-left: 10px;
	border: 1px solid #ff00ff;
}*/

#main table {
	margin-left: 20px;
}

#main p.box {
	margin-top: 20px;
	margin-left: 10px;
}


#main h3 {
	font-size: 14px;
	margin: 20px auto 10px 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #555555;
	width: 300px;
}

#main .wrap {
	width: 100%;
	margin-bottom: 20px;
}

#main .wrap .translation {
	float: right;
}

#main .description{
	line-height: 160%;
	
}

#main p#committee{
	line-height: 160%;
	margin-left: 10px;
}

#back {
	float: right;
	margin-top: 20px;
}

#main table.committee {
	margin-left: 15px;
}

#main a {
	color: #505050;
	text-decoration: none;
}

#main a:hover {
	color: red;
}

ul.dot {
	margin: 0px 0 0 25px;
	padding: 0;
}

ul.dot2 {
	margin: 0px 0 0 10px;
	padding: 0;
}


ul.dot li, ul.dot2 li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../../imgs/common/dot.png);
}

ul.dot li a {
	text-decoration: none;
	color: black;
}

ul.pdf {
	margin: 0px 0 0 25px;
	padding: 0;
}

ul.pdf li {
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-image: url(../../imgs/common/hd_pdf.png);
}

ul.pdf li.word {
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-image: url(../../imgs/common/hd_word.png);
}

ul.pdf li.normal {
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-left: 3px;
	list-style-position: inside;
	list-style-image: url(../../imgs/common/link-icon_blue.png);
}


ul.pdf li a {
	text-decoration: none;
	color: black;
}

dl.kaiin {
	margin-left: 10px;
}

dl.kaiin dt {
	background-image:url(../../imgs/common/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

dl.kaiin dd{
	margin-left: 10px;
	margin-bottom: 5px;
}


.query {
	width: 500px;
	margin: 10px;
}

.query .name {
	float: left;
	width: 150px;
	text-align: right;
}

.query .form {
	float: right;
	width: 340px;
}


/* ---- right pane ---- */

#right_pane {
	width:232px;
/*	height:100%;*/
	float:right;
}

/* ---- banners ---- */

#banners {
	margin-left: 2px;
}

#banners .bnr {
	margin-top:6px;
}


/* ---- jScrollpane ---- */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	/*background: red;*/
	background-repeat:no-repeat;
}

#detail_container .jspVerticalBar {
	right: 15px;
	background-image:url(../../imgs/top/scroll/bg_detail.png);
	background-position:left 48px;
}

#guide_list .jspVerticalBar {
	right: 15px;
	background-image:url(../../imgs/top/scroll/bg_list.png);
	background-position:left 34px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	/*display: none;*/
}

.jspCapTop {
	
}

#detail_container .jspCapTop {
	height:58px;
}

#guide_list .jspCapTop {
	height:44px;
}

.jspCapBottom {
	
}

#detail_container .jspCapBottom {
	height:27px;
}

#guide_list .jspCapBottom {
	height:21px;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;*/
	position: relative;
}

.jspDrag
{
	/*background: #bbd;*/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-image:url(../../imgs/top/scroll/thumb_middle.png);
	background-repeat:repeat-y;
	overflow:visible;
}

.jspDragTop {
	position:absolute;
	top:-8px;
	width:15px;
	height:8px;
	background-image:url(../../imgs/top/scroll/thumb_top.png);
	background-repeat:no-repeat;
}

.jspDragBottom {
	position:absolute;
	bottom:-7px;
	width:15px;
	height:7px;
	background-image:url(../../imgs/top/scroll/thumb_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

div.contents_list ul {
	margin: 0px 0 0 25px;
	padding: 0;
}

div.contents_list ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../../imgs/common/dot.png);
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

