@charset "utf-8";

/* CSS Document */

/*-- RESET
----------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body{background: #fff; font-size:14px; color:#222; font-family: Arial, Helvetica, sans-serif;}
ol, ul {list-style: none;}

/*-- DEFAULT
----------------------------------------------*/
a, a:visited, a:active, a:link {color: #444; text-decoration: none;}
a:hover {text-decoration: underline;}
input, select {cursor: pointer; border: 1px solid #afafaf;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.radius {-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px 6px 6px 6px;}
em a, em a:visited, em a:active, em a:link {color: #51a8c0; font-size:12px;}
h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; font-weight: lighter;}
h1 {font-size: 25px; font-weight: lighter; letter-spacing: -1px;}
h2 {font-size: 20px; font-weight: normal; letter-spacing: -1px;} 
h3 {font-size: 18px; font-weight: normal;} 
h4 {font-size: 14px; font-weight: normal;}
.main {background: #fff; overflow: hidden; width:100%; max-width: 709px; margin: 0px auto;}
.main a img {width:100%; max-width:709px;}
