@charset "UTF-8";

/* CSS Information ==============================
File name: base.css
Editors: Jun Suzuki
Last Editor: Jun Suzuki
Date: 2012.08.02
Table of contents:
 +base element
 +link pseudo-class
 +header
 +container
 +footer

============================================== */

/*====================
 +base element
====================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*====================
 +link pseudo-class
====================*/
a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
}

/*====================
 +header
====================*/
.header h1 {
    font-size: 120%;
    background-color: rgb(253, 185, 238);
    color: rgb(255, 255, 255);
    padding: 5px;
    text-align: center;
    border-top: 1px solid rgb(0, 0, 0);
}

/*====================
 +container
====================*/
section {
    margin: 10px;
}
section p {
    margin: 5px 0px;
}

/*====================
 +footer
====================*/
.footer_menu {
    background-color: #ff80b3;
}

.footer_menu img{
    width: 24%;
    padding-top:5px;
    padding-left:0.8%;
    padding-bottom:5px;

    text-align: center;
    float: left;
}
footer p.copyright {
    background-image: url("../../../deco/images/obi_dot_2.png");
    background-size: 25%;
    /*text-shadow: 1px 1px 2px #000000;*/
    color: #000;
    padding: 5px;
    text-align: center;
}
