html, body
{
margin: 0;
padding: 0;
text-align: center;
background-image: url( "../images/background.png" );
color: #404040;
}
#top
{
margin: 0 auto;
width: 640px;
text-align: left;
background-color: #FFFFFF;
border-bottom: 1px solid gray;
background-image: url( "../images/background_top.png" );
height: 104px;
position: relative;
}
#menu
{
float: left;
vertical-align: bottom;
position: absolute;
left: 200px;
bottom: 0;
}
#middle
{
width: 640px;
margin: 0 auto;
background-color: #FFFFFF;
}
#contents
{
padding: 1.0em;
text-align: left;
}
#bottom
{
width: 640px;
padding: 0px;
margin: 0 auto;
background-color: #FFFFFF;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #F8F8F8;
}
#copyright
{
text-align: center;
font-size: 80%;
padding: 10px;
}
#logo
{
width: 200px;
height: 90px;
text-align: center;
float: left;
margin: 3px;
font-size: 80%;
}
#logo img
{
border: 0px;
margin: 4px;
width: 160px;
height: 66px;
}
h2
{
background-image: url( "../images/background_title.png" );
background-repeat: no-repeat;
width: 200px;
height: 40px;
padding-top: 8px;
padding-left: 15px;
text-valign: bottom;
font-size: 20px;
color: black;
}
h3
{
padding-bottom: 2px;
border-bottom: 1px solid #808080;
color: #202020;
}
dd
{
margin-bottom: 1em;
}
.left_shadow
{
margin-left: auto;
margin-right: auto;
padding: 0;
width: 670px;
background: url( "../images/left_shadow.png" ) repeat-y top left;
}
.right_shadow
{
padding: 0;
width: 100%;
background: url( "../images/right_shadow.png" ) repeat-y top right;
}
.shadow
{
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.break
{
clear: both;
}
.cbox
{
zoom: 100%;
}
.cbox:after
{
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}