BODY {
	color: #181818;
	background-color : #dcdcdc;
	background-image : url(aus_0303.jpg);
	/* background-repeat : no-repeat; */
	/* background-position : 12px 4px; */
}

H2 {
    color : #66ffff;
    font-size : 1.3em;
    margin : 1px 10px;
}

H3 {
    width: 98%;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #60b840;
    border: 1px none #9999ff;
    border-top: 1px solid #99ff99;
    border-right: 2px solid #409940;
    border-bottom: 1px solid #409940;
    border-left: 1px solid #99ff99;
    padding: 3px 3px 1px 1em;
    margin-left: 4px;
}

H4 {
    width: 98%;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff;
    background-color: #6868e8;
    border: 1px none #8888f8;
    border-top: 1px solid #ccccff;
    border-left: 1px solid #ccccff;
    border-right: 1px solid #60609f;
    border-bottom: 1px solid #60609f;
    padding: 3px 3px 1px 1em;
    margin-left: 4px;
}

H5 {
    font-size: 1em;
    padding: 1px 1px 1px 2em;
}

p { text-indent : 2em;}

ul{ list-style-type : circle;}

table{ border: 1px solid #C0C0C0;}

td{ padding : 1px 5px 1px 5px;}

a:link    { text-decoration : none ;}
a:active  { text-decoration : none ;}
a:visited { text-decoration : none ;}

a:hover	{
	background-color : #a8f098;
	color : navy;
}

/* ------ 上下にボーダーライン ------ */
.jump	{
	font-size: 0.9em;
	text-align       : left ;
	padding          : 3;
	margin-right     : auto;
	margin-left      : auto;
	/* border-width     : 2 0 2 0;
	border-style     : solid none solid none;
	border-color     : #202080; */
}

vcom {	float : right;	}

ins {	float : right;	}
