body {
    font: 9pt/12pt "MS ゴシック",Osaka;
    color: #010E22;
    background-color:#FFFFFF;
	margin: 0px;
    border: 0px;
    padding: 0px;
}

p { 
	font: 9pt/12pt "MS ゴシック",Osaka; 
	margin-top: 0px; 
	text-align: left;
	color: #010E22;

}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2222FF;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6600FF;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000044;
}

#borderTitle{
    border-top-style:solid;
	border-top-width:3px;
	border-top-color:#00FF00;
}

#header{
    background-repeat:no-repeat;
}
#inner{
	border-style:solid;
	border-width:2px;
}


#backGround{
    position:relative;
    background-color:#FFFFFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;

}

#title{
    position:relative;
    background-image:url('../images/grouplogo.gif');
    top:0px;
    left:15px;
    width:708px;
    height:121px;
    padding:0px;
    margin:0px;
}
#titleBar{
    position:relative;
    background-color:#C7FFE3;
    border-top-style:solid;
    border-top-width:5px;
    border-top-color:#93F3A3;
    top:5px;
    right:0px;
    width:650px;
    height:30px;
    padding:5px;
    margin:0px;
    font-size:17px;
    text-decoration:none;
}
#indexTitle{
    position:relative;
    border-color:#00DD00;
    border-width:5px;
    border-style:double;
}
#indexRow{
    position:relative;
    text-decoration:none;
}




