
/* --- Reset --- */
* { margin:0; padding:0;}

/*Style*/
body 					{ line-height: 1em; font: normal 12px Arial, Helvetica, sans-serif; vertical-align: top; color: #000; }
#container { width:650px; margin:0 auto; background-color:#fff;}
#content { margin:30px 0 0 0; background-color:#fff; }
#footer { background-color:#0e0d3c; height:75px;}


/*class*/
.btn_visit { background-image: url(../images/btn_visit.png);background-repeat:no-repeat  ; background-position:left; width:243px; height:89px; cursor:pointer;}
.btn_visit_wrap { padding:11px 20px;}
.visit { font-size:21px; color:#fff;}
.hide { display:none;}
.blue { color:#0401aa;}
.prop { border:1px solid #0e0d3c; }
.info { margin:0 10px;}
.info  p { margin:2px 0;}
.info ul { list-style-position:outside; padding-left:14px;}
.hr_grey { color:#cccccc; margin:25px 0;}
.hr_none { color:#fff; margin:25px 0;}
.site { color:#0401aa; font-weight:bold; margin:0 0 0 2px;}
h1 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#dc7626; margin:2px 0 10px 0;}
#footer .text { color:#fff; font-size:24px; padding:14px 0 0 25px; width:300px; float:left;}
.logo_fot { margin:27px 0 0 145px;}
a { text-decoration:none;}

