@charset "UTF-8";

body { font-family: "Courier New", Courier, monospace, sans serif; font-size: 20px; color: #FFF;letter-spacing:0.05em; overflow-x:hidden; line-height:1.3em; }
#wrapper { width: 90%; margin: 0 auto; }

#head_claim { position: relative; left: 60%; color: #C93; font-size: 140%; margin-top:5%}
#logo { width: 25%; position: absolute; top: 3%; left: 3%; }

#content { position: relative; margin: 0%; }
#content a { color: #C93; }
#content ul { margin: 0 0 5%; }
#content ul p { margin: 1% 0 1% -3%; }

h1{ font-size: 28px; margin: 2% 0; line-height:1.7em; font-weight:normal; letter-spacing:0.08em; color: #C93; border-top:2px solid #fff; border-bottom:2px solid #fff;}
h2 { font-size: 20px; color: #C93; margin: 3% 0 1% 0; line-height:1.5em;font-weight:normal; letter-spacing:0.05em; }
h3 { font-size: 18px; margin: 3% 0 1% 0;font-weight:normal; letter-spacing:0.05em; }

a { color: #C93; text-decoration: none;letter-spacing: 0.05em; }
a:hover { color: #333; }

ul li { color: #FFF; list-style: none; margin-left: 1.5%; }

/* Navigation */
nav { padding-bottom: 2%; width: 100%; position: relative; }
nav ul { margin: 8% 0%; padding: 0; }
nav ul li { color: #C93; background-color: #FFF; font-size: 103%; letter-spacing: 0.05em; float: left; list-style: none; text-align: center; vertical-align: middle; width: 18%; }
nav a { color: #C93; display: block; text-decoration: none; padding: 5%; }

.sub_nav { position: absolute; top: 80%; width: 100%; font-size: 14px; }
.sub_nav li { font-size: 100%; margin-bottom: 0.5%; }
.sub_nav a { padding: 3%; }

/* Clearfix */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }