/* ==================================================
   dagik/css/main.css
   last update: 2009-10-19 15:43:14 daiki
   ================================================== */

body {
    background: #246;
    color: #fff;
    margin: 0px;
    font-family: 'Helvetica Neue', 'Arial', 'Verdana', 'sans-serif';
}


div#body {
    width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;

    background: #fff;
    color: #222;
    text-align: left;

    border-color: #ddd;
    border-style: none solid;
    border-width: 1px;
}

div#header {
    width: 800px;
    height: 180px;
    margin: 0px;
    padding: 0px;
    background-image: url("./header_background.png");
    background-repeat: no-repeat;
}

div#header img {
    margin: 10px;
}


div#header div.menu {
    clear: both;
    font-family: 'Verdana', 'sans-serif';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #246;
}

.dropdown {
    float: left;
}

.dropdown dt {
    width: 160px;
    border-style: solid;
    border-color: #246;
    border-width: 0px 0px 1px 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
}
.dropdown dt:hover {
    background-color:#246;
    color:#fff;
}

.dropdown dd {
    position: absolute;
    overflow: hidden;
    width: 160px;
    margin: 0px;
    padding: 0px;
    display: none;
    z-index: 200;
    opacity:0;
    text-align: center;
}

.dropdown ul {
    width: 158px;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 1px 1px 1px;
    list-style:none;
}

.dropdown li {
    display:inline;
    margin: 0px;
    padding: 0px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
    display: block;
    width: 158px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #246;
    background-color: #eee;
/*    background-color: transparent;*/
    text-decoration: none;
}
.dropdown a:hover {
    background-color: #246;
    color: #fff;
}

.dropdown .underline {
    border-bottom: 1px solid #ccc;
}


div#header table {
    margin-left: auto;
    margin-right: auto;
}
div#header table tr td {
    width: 160px;
    border: none;

    font-family: 'Verdana', 'sans-serif';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #246;
/*    border-style: none none solid none;*/
/*    border-style: none solid solid none;*/
/*    border-width: 1px;
    border-color: #246;*/
}
/*
div#header table tr td a {
    text-decoration: none;
    background-color: transparent;
    color: #246;
}
div#header table tr td a:hover {
    background-color: #246;
    color: #fff;
}
*/

div#langs {
    position: absolute;
    right: 10px;
    top: 85px;
}

div#main {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

div#footer {
    clear: both;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;

    font-family: 'Verdana', 'sans-serif';
    font-size: 10px;

    color: #246;
    border-color: #999;
    border-style: solid none none none;
    border-width: 1px;
}

div#footer p.logo {
    float: right;
    margin: 5px;
    padding: 0px;
}

div#footer p {
    padding: 2px 5px;
}

img {
    border-style: none;
}


h1 {
    color: #246;
    display: none;
}


h2 {
    color: #c33;
}

h3 {
}


em {
    color: #c33;
    font-style: normal;
}


/* ================================================== */
@media print {
    body {
	background: #fff;
	color: #246;
    }

    div#body {
	border-style: solid;
    }
    
}

