@charset "UTF-8";
/* pages */

/*	Accordion
------------------------------------------------------------ */ 
@import url("accordion.css");


/*	Left Navi
------------------------------------------------------------ */ 
#left_nav { width:198px; border:1px solid #c8c8c8; margin-left:30px; _margin-left:15px; float:left;}


/*	Left Navi no accordion
------------------------------------------------------------ */
#left_nav_no_acc { width:198px; border:1px solid #c8c8c8; margin-left:30px; _margin-left:15px; float:left;}
#left_nav_no_acc ul { line-height: 50px;}
#left_nav_no_acc ul li { width:198px; height:45px; list-style-type:none; }
#left_nav_no_acc ul li a { width:198px; _width:173px; height:45px; padding:0 0 0 25px; display:block; background:url(../images/btn_leftnav.png) no-repeat;}
#left_nav_no_acc ul li a:hover,
#left_nav_no_acc ul li a.selected{ background:url(../images/btn_leftnav_a.png) no-repeat; text-decoration:none; color:#fff;}


/*	Right Container
------------------------------------------------------------ */ 
#right_container { width:715px; float:left; margin-left:20px; _margin-left:10px;}
.article { padding:5px;}
.article_green { padding:15px; background:#e5f4e1;}
.article_orange { padding:15px; background:#fffaec;}


/*	Container
------------------------------------------------------------ */ 
#container { width:935px; margin:0 auto;}
#container_inner { padding:5px;}


/*	Contents Block
------------------------------------------------------------ */
.contents_block { width:231px; margin-right:11px; _margin-right:5px; float:left;}
.contents_block_right { width:231px; float:left;}
.contents_block_inner { padding:5px; margin-bottom:20px;}


/*	Title
------------------------------------------------------------ */ 
h2.title { font-size:123%; padding:10px 0 10px 40px; background:url(../images/title_bg.png) no-repeat; letter-spacing:0.1em; font-weight:normal;}
h2.title_short { font-size:123%; padding:9px 0 10px 40px; background:url(../images/title_bg_short.png) no-repeat; letter-spacing:0.1em; font-weight:normal;}
h2.title_long { font-size:123%; padding:10px 0 10px 40px; background:url(../images/title_bg_long.png) no-repeat; letter-spacing:0.1em; font-weight:normal;}


/*	ir
------------------------------------------------------------ */
.table_ir_01 table.table_green th,
.table_ir_01 table.table_green td {
	vertical-align:middle;
}
.table_ir_01 table.table_green th {
	width:25%;
}
.table_ir_01 table.table_green td {
	text-align:right;
}

.table_ir_02 table.table_green th,
.table_ir_02 table.table_green td {
	text-align:center;
	vertical-align:middle;
}


/*	history
------------------------------------------------------------ */
#history_left { width:525px; float:left;}
#history_right { width:170px; float:right;}


