@charset 'UTF-8';

/* ------------------------------------
*
*Since: 2008-07-25
*Editor: D_sasaki
*
-------------------------------------*/

div#primary a {
	color:#909090;
	text-decoration:underline;
}

div#primary a:hover {
	color:#F18E00;
	text-decoration:underline;
}


/* >>> bread <<<-----------*/
ul#bread a {
	color:#F18E00 !important;
}

/* >>> localNavi <<<-----------*/
div#secondary ul#localNavi li a {
	background-image:url(../images_static/ren_menu_001.gif);
}

div#secondary ul#localNavi li li a {
	background-image:url(../images_static/ren_menu_003.gif);
}

div#secondary ul#localNavi li a.toggle {
	background-image:url(../images_static/ren_menu_002.gif);
}	

/////////////////////////////masato tsutsui
.gray {
	padding:5px 5px;
	background-color:#EBEBEB;
}	
.paragraph .gray {
	padding:5px 5px;
	background-color:#EBEBEB;
}	
	
.grayout01{
border-top:1px solid #C0C4BB;
border-right:1px solid #C0C4BB;
padding:10px 10px 0px 0px;
font-size:1.0em;
}

.brown-red{
color:#ff4500;
}

.layout02 .orange{
color:#ffa500
}
.answer{
color:#32cd32;
}

.table_process{
	width:100%;
}

 .table_process th {
	vertical-align:center;
	padding:5px 5px;
	margin:5px 5px;
	border-bottom:0px solid #FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	width:30%;
}

.table_process td {
	vertical-align:center;
	padding:5px 5px;
	margin:5px 5px;
	border-bottom:0px solid #FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	width:70%;
}

.table_process th.odd{
	background-color:#EBEBEB;
}

.table_process td.odd{
	background-color:#EBEBEB;
}

.table_top {
	width:658px;
	border-bottom:10px solid #515151;
	background-color:#515151;
}

.table_top th,
.table_top td{
	width:25%;
	padding:1px 2px;
}
.more{
float:right;
font-size:0.8em;
}
	
