@charset "utf-8";
@import url("reset.css");
@import url('nav_style.css');

/* =============== color pallette =============== 

Laker Gold: R253 G184 B39 / #ffb827
Laker Purple: R84 G37 B131 / #502583
MPLS Blue: R95 G188 B247 / #5fbcf7
MPLS Yellow: R255 G242 B92 / #fff25c
NBA Blue: R0 G106 B180 / #006ab4
NBA Red: R237 G25 B76 /#ed194c

Ivory: #fffff0;
Font(Brown): #79552f;
Background(Beige): #f9e6b4;
Window Border(Orange): #fc9501;
Window Background(Green): #5c7602;
Link: #5fbcf7;
Red: #c40e03;
Navi Dropdown BG : #cccc99;
*/

img {
border: none;
vertical-align: top;
}

body {
background-color: #f9e6b4;
font-size: medium;
line-height: 1.8;
letter-spacing: 0.06em;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', verdana, "lucida grande", arial, sans-serif;
color: #79552f;
overflow: auto;
}

a:link {
color: #5fbcf7;
font-style: normal;
text-decoration: underline;
}
a:visited {
color: #502583;
text-decoration: underline;
}
a:hover {
color: #502583;
text-decoration: none;
font-weight: bold;
}
a:active {
}

#container {
width: 900px;
margin: auto;
position: relative;
}

/* =============== header =============== */

#header {
height: 125px;
background: url(../images/header/header_bg3.png) left top repeat-x;
width: 900px;
position: relative;
}

#mainTitle {
position: absolute;
top: 28px;
left: 350px;
width: 450px;
height: 91px;
}

#mainTitle h1 {
font-family: impact;
font-weight: bold;
font-size: 250%;
line-height: 1em;
display: none;
}

#logo {
position: absolute;
top: 9px;
left: 90px;
font-size: 120%;
}

/* ========== main contents ========== */

.contents {
padding: 25px 50px;
position: relative;
/*background-color: #cfc992;*/
}

h2.pageTitle {
font-size: 120%;
font-family: impact;
text-transform: lowercase;
margin-bottom: 20px;
/*background-color: #cfc992;*/
}


/* ========== topic path =========== */

#topicPath {
font-size: 85%;
text-align: center;
margin-bottom: 5px;
clear: both;
/*background-color: #cfc992;
border: solid 1px red;*/
}

#topicPath li:first-child {
background: none;
padding-left: 0;
}

#topicPath li, .current {
padding-left: 25px;
background: url(../images/topic_arw6.png) 3px 3px no-repeat;
display: inline;
position: relative;
/*border: solid 1px red;*/
}

#topicPath a, a:visited {
text-decoration: none;
color: #79552f;
font-weight: normal;
}

#topicPath a:hover {
color: #5fbcf7;
}

#topicPath .current a, a:visited{
color: #5fbcf7;
font-weight: bold;
}

/* ========== footer ========== */

#negastrip {
width: 900px;
height: 92px;
position: relative;
margin: 0;
padding: 0;
margin-bottom: 10px;
}

#negatop {
width: 900px;
height: 16px;
position: absolute;
left: 0;
top: 0;
}

#slideshow {
height: 60px;
overflow: hidden;
background: url(../images/footer/negaspace.gif) repeat-x;
position: absolute;
left: 0;
top: 16px;
padding-left: 8px;
}

#negastrip li{
display: inline;
margin-left: 3px;
padding: 0;
}

#negabottom {
position: absolute;
left: 0;
top: 76px;
width: 900px;
height: 16px;
}

#copyright {
background-color: #fffffc;
margin-bottom: 200px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border-left: 5px solid #fffffc;
border-right: 5px solid #fffffc;
font-size: 70%;
font-family: verdana;
font-style: normal;
color: #79552f;
text-align: center;
}


