@charset "shift_jis";
/* CSS Document */

a.lead,
span.lead {
	color:#333333;
	font-style:normal;
	font-weight:normal;
	background:#EFC3CB;
	padding:0.1em 0.2em;
}

a:hover.lead {
	color:#FFFFFF;
	background:#CD3E5A;
}


.hover {

}

.stripedTable {
}

.stripedList {
}

.shadow {
	background:transparent url(../images/drop_shadow.gif) no-repeat scroll right bottom;
	padding:4px 9px 9px 4px;
}

/* */

#main .lead-search-table {
	display:table;
	border:10px solid #CCCCCC;
	background-color:#FFFFFF;
	margin:1em 0;
}

#main .lead-search-table th {
	text-align:left;
	background:transparent url(../images/unit/text.gif) no-repeat left center;
	border-right:10px solid #CCCCCC;
	border-left:none;
	padding:0;
}

#main .lead-search-table td {
	vertical-align:middle;
	border-right:10px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0;
}

#main .lead-search-table td a {
	display:block;
	width:112px;
	font-weight:bold;
	line-height:27px;
	padding:0 1.5em 0 58px;
	margin:0 auto;
}

#main .lead-search-table .c1 a {
	background:transparent url(../images/unit/arrow_red.gif) no-repeat 36px center;
}

#main .lead-search-table .c2 a {
	background:transparent url(../images/unit/arrow_blue.gif) no-repeat 36px center;
}

#main .lead-search-table td a:hover {
	text-decoration:underline;
}

#main .lead-search-table th table {
	width:208px;
	height:40px;
	background:transparent url(../images/unit/btn_bg.jpg) no-repeat left center;
	padding:0;
	margin:0 0 0 121px;
}

#main .lead-search-table th table td {
	border:none;
	padding:0;
}

#main .lead-search-table th table td a {
	display:block;
	color:#003300;
	font-size:109%;
	font-weight:bold;
	line-height:40px;
	white-space:nowrap;
	background:none;
	padding:0 0 0 22px;
}

#main .lead-search-table th table td a:hover {
	text-decoration:underline;
}

/* Navigation */

.nav {
	display:block;
	width:590px;
	padding:0;
	margin:2em 0 1em 0;
}

.nav li {
	display:block;
	width:196px;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

.nav li a {
	padding:0;
	margin:0;
}


/*------------------------------------------------------------
  Common Class - Add Icons
------------------------------------------------------------*/

.question {
	background:transparent url(../images/icons/question.gif) no-repeat scroll right center;
	padding:2px 20px 1px 0;
	margin-right:3px;
}

.pdf {
	background:transparent url(../images/icons/pdf.jpg) no-repeat scroll right center;
	padding:2px 20px 1px 0;
	margin-right:3px;
}

.xls {
	background:transparent url(../images/icons/xls.gif) no-repeat scroll right center;
	padding:2px 20px 1px 0;
	margin-right:3px;
}

.doc {
	background:transparent url(../images/icons/doc.gif) no-repeat scroll right center;
	padding:2px 20px 1px 0;
	margin-right:3px;
}

.mailto {
	background:transparent url(../images/icons/mail.gif) no-repeat scroll right center;
	padding:2px 18px 1px 0;
	margin-right:3px;
}

.popup {
	/*
	background:transparent url(../images/icons/popup.gif) no-repeat scroll right center;
	padding:2px 18px 1px 0;
	margin-right:3px;
	*/
}

.external {
	background:transparent url(../images/icons/external.gif) no-repeat scroll right center;
	padding:3px 16px 1px 0;
	margin-right:5px;
}
	.external span {
		background:transparent url(../images/icons/external.gif) no-repeat scroll right center;
		padding:3px 15px 1px 0;
		margin-right:2px;
	}

.zoom {
	background:transparent url(../images/icons/zoom.gif) no-repeat scroll left center;
	padding:3px 0 1px 18px;
	margin-left:3px;
}

.notes {
	background:transparent url(../images/icons/text.gif) no-repeat scroll right center;
	padding:3px 16px 1px 0;
	margin-right:3px;
}

.asterisk {
	background:transparent url(../images/icons/asterisk.gif) no-repeat scroll left 0.5em;
	padding:2px 0 1px 14px;
	margin-left:3px;
}


/*------------------------------------------------------------
  Common Class - Position
------------------------------------------------------------*/

.left,
.alignleft {
	float:left;
}

.right,
.alignright {
	float:right;
}

.clear {
	clear:both;
    overflow:hidden;
    width:100%;
}

.odd  td {
	background-color:#F5F5F5;
}

.even td {
	background-color:#FFFFFF;
}


.widthfix {
	width:100%;
}

.space,
.space img {
	display:block;
}

.line {
}

/* Default Table */

table.row,
table.col {
	border:solid 1px #cccccc;
	border-left:none;
	border-right:none;
	background-color:#FFFFFF;
}

table.row caption,
table.col caption {
	color:#006699;
	font-weight:bold;
	text-align:left;
}

table.row th,
table.col th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border-left:none;
	background-color:#F5F5F5;
	padding:1em 1em 1em 1em;
}

table.row td,
table.col td {
	border-right:none;
	padding:1em;
}

table.stripedTable th {
	background-color:#E6E6E6;
}

/* Split */

.split2 {
	clear:both;
	padding:0;
	margin:1em 0;
}

.split2 .cell_l {
	float:left;
	width:290px;
}

.split2 .cell_r {
	float:right;
	width:290px;
}

.split3 {
	clear:both;
	padding:0;
	margin:1em 0;
}

.split3 .cell_l {
	float:left;
	width:193px;
	max-width:196px;
}

.split3 .cell_c {
	float:left;
	width:193px;
	max-width:196px;
	margin-left:5px;
}
*html .split3 .cell_c {
	float:left;
	width:193px;
}

.split3 .cell_r {
	float:right;
	width:193px;
	max-width:196px;
}

/* Split_pro */

.split2_pro {
	clear:both;
	padding:0;
	margin:-1em 0 1em 0;
}

.split2_pro .cell_l {
	float:left;
	width:290px;
}

.split2_pro .cell_r {
	float:right;
	width:290px;
}

.split3_pro {
	clear:both;
	padding:0;
	margin:-1em 0 1em 0;
}

.split3_pro .cell_l {
	float:left;
	width:32%;
}

.split3_pro .cell_c {
	float:left;
	width:32%;
	margin-left:2%;
}
*html .split3_pro .cell_c {
	float:left;
	width:32%;
	margin-left:1.6%;
}


.split3_pro .cell_r {
	float:right;
	width:32%;
}

.split4_pro {
	clear:both;
	padding:0;
	margin:-1em 0 5px 0;
}


/*------------------------------------------------------------
  Common Class - Display
------------------------------------------------------------*/

.indent {
	padding-left:1em;
}

.hide,
.hide * {
	display:none;
	overflow:hidden;
	border:none;
}

.block {
	display:block;
}

.unprint {

}

/*------------------------------------------------------------
  Common Class - Clearfix
------------------------------------------------------------*/

.wrapper:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
.wrapper,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .wrapper,
* html .clearfix {
	height: 1%;
}
*+html .wrapper,
*+html .clearfix {
	height:1%;
}
.wrapper,
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*------------------------------------------------------------
  Common Class - Module
------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

