/*************************************************
* MagicConnect WebSite シンクライアントパック
* NTT-IT Corporation., All rights reserved.
* Date: 2007.5.11
* 
* 
**************************************************/


/** TAG **/

body {
    padding: 0px auto auto 0px;
    margin: 0px auto auto 0px;
    
    text-align: left;
    
    background-image: url(../img/bg.gif);
}

table {
    font-size: 9pt;
	text-align:center;
}
td {
    padding: 2px;
}
caption {
  text-align: left;
}

/** BOX **/

#container {
    width: 720px;
    padding: 0px;
    margin: 0px;
}

#header {
    width: 710px;
    padding: 0px;
    margin: 0px;
}

#top-menu {
    padding: 0px;
    margin: 0px;
}

#topic-path {
    padding: 2px;
    margin: 0px auto 5px 3px;
    
    font-size: 9pt;
}


#main-content {
    width: 710px;
    margin: 0px;
    padding: 0px;
    background: #DDDDDD;
}


#side-left {
    width: 170px;
    padding: 10px 2px 10px 4px;
    margin: 0px;
    
    background: #DDDDDD;
    float: left;
}

#side-right {
    width: 510px;
    padding: 10px 2px 10px 2px;
    margin: 0px;
    
    background-color: #ffffff;
    float: right;
}

#footer {
    height: 16px;
    padding: 2px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
    font-size: 8pt;
    font-weight: none;
    color: white;
    background: url('../img/footer720.gif') left no-repeat;
    clear: both;
}



/** FORMAT(TAG) **/

#main-content h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    color: red;
}

#main-content h2 {
    padding: 5px 5px;

    background-color: #ffffff;
    border-top: 2px solid #f00000;
    border-bottom: 2px solid #f00000;

    font-size: 11pt;
    font-weight: bold;
    color: black;
}

#main-content h3 {
    margin: 5px 15px 5px 5px;
    padding: 3px;

    background-color: #e0ffe0;

    font-size: 10pt;
    font-weight: bold;
    color: black;
}

#main-content h4 {
    margin: 5px 5px;
    padding: 3px;

    font-size: 10pt;
    font-weight: bold;
    color: black;
}

#main-content p {
    padding: 0px 20px 0px 0px;
    font-size: 10pt;
    font-weight: none;
    color: black;

}

.move-right {
    text-align: right;
}


li {
    font-size: 10pt;
    font-weight: none;
}


.li-bold-red {
    font-size: 11pt;
    font-weight: bold;
    color: #dd0030;
    list-style-type: square;
}

.list-kome-mark {
	font-size: 9pt;
	list-style-type: none;
	text-indent: -1em;
}

.komechu {
    font-size:9pt;
}


#side-left p {
    margin: 0px;
    padding: 3px 0px;
    text-indent: 0px;
    font-size: 9pt;
    font-weight: none;
    color: black;
    list-style-type: none;
}

#side-left ul {
    margin: 2px;
    margin-left: 15px;
    padding: 0px;
    list-style-position: outside;
}

#side-left ul li {
    font-size: 8pt;
    margin: 0px;
    padding: 3px 0px;
    text-indent: 0em;
    marker-offset: 0em;
    list-style-type: square;
}

#side-right p {
    margin-left: 10px;
    font-size: 10pt;
}



/** FORMAT(Style) **/



.inquiry-page-list {
	margin: 5px;
	padding-left:5px;
}