@charset "UTF-8";

/* Common */
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #f5f5eb;
	color: #211900;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #996;
	}

a:visited {
	color: #fc9;
	}

a:hover {
	color:#fff;
	}

a:active {
	color: #996;
	}

/* Page */
#page {
	width: auto;
	height: 79em;
	margin: 0em auto;
	background-image: url(../images/back_page_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
	}

/* Content */
div#content {
	position: relative;
	width: 72em;
	height: 39.5em;
	text-align: center;
	margin: 15em auto 0em auto;
	}

div#content_flash {
	float: left;
	width: 35.5em;
	overflow: hidden;
	}

div#content_logo {
	float: left;
	width: 32.5em;
	padding-left: 3.5em;
	overflow: hidden;
	}

/* Navi */  
div#navi {
	clear: both;
	width: auto;
	height: 3.5em;
	text-align: center;
	margin: 6em auto 0em auto;
	background-color: #211900;
	}

div#navi ul {
	display: block;
	width: auto;
	height: 1.5em;
	margin: 0em;
	padding: 1em 0em;
	text-align: center;
	}

div#navi li {
	display: inline;
	margin: 0em 0em 0em 1.5em;
	padding: 0em;
	text-decoration: none;
	height: 1.5em;
	text-align: center;
	list-style-type: none;
	line-height: 0em;
	}
	
/* Footer */
div#footer {
	clear: both;
	padding: 0em 4em 2em 4em;
	}