@charset "UTF-8";

/*========================================
 +reset
========================================*/
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/*========================================
 +base
========================================*/
html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: sans-serif;
	font-size:62.5%;
	word-wrap: break-word;
	color: #333;
}


h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}
a,
a span {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a {
	color: #0039ae;
	text-decoration: none;
}
a:visited {
	color: purple !important;
}
a:hover,
a:focus,
a:active {
	color: #ba1a31;
	text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
img { vertical-align: top; }
.structure-fixed {
	width: 980px;
	margin: 0 auto;
}
.structure-fixed .mod-heading .leadtxt,
.structure-fixed .mod-heading .mod-h1,
.structure-fixed .mod-heading .pgh {
	width: 560px;
}
.structure-liquid .mod-heading .leadtxt,
.structure-liquid .mod-heading .mod-h1,
.structure-liquid .mod-heading .pgh {
	width: 70%;
}

/* for IE6 class */
.png_bg {}
.png {}