@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt,em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd,keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul,var
{border: 0 none;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top; }

@font-face {
	font-family: 'Conv_impact';
	src: url('fonts/impact.eot');
	src: local('☺'), url('fonts/impact.woff') format('woff'), url('fonts/impact.ttf') format('truetype'), url('fonts/impact.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('fonts/titilliumtext22l006-webfont.eot');
    src: url('fonts/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumtext22l006-webfont.woff') format('woff'),
         url('fonts/titilliumtext22l006-webfont.ttf') format('truetype'),
         url('fonts/titilliumtext22l006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
	font-family: 'Conv_FRADM';
	src: url('fonts/FRADM.eot');
	src: local('☺'), url('fonts/FRADM.woff') format('woff'), url('fonts/FRADM.ttf') format('truetype'), url('fonts/FRADM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body
	{
	font:normal normal 15px/25px Arial, Helvetica, sans-serif;
	color:#e60c42;
	}
	
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table, table td {padding:0;border:none;border-collapse:collapse;}
img {vertical-align:top; }
embed { vertical-align:top;}
.wrap{border:0;clear:both;float: none;font-size: 1px;height:0;line-height:1px;margin:0;padding: 0;visibility:hidden;}

.L
	{float:left;}
.R	{float:right}


h2
	{background:url(../images/h2_bg.jpg) repeat-x #9f072d;
	min-height:30px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:5px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
h3
	{font-size:15px;
	font-weight:bold;
	margin:15px 0 0 0;
	color:#033333;}
	
.txt
	{color:#333;}
/** LINK**/
a {color:#cb1d1d;text-decoration:none;}
a:hover{text-decoration:underline;}


/** COLOR**/
.d_gray
	{color:#575859;}
