/*
	GlobalFont CSS 
*/


* BODYTD */

body {
	font-size:14px;
	color:#333333;
	line-height:140%;
}

td {
	font-size:14px;
	color:#4d4d4d;
	line-height:130%;
}

.big {
	font-size:16px;
}
.middle {
	font-size:15px;
}
.small {
	font-size:12px;
}

.site-seo {
	font-size:13px;
	color:#666666;
	line-height:130%;
}


/* Link */
a {
	color: #003399;
}
a:hover {
	color: #FF4210;
}
a:active {
	color: #FF4210;
}
a:visited {
	color: #0066cc;
}



HR {
  color: #cccccc;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}


/* ItemPage */
.h1 {
	font-size: 30px;
	color: #cc0000;
	font-weight: bold;
	line-height: 120%;
}

.h2 {
	line-height: 160%;
}


.h3 {
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
	line-height: 120%;
}
