﻿/* CSS Document */

*			{ line-height:1.25em; font-size:10pt;  }

body		{
			background-image: url('../images/bg_64.png');
            background-attachment: fixed;
            background-position: center top;
			background-color:#1A18AD;
    		font-size:100%; font-family:Arial, Helvetica, Sans-Serif; color:#FEE900; font-weight:500;
			text-align: center;
}

h1			{ font-size:1.0em; }

div.center 	{ 
			width:740px; height:650px; padding:10px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 75px;
			border-width:0px; border-color:#FEE900; border-style:solid;
			background-color:#1A18AD;
			text-align:justify;
			}
			
div.navi	{
			width:730px; height:65px; padding:5px;
			background-color:#F0DB00;
			font-size:12pt;
			color:#1A18AD;
			font-weight:bold;
			}

dl			{ margin-left:30px; }

dd			{ margin-left:5px; text-align:justify; }

.style1 	{ background-color: #F0DB00; }

.style2		{ margin-left:35px; font-size:8pt; }

.style3 	{ 
			font-size:12pt;
			color:#1A18AD;
			font-weight:bold;
			text-align:center; }
			
.style4 	{ 
			font-size:8pt;
			color:#1A18AD;
			font-weight:bold;
			text-align:center; 
			}

.style5 	{ text-align:center; }

.style6		{ font-size:11pt; font-weight:bold; }

dt			{ font-size:8pt; position:absolute; top:725px; right:5%; padding-top:25px; padding-bottom:25px;}

a:link  	{ color:#FF471A; text-decoration:none; }
a:visited	{ color:#FF471A; text-decoration:none; }
a:hover 	{ color:gray; text-decoration:none; }
a:focus		{ color:gray; text-decoration:none; }
a:active	{ color:#1A18AD; text-decoration:none; }
