﻿@charset "utf-8";

/*------------------------------------------------------------------------------
COCOMUS - CSS Modules Import
Date: 2008-04-16
Copyright (C) COCOMUS. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Redefine - other

---------------------------------------- */

#main {
width: 685px;
}

#main h2 {
height: 25px;
margin-top: 20px;
margin-left: 20px;
}

#main p.goTop {
margin-top: 10px;
margin-right: 10px;
text-align: right;
}

#main p.goTop a {
padding-left: 12px;
background: url("../images/icon_gotop_01.gif") left center no-repeat;
}

/* ----------------------------------------

Redefine - main

---------------------------------------- */

#main div#mainBox {
padding: 0 20px;
}

#main div#mainBox p.description {
margin-top: 20px;
}

#main div#mainBox dl dt {
margin-top: 20px;
background: url("../images/bg_dotted_01.gif") bottom left repeat-x;
font-size: 116%;
font-weight: 700;
color: #bc0048;
}

#main div#mainBox dl dd {
padding: 0 10px;
}

#main div#mainBox dl dd p,
#main div#mainBox dl dd img {
margin-top: 10px;
}

#main div#mainBox dl dd ul li a {
padding-left: 15px;
background: url("./../../parts/images/icon_arrow_01.gif") center left no-repeat;
}

#main div#mainBox dl dd ol {
}

#main div#mainBox dl dd ol li {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 25px;
list-style-type: decimal;
font-weight: 700;
color: #333;
}
#main div#mainBox dl dd ol li ol li{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 25px;
list-style-type: decimal;
font-weight: normal;
color: #333;
}
#main div#mainBox dl dd ol li p {
margin-top: 0;
font-weight: 400;
color: #333;
}
#main div#mainBox dl dd ol li p a {
padding-left:15px;
background: url(../../../images/common/icon_arrow_01.gif) no-repeat left center
}
