@charset "utf-8";

/* reset */

html, body, div, span, object, iframe,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, 
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td,
img, a img { 
	margin: 0;
	padding: 0;
	border: 0;
	}
input, textfield, textarea, select, option {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
table td {
	vertical-align: top;
	}
fieldset, img { 
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, 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%;
	font-weight: normal;
	}
abbr, acronym { 
	border: 0;
	}
blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
* { outline: none; }

/* formatting */

.column { float: left; }
.center { margin: 0 auto; }
.clear { height: 0; clear: both; }

.span-1 { width: 120px; }
.span-2 { width: 240px; }
.span-4 { width: 480px; }
.span-5 { width: 600px; }
.span-6 { width: 720px; }
.span-8 { width: 960px; }

.indent-none { margin-bottom: 0; }
.indent-bottom { margin-bottom: 15px; }
.indent-left { margin-left: 30px; }
.indent-1 { margin-left: 120px; }

.wrap-1 { padding: 15px; }
.wrap-2 { padding: 14px; border: 1px solid #e5e5e5; }
.wrap-3 { padding: 14px; border: 1px solid #b30838; }
  
.fill-0 { background: transparent url(img/fill-0.jpg) no-repeat; height: 720px; }
.fill-1 { background: transparent url(img/fill-1.png) repeat; }

.rule-h { height: 14px; border-top: 1px solid #e5e5e5; clear: both; }
.rule-v { border-left: 1px solid #e5e5e5; }

.font-2 { font-size: 11px; }
.color-2 { color: #999; }

body { margin-top: 60px; }

body, 
table, tr, td, 
input, textfield, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000;
	}
	
strong { font-weight: bold; }
em { font-style: italic; }
	
ul { list-style-type: none; }
ul.list li { list-style-type: square; margin-left: 30px; }
ol { list-style-type: decimal; margin-left: 30px; }
 
ul.long, ol.long { margin-bottom: 0; }
ul.long li, ol.long li { margin-bottom: 15px; }

p, ul, ol, h1, h3, h5, blockquote {
	margin-bottom: 15px;
	}
	
h1 {
	font-size: 20px;
	line-height: 30px;
	color: #b30838;
	}
h3 {
	font-size: 10px;
	line-height: 14px;
	color: #b30838;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	}
h5 {
	color: #b30838;
	text-transform: uppercase;
	}
	
blockquote {
	font-size: 15px;
	line-height: 20px;
	}
	
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}
a:hover {
	color: #b30838;
	}
	
form input, textfield, textarea, select, option {
	width: 98%;
	}
form .button {
	width: auto;
	}
form div {
	margin-bottom: 15px;
	}
	
.icon {
	padding-left: 10px;
	background: transparent no-repeat top left;
	}
.icon a {
	border: none;
	}
.icon-1 { background-image: url(img/icon-1.gif); }
.icon-2 { background-image: url(img/icon-2.gif); }
