@charset "utf-8";
/* formating style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: #000000;
}

img {
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FFFF00;
}

/* basic layout 
--------------------------*/

#wrapper {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	float: none;
}
#header {
	background-image: url(../e/images/header_bg.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 710px;
}

#header_left {
	display: inline;
	float: left;
	width: 150px;
}

#header_right {
	text-align: right;
	width: 560px;
	float: right;
	height: 84px;
}

#header_right a{
	color: #FFFFFF;
	text-decoration: none;

}

#header_right a:hover{
	color: #FFFF00;

}

#container {
	width: 710px;
	clear: both;
}



#fotter {
	width: 710px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.img_photo {
	margin-bottom: 20px;
}


/* navigation layout 
--------------------------*/

#navigation {
	display: inline;
	float: left;
	width: 135px;
	padding-right: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#navigation ul{
	list-style: none;
	text-indent: -9999px;
}

#navigation li,#navigation a{
	width: 135px;
	display: block;
}

#navigation a{
	width: 135px;
	display: block;
	background-image: url(../e/images/navigation.gif);
	background-repeat: no-repeat;
}

#navi01 a{ height:35px; background-position:0 0;}
#navi02 a{ height:35px; background-position:0 -35px;}
#navi03 a{ height:55px; background-position:0 -70px;}
#navi04 a{ height:55px; background-position:0 -125px;}
#navi05 a{ height:35px; background-position:0 -180px;}
#navi06 a{ height:35px; background-position:0 -215px;}
#navi07 a{ height:55px; background-position:0 -250px;}

#navi01 a:hover{ height:35px; background-position:-135px 0;}
#navi02 a:hover{ height:35px; background-position:-135px -35px;}
#navi03 a:hover{ height:55px; background-position:-135px -70px;}
#navi04 a:hover{ height:55px; background-position:-135px -125px;}
#navi05 a:hover{ height:35px; background-position:-135px -180px;}
#navi06 a:hover{ height:35px; background-position:-135px -215px;}
#navi07 a:hover{ height:55px; background-position:-135px -250px;}


/* contents layout 
--------------------------*/

#contents {
	display: inline;
	float: right;
	width: 540px;
	margin-top: 10px;
	padding-left: 17px;
	margin-bottom: 20px;
	border-left: 3px solid #BF0000;

}

