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

#all_title {
width: 978px;
height: 68px;
background-color: #d2d2d2;
border: 1px solid #999898;
background-image: url(../../images/eagle_icon.png);
background-position:left;
background-repeat:no-repeat;
margin: 4px 0px 4px 0;
text-align:left;
}

h1 {
clear:left;
margin-left: 100px;
font-size: 1.7em;
font-weight: 600;
}

h2 {
clear:left;
margin-left: 100px;
font-size: 1.7em;
font-weight: 600;
}

h3 {
font-size: 1.3em;
}

p {
font-size:1.0em;
color:#000;
line-height:1.3em;
}

.tab_text {

}

.tab_text_list {
margin-left: 40px;
}

#tab_textbox {
float:left;
margin: 40px 0 0 50px;
width:600px;
background-image:url(../../images/main_back.jpg);
background-repeat:no-repeat;
background-position:center center;
}

/** Tabs Space **/

UL.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
}

UL.tabNavigation LI {
display: inline;
}

UL.tabNavigation LI A {
padding: 0px 5px 3px 5px;
background-color: #ccc;
color: #000;
text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
background-color: #333;
color: #fff;
padding-top: 0px;
}
		
UL.tabNavigation LI A:focus {
outline: 0;
}

div.tabs > div {
padding: 5px;
margin-top: 3px;
border: 1px solid #999898;
}
		
div.tabs > div h2 {
margin-top: 0;
}

#first {
min-height: 480px;
padding: 10px;
}

#second {
min-height: 480px;
padding: 10px;
}

#third {
min-height: 480px;
padding: 10px;
}

#fourth {
min-height: 480px;
padding: 10px;
}



