@charset "UTF-8"

/* basic */
* {
   margin: 0;
   padding: 0;
   border: none;
   list-style-type: none;
   font-style: normal;
   font-weight: normal;
   font-size: 100%;
   text-align: left;
}

body{
    line-height: 1.4;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

html{
	  
    overflow-y: scroll;  
}  

h1, h2, h3, h4, h5{
    background : url(images/th.jpg) center bottom / auto auto repeat-x scroll padding-box border-box transparent;
    margin-bottom: 0.1em;
    border-style: solid;
    border-color: #DDD;
}
h1{
    border-width: 5px 1px 1px 20px;
    padding: 0.4em 0.4em
;
}
h2{
    border-width: 4px 1px 1px 10px;
    padding: 0.2em 0.4em
;
}
h3{
    border-width: 3px 1px 1px 5px;
    padding: 0.2em 0.4em
;
}
h4{
    border-width: 2px 1px 1px 3px;
    padding: 0.1em 0.4em
;
}
h5{
    border-width: 1px 1px 1px 1px;
    padding: 0.1em 0.4em
;
}
p,li,dt,dl{
	  
    line-height: 1.6;  
}  
p{
	  
    margin: 0 0 1em 0;  
}  
img{
    border: 0;
}
.clear{
	  
    clear: both;  
}  

/* link color*/
a:link{
	  
    color: #078D00;  
    text-decoration: none;  
}  
a:visited{
	  
    color: #189B12;  
    text-decoration: none;  
}  
a:hover{
	  
    text-decoration: underline;  
}  
a:active{
	  
    color: #666;  
}  

/* table */
table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    border: 1px solid #DDD;
}
th, td{
    padding: 10px 20px;
    color: #1D5C79;
}
th{
    background : url(images/th.jpg) center bottom / auto auto repeat-x scroll padding-box border-box transparent;
    border: 1px solid #DDD;
    color: #333;
}
td{
    border: 1px solid #DDD;
    color: #333;
}

/* output on the terminal */
pre.term{
    background-color: black;
    border: solid 2px ActiveBorder;
    color: white;
    font-family: "MS�S�V�b�N";
    font-size: 100%;
    padding: 4px;
}

/* code title */
p.ctitle{
    background : url(images/th.jpg) center bottom / auto auto repeat-x scroll padding-box border-box transparent;
    border-top-width : medium;border-right-width : medium;border-bottom-width : medium;border-left-width : medium;border-top-style : dotted;border-right-style : dotted;border-bottom-style : dotted;border-left-style : dotted;border-top-color : #cccccc;border-right-color : #cccccc;border-bottom-color : #cccccc;border-left-color : #cccccc;
    border-width:1px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
    margin-bottom: -14px;
}

/* blockquote */
blockquote{
   background : #eeeeff;
   color : #000000;
   padding : 5px;
   border : 2px dotted #DDD;
   width : auto;
}

/* link icon */
a[href$=".pdf"]{
	 
    padding-right: 18px;
    background : url(images/pdf.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[rel="pdf"]{
	 
    padding-right: 18px;
    background : url(images/pdf.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[rel*="pdf"]{
	 
    padding-right: 18px;
    background : url(images/pdf.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[rel~="pdf"]{
	 
    padding-right: 18px;
    background : url(images/pdf.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[href^="mailto:"]{
    padding-right: 18px;
    background : url(images/mailto.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[class="popup"]{
    padding-right: 18px;
    background : url(images/popup.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[href$=".doc"]{
	 
    padding-right: 18px;
    background : url(images/doc.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[href$=".xls"]{
	 
    padding-right: 18px;
    background : url(images/xls.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
a[href^="http"]{
    padding-right: 18px;
    background : url(images/external.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
