
* {
	margin : 0 ;
	padding : 0 ;
}

body {
	color : #252525 ;
	background : #C6C6C6 ; 
}

a:link {
	color : #003399 ;
}

a:visited {
	color : #010080 ;
}

a:hover {
	color : #CC3300 ;
}

img {
	border : none ;
}

p,ul,dl {
	line-height: 1.5em;
}

#wrapper {
	width : 760px ;
	background: #FFF ;
	margin : 0 auto ;
}

#header {
	position : relative ;
	background: #0000FE ;
	height : 68px ;
	border-bottom-style : solid ;
	border-bottom-color : #010080 ;
	border-bottom-width : 8px ;
}

#unavi {
	position : absolute;
	top : 5px ;
	right : 5px ;
	margin-Left : 0 ;
	padding-left : 0 ;
	list-style-type : none ;
	text-align : right ;
	font-size :90% ;
}

#unavi li {
	display : inline ;
	padding-left : 1ex ;
	padding-right : 1ex ;
}

#unavi li a{
	color : #FFFFFF ;
}

#gnavi {
	position : absolute;
	top : 46px ;
	right : 0px ;
	height : 22px ;
	list-style-type : none ;
	padding : 0 ;
	overflow: hidden;
	border-top : 1px solid #666666 ;
	border-left : 1px solid #666666 ;
	border-right : 1px solid #666666 ;
	background : #E4E5DF url(bg_gnavi.gif) repeat-x ;
}	

#gnavi li {
	float : left ;
	display : inline ; /* for WinIE6 */
	height : 22px ;
	vertical-align: bottom;
	width : 88px ;
	border-right : 1px solid #666666 ;
}

#gnavi li a {
	display : block ;
	text-align : center ;
	text-decoration : none ;
	color : #000110 ;
}

#gnavi a:hover {
	color : #CC3300 ;
}

#logo {
	padding-top : 4px ;
	padding-left : 4px ;
}

#plogo {
	display : none ;
}

#contents {
    float: left;
    display: inline; /* for WinIE6 */
    width: 550px;
    margin-top: 8px;
    margin-left: 8px;
}

#path {
    height: 25px;
    padding-left: 8px;
    list-style-type: none;
    overflow: hidden;
    border-bottom: 1px solid #666666;
}

#path li {
    display: inline;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 90%;
    line-height: 25px;
    vertical-align: bottom;
}

#sidemenu {
	float : right ;
	width : 192px ;
	margin-top : 8px ;
	font-size : 90% ;
	background-color : #F0F0F4 ;
	border : 1px solid #888888 ;
}

#sidemenu p {
	text-align : center ;
	font-weight : normal ;
	color : #FFFFFF ;
	background-color : #010080 ;
}

.side_his li {
	padding-left : 16px ;
	padding-right : 8px ;
	list-style-type : none ;
	line-height: 1.5em;
	text-indent : -8px ;
}

.side_tpc dt {
	padding-left : 8px ;
	background-color : #DEDEE6 ;
}

.side_tpc dd {
	padding-left : 16px ;
	padding-right : 8px ;
	list-style-type : none ;
}

.side_lnk li {
	padding-left : 8px ;
	padding-right : 8px ;
	list-style-type : none ;
	line-height: 1.8em;
}

#footer {
	clear : both ;
	margin-top : 8px ;
	width : 100% /* for WinIE6,7 */;
	color : #FFFFFF ;
	background : #010080 ;
	font-size : 90% ;
	text-align : center ;
}

