@charset "UTF-8";
/* OfficeSave DVD */


/* リセット */
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;
	padding:0px;
}

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;
}

div.main-img {
	width:640px;
	padding:20px 0 0 20px;
}


div#points {
    clear: both;
    border: 4px dotted #BAEDFF;
    padding:0 15px 15px 15px;
    margin: 15px 0;
}

p.point {
    clear: both;
    line-height: 1.3;
}

p.point img {
    float: left;
    margin: 0 10px 10px 0;
}

p {
    margin: 10px 0;
}


h3 {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding: 0 0 7px 0;
    line-height: 1;
}

h2 {
    margin:0;
	padding:0;
}



div.item {
    float: left;
    width: 350px;
    text-align: center;
    padding-bottom: 30px;
}
div.data {
    float: left;
    width: 310px;
    text-align: center;
	padding-top:15px;
	padding-left:40px;
    padding-bottom: 30px;
}


/* table */
div.data table.spec {
    table-layout: fixed;
    font-size: 10px;
}
div.data table.spec td {
	width:150px;
    border: solid 1px #999999;
    padding: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
div.data table.spec th {
	width:150px;
    background: #1EA6DC;
    color: #FFFFFF;
	text-align: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: solid 1px #999999;
    padding: 5px;
}
p.spec_head {
    font-weight: bold;
    font-size: 13px;
    margin: 0px 0 3px 0;
}
