@charset "UTF-8";
/* CSS Document */
html { padding:0px; overflow:hidden; }
body { border-top:10px solid #990000; margin:0px; background-color:#f6f1de; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; }

div.head { padding:10px; background-color:#4a0015; width: 100%; border: 1px solid #000000; margin-bottom: 30px; }

div.left { border-right:1px solid #e0d0b1; float:left; width:170px; height:400px; padding-top:60px; padding-right: 40px; }
div.left p { text-align:center; }
div.right { margin-left:210px; min-width:600px; }

ul.nav { list-style:none; text-align:right; }
ul.nav li { margin-bottom: 15px; }
ul.nav li a, ul.nav li a:link { color:#660000; text-decoration:none; }
ul.nav li a:hover { color:#660000; border-bottom: 1px dotted #660000; }

div#wrap {  width: 100%; bottom:0px; min-height: 800px; }
div#footer { clear:both; color:#999999; font-size:10px; text-align:center; bottom:0px; margin-top: 100px; padding-top: 100px; }

a.prtitle, a.prtitle:link { color: #4a0015; font-size:14px; text-decoration:none; }
a.prtitle:hover { color:#4a0015; text-decoration:underline; }

a, a:link { color: #4a0015; font-size:14px; text-decoration:none; }
a:hover { color:#4a0015; text-decoration:underline; }

h1 { color:#990000; }

input.red { border: 1px solid #4a0015; }

p { line-height: 18px; }

p.big { line-height: 28px; color:#666666; }