<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************
MTCMS (C) 2009-2011 SKYARC System Co., Ltd. All Rights Reserved

Contents Decoration
1. headline
2. text
3. image
4. listing
5. table
********************************************************/

/********************************************************
Headline
********************************************************/

/*h1 ******************/

#main h1{
padding:5px 75px 5px 0px;
font-size:120%;
margin-bottom:15px;
}

/*h2 ******************/

#main h2{
position:relative;
_position:none; /*add 2010-10 IE6*/
font-size:116.7%;
padding:5px 5px 5px 7px;
margin:15px 0px 10px 0px;
background:#E8E8E8;
}

#main h2 a{
color:#000000;
text-decoration:none;
}

#main h2 a:hover{
text-decoration:underline;
}

/*h3 ******************/

#main h3{
font-size:114%;
padding:5px 5px 5px 3px;
margin:10px 0px;
border-bottom:1px solid #cccccc;
clear:both;
}

/********************************************************
Text
********************************************************/

#main p{
padding:0px 3px 10px 3px;
}

#main blockquote{
margin:0px 18px 20px 36px;
padding:10px 10px 10px 10px;
border:1px solid #cccccc;
background:#f2f2f2;
}

.clear{
	clear : both;
}

.left{
	text-align : left;
}

.right{
	text-align : right;
}

.center {
	text-align : center;
}

a.extRef{
padding-left:14px;
background:url(../images/extref_icon.gif) no-repeat left 0.25em;
}

#main .note{
color:#8E8E8E;
font-size:83%;
text-indent:-0.8em;
padding:0px 0px 0px 1em;
margin:0px 0px 0px 18px;
}

#main span.note{
display:block;
padding-left:0px;
text-indent:0px;
margin:0px;
}

#main .hot{
color:#FE0000;
}

#main .important{
font-size:133.3%;
color:#CC0000;
}

#main .cool{
color:#0059AA;
}

#main .keypoint{
background:url(../images/arrow_icon.gif) no-repeat left 0.3em;
padding-left:10px;
}

#main textarea{
border: 1px solid #cccccc;
margin:0px;
}

/********************************************************
Image
********************************************************/
.thumbLeft{
float:left;
margin-right:10px;
margin-bottom:5px;
}

.thumbRight{
float:right;
margin-left:10px;
margin-bottom:5px;
}

/********************************************************
Listing
********************************************************/

#main ul{
padding:0px 0px 10px 18px;
}

#main ol{
margin: 0px 0px 10px 10px;
}

#main ul li{
padding-left:5px;
margin-bottom:7px;
}

#main ul li p{
margin:0px;
padding:0px 0px 5px 0px;
}

#main ol li{
margin: 5px 0px 5px 0px;
padding:5px 5px 5px 10px;
list-style-position:inside;
}

#main dl{
margin:0px 0px 20px 0px;
padding:0px 0px 20px 3px;
}

#main dl dt{
clear:both;
margin:0px 0px 5px 0px;
}

#main dl dd{
overflow:hidden;
background:url(../images/dot.gif) repeat-x left bottom;
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
}

/*add 2011-09*/
#main div.aform-content dl,
#main div.aform-content dl dt,
#main div.aform-content dl dd{
border:none;
float:none;
}

#main div.aform-content dl {
background:url(../images/dot.gif) repeat-x left bottom;
padding-bottom:1em
}

#main .aform-content input{
height:20px;
padding:2px;
}

.aform-content label{
float:none !important;
display:inline;
}
#main .aform-content p.aform-error{
clear:both;
padding-top:5px;
margin-left:0px;
}


/********************************************************
table
********************************************************/

#main table{
width:100%;
font-size:100%;
margin-bottom:15px;
border-collapse: collapse;
border-spacing: 0px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}

#main table caption{
text-align:left;
border-left:4px solid #0059AA;
padding:1px 5px 2px 5px;
margin: 0px 0px 5px 20px;
font-weight:normal;
display: none;
}

#main th{
color:#333333;
background:#f7f8f9;
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding:8px;
text-align: left;
}

#main td{
border-bottom: 1px solid #e6e6e6;
padding:7px;
}

#main td ul{
padding:0px;
margin-left:2px;
}

#main td ul li{
padding:0px;
margin-bottom:0px;
margin-left:0px;
line-height:200%;
list-style-type:disc;
list-style-position:inside;
background:none;
}

#main table col.c15{
width:15%;
}

#main table col.c20{
width:20%;
}
#main table col.c25{
width:25%;
}

#main table col.c30{
width:30%;
}

#main table col.c35{
width:35%;
}

#main table col.c40{
width:40%;
}

#main table col.c45{
width:45%;
}

#main table col.c50{
width:50%;
}

#main table col.c55{
width:55%;
}

#main table col.c60{
width:60%;
}

#main table col.c65{
width:65%;
}

#main table col.c70{
width:70%;
}

#main table col.c75{
width:75%;
}

#main table col.c80{
width:80%;
}

#main table col.c85{
width:85%;
}
</pre></body></html>