@charset "UTF-8";
/* Cached: 20120207015531 */


* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: arial, sans-serif;
    font-size: .8em;
    background: #f5fbff;
    color: black}

#frame {
    width: 980px;
        margin-left: auto;
    margin-right: auto;    background: #f5fbff;
}

#main {
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    clear: both;
}

#navi, #contentWrap, #right  {
    padding-bottom: 32000px !important;
    margin-bottom: -32000px !important;
}

#contentNaviWrap {
    position: relative;
    overflow: hidden;
    float: left;
    width: 755px;
}
div.twoCols {
    width: 100% !important;
    float: none !important;
}

#navi {
    float: left;
}

#right {
    float: right;
    width: 205px;
}
#right h2{
	font-size: .8em;
    padding-left: .5em;
    padding-top: .2em;
    height: 1.5em;
    color: white;
    background: #1b6495;
    border-bottom: 1px solid white;
}
#right p{
    padding: 5px;
    font-size: 11px;
    color: #589bca;
    border: 1px solid #c8e5f9;
}
#right a{
    font-size: 11px;
    color: #f7644a;
    text-decoration: none;
}
#right a:hover{
    color: #e33d1f;
    text-decoration: underline;
}
#navi, #right {
    background: #ffffff;
}

a {
    color: black}
a img {
	border: 0 none;
}


/*breadCrumNavi*/

#breadCrumbNavi {
	text-align: left;
	margin: 10px 0;
	padding: 0px;
	text-align: left;
}
#breadCrumbNavi ul {
    list-style-type: none;
    margin: 0px;
    display: inline;
}
#breadCrumbNavi ul li {
	font-size: 10px !important;
	display: inline;
    margin:0px;
}

