@charset "UTF-8";


/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style:none;
}

fieldset, img {
    border:0;
}

table {
    border-collapse: collapse;
    border-spacing:0;
}

caption, th {
    text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #084D9B;
}

a:hover {
    color: #327DD3;
}



/* ページ基本レイアウト定義 */

body {
    background: #EEEEEE;
    text-align: center;
    font-size: 13px
}

#container {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    background: white;
}

#mitsubishi_logo {
    position: absolute;
    top: 0;
    right: 0;
}

#content {
    padding: 25px 30px;
}

h1 {
    text-align: center;
}

p {
    margin: 10px 0;
}


/* 個別レイアウト */
div.left {
    width: 340px;
    float: left;
}

div.right {
    width: 340px;
    float: right;
}

img.portrait {
    float: left;
}

h2 {
    font-weight: bold;
}

p.description {
    font-size: 115%;
    line-height: 1.6;
}

p.profile {
    font-size: 90%;
}

p.note {
    clear: both;
    padding: 10px 0 0 0;
    font-size: 90%;
    color: #666666;
}

