@charset "UTF-8";
/* CSS Document */

.alert {
	color: #c33;
}
.defocused {
	color: #666;
}
.highlight {
	color: #1bbef7;
}
.size75 {	
	font-size: 75%;
}
.size85 {	
	font-size: 85%;
}
h1 {
	padding: 0px;
	magrin: 0px;
	color: #1589e1;
	font-size: 17px;
}
h2 {
	padding: 0px;
	magrin: 0px;
	color: #1589e1;
	font-size: 15px;
}
h3 {
	padding: 0px;
	magrin: 0px;
	color: #1589e1;
	font-size: 13px;
}
a {
	color: #f35d1c;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.large_orange{
	font-size:23px;
	color:#f35d1c;
	}

.small_txt{
	font-size:9px;
	}

.spec_list_title{
	font-size:13px;
	color:#1bbef7;
	}

.txt_title_big{
	font-size:30px;
	}
		
.txt_title_mid{
	font-size:16px;
	}

.txt_title_small{
	font-size:14px;
	}
	
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.6em;
}
sub { top: 0.6em; }