@charset "UTF-8";
/* CSS Document */

/*=========================================
 option_table
=========================================*/
#option_table{
	width:100%;
	border:#666 1px solid;
	border-collapse:collapse;
	margin-bottom:15px;
	line-height:1.5em;
	background:#FFFFFF;
}

#option_table th{
	background:#e4edf4;
	padding:3px;
	border:#666 1px solid;
}

#option_table th.th_b_r{
	background:#2d6c9f;
	color:#FFFFFF;
	padding:3px;
	text-align:center;
	border:#666 1px solid;
}

#option_table th.th_b{
	background:#2d6c9f;
	color:#FFFFFF;
	padding:3px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #FFF;
	border-bottom-color: #666;
	border-left-color: #666;
}

#option_table th.txt_l_ico{
	width:160px;
	height:50px;
	text-align:left;
	vertical-align:middle;
	line-height:50px;
	padding:5px 0 0 10px;
}

#option_table td{
	padding:3px;
	text-align:center;
	border:#666 1px solid;
}

#option_table td.td_g{
	background:#f5f5f5;
	text-align:left;
	font-size:10px;
}

#option_table td.td_txt_l{
	text-align:left;
}

#option_table th.function_th{
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
}

#option_table td.function_td{
	padding:5px 0 0 5px;
}

/*sevice_ico*/
.sevice_ico{
	float:left;
	margin:0 10px 10px 0
}

/*function table******/
#option_table td.function_td div{
	width:95px;
	height:30px;
	padding:8px 3px 0 3px;
	float:left;
	font-size:10px;
	text-align:center;
	line-height:1.2em;
	margin:0 5px 5px 0;
	vertical-align:middle;
}

#option_table td.function_td div.line_01{
	border:#2d6c9f 1px solid;
	line-height:22px;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	color:#2d6c9f;
}

#option_table td.function_td div.line_00{
	border:#2d6c9f 1px solid;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	color:#2d6c9f;
	position:relative;
}

#option_table td.function_td div.line_01_g{
	background:#f5f5f5;
	border:#ccc 1px solid;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	color:#ccc;
}

#option_table td.function_td div.bk_g{
	background:#f5f5f5;
	border:#ccc 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px; /* for Safari,Chrome*/
	-moz-border-radius:3px; /* for Firefox */
	color:#ccc;
}

#option_table td.function_td div.line_01_blue{
	border:#2d6c9f 1px solid;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	background:#e4edf4;
	color:#2d6c9f;
}

#option_table td.function_td div.line_01_b_c{
	border:#2d6c9f 1px solid;
	line-height:22px;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	background:#e4edf4;
	color:#2d6c9f;
}


#option_table td.function_td div span{
	line-height:22px;
	}
	
#option_table a{
	text-decoration:none;
}

#btn_01{
	border:#2d6c9f 1px solid;
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	color:#2d6c9f;
	padding:5px;
	float:right;
	margin:0 10px 10px 0;
}

#btn_02{
	border:#2d6c9f 1px solid;
	
	border-radius:3px; 
	-webkit-border-radius:3px; /* for Safari,Chrome*/  
 -moz-border-radius:3px; /* for Firefox */
	padding:5px;
	float:right;
	margin:0 10px 10px 0;
	background:#e4edf4;
	color:#2d6c9f;
}

#btn_03{
	border:#ccc 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px; /* for Safari,Chrome*/
	-moz-border-radius:3px; /* for Firefox */
	color:#999;
	padding:5px;
	float:right;
	margin:0 0 10px 0;
	background-color: #f5f5f5;
}
a#link {
	position: absolute;
	top: 2px;
	display: block;
	width: 95px;
}
