@charset "utf-8";
/* CSS Document */

.logo {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
}

.org_note {
	 color:#ff6600;
	 font-weight:bold;
}


.titBoxOrg {
	background-color:#FF6600;
	margin:0 auto;
	padding:4px 0 4px 0;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.titBoxBlu {
	background-color:#1B3AB4;
	margin:0 auto;
	padding:4px 0 4px 0;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



#blue_box {
	margin:0 auto;
	width:760px;
	padding:20px 0 12px 16px;
	text-align:left;
	font-family:Helvetica, Geneva, Arial, sans-serif;
}

#blue_box .blue_boxin {
	border:#FF6600 1px solid;
	padding-left:16px;
/*	text-align:center;*/
	font-size:12px;
	color:#000099;
	line-height:140%;
}

#blue_box ul li {
	list-style-type:none;
	padding-bottom:4px;
	padding:0 0 0 20px;
	text-align:left;
	background-image:url(../../images/SaComa/redBall_12.gif);
	background-repeat:no-repeat;
	background-position:left 0.5em;

}

#blue_box .fon16 {
	font-size: 16px;
	line-height:140%;
}

#blue_box a {
	/*text-align: center;*/
	text-decoration: none;
	color: #000099;
	font-weight: normal;
	font-size: 14px;
	line-height:160%;
}

#blue_box ul li a:hover {
	border:#FF0000 1px solid;
	color: #FF0000
}

#blue_box ul li a:active {
	position:relative;
	top:1px;
	left:1px;
} 



