/*----------all----------*/
* {
margin:0;
padding:0;
margin-left:auto;
margin-right:auto;
text-align:left;
}

strong {font-weight: normal;}
em {font-style: normal;}
img {border:0;margin-bottom:10px;}
a:visited {color:#0000ff;}
a:hover {text-decoration:none;}
ol {list-style:none;}
.red {color:#ff0000;}
.blue {color:#0000ff;}
.green {color:#008000;}



/*----------layout----------*/
#container {
width:800px;
}

p {
font-size:95%;
letter-spacing:1px;
margin-bottom:1em;
margin-right:20px;
margin-left:10px;
}

.clear {
clear:both;
}


/*----------header----------*/
#header {
height:90px;
background:#dddddd;
}


/*----------content----------*/
#content {
width:800px;
margin:10px;
line-height:1.4;
}

#content ol {
padding:0 10px 0px;
margin:10px;
}

h2 {
color:#cc0000;
font-size:140%;
margin-bottom: 8px;
clear:both;
}

#content li {
margin-bottom:3px;
margin-left:10px;
font-size:90%
}


/*----------address----------*/
address {
color:#ffffff;
font-style:normal;
text-align: center;
line-height:25px;
background:#dddddd;
height:25px;
clear:both;
}

address a {
text-decoration: none;
color:#ffffff;
}

address a:visited {
color:#ffffff;
}