@charset "UTF-8";
/* CSS Document */

/***** BASE *****/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;}

body, td, p, div {
	font-family: verdana, tahoma, arial, helvetica, courier, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.7em;}

p, span, div {
	text-align: left;
	margin: 0;
	padding: 0;}
	

/***** DESIGN *****/

#title {
	text-align: left;
	margin: 30px 0px 20px 0px;
	padding: 0;}
#tree {
	background-image: url(images/enter_title.gif);
	padding: 0;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	height: 300px;
	width: 800px;
}

#container {
	text-align: center;
    margin: 0 auto;
	width: 860px;}

	
#popupContainer {
	text-align: center;
	margin: 0 auto;
	padding: 50px;}

#topnavi {
	margin-top: 47px;
	text-align: center;
	width: 840px;}
	
#line {
	background-image: url('images/top_line.gif');
	background-repeat: no-repeat;
	text-align: center;
	width: 860px;
	height: 15px;
	margin: 5px 0 50px 0;
	}

#lineUnder {
	background-image: url('images/top_line.gif');
	background-repeat: no-repeat;
	text-align: center;
	width: 860px;
	height: 15px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	
#lineTop {
	background-image: url('images/top_line.gif');
	background-repeat: no-repeat;
	text-align: center;
	width: 860px;
	height: 10px;
	margin: 50px 0 50px 0;
	}
	
#frontTop {
	border: 0px solid #FFFFFF;
	height: 530px;
	width: 861px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#front {
	border: 0px solid #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 500px;
	height: 500px;}
	
#front2 {
	border: 0px solid #FFFFFF;
	margin: 10px auto 10px auto;
	width: 730px;
	height: 500px;}

#front3 {
	border: 0px solid #FFFFFF;
	margin: 10px auto 10px auto;
	width: 630px;
	height: auto;}
	
#frontIframe {
	border: 0px solid #FFFFFF;
	margin: right;
	padding: 0;
	width: 840px;
	height: 500px;
	align="middle; 	float: none;
}

#footer2 {
	background-image: url('images/footer_image.gif');
	background-repeat: no-repeat;
	width: 860px;
	height: 27px;
	margin-top: auto;
}

#pilar {
 	width: 782px;
 	text-align: center;
 	height: 18px;
 	margin-bottom: 30px;
 	margin-top: 12px;}

#footerPilar {
 	background-image: url('images/footer_image.gif');
 	background-repeat: no-repeat;
 	width: 782px;
 	height: 27px;
 	margin-bottom: 30px;
 	margin-top: 35px;}


.popupText {
	margin-top: 18px;
	text-align: center;}

.issuenavi {
	width: 174px;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 20px;
}
	
.leftBox {
	float: left;
	width: 285px;}
	
.rightBox {
	float: right;
	width: 350px;
        height: 400px;
}

.left {
	float: left;}

.right {
	float: right;}

.clear {
	clear: both;}


/***** LIST *****/

ul, li {
	margin-left: 10px;
	padding-left: 10px;}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #666666;}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #666666;}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;}

