/* 
   CSS : tsuhan_d.css
                    */
* {margin:0;padding:0;}
html {margin:0;padding:0;}

img {border: none;}
ul,ol {margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:underline;border:none;}
ul li a:hover {text-decoration:none;}

/* basic */

body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; font-size: 12px; text-align: center; background: url(img/top.gif) repeat-x;}

/* link */

a { color: #222; text-decoration:none;}

a:hover {color: #777;}

/* layout */
#PageWrapp {
width: 820px;
text-align: left;
margin: 9px auto 0 auto;
}
/* header */
#Header {
width: 820px;
height:252px;
background: url(img/head.jpg) no-repeat;
}
#Header h1 {
padding: 60px 0 0 18px;
}
#Header h1 a{
display: block;
width: 250px;
height: 140px;
}
#Header h1 a span {
display: none;
}
#Header p {
text-align: right;
margin-top: 32px;
}

/* left list*/
#Navigation {
float: left;
width: 251px;
margin-top: 20px;
line-height: 160%;
overflow: hidden;
}
#Navigation ul li {
padding: 4px;
border-bottom: 1px dotted #aaa;
margin: 0;
}
#Navigation ul.list {
width: 251px;
background: #eee url(img/list.gif) no-repeat top left;
padding-top: 62px;
}
#Navigation ul.list li{
padding: 0;
border: none;
}

#Navigation ul.list li a {
display: block; 
letter-spacing: 2px;
text-decoration: none;
background: #eee url(img/mark.gif) no-repeat left;
}
#Navigation ul.list li a span {
display: block;
padding: 18px 15px 18px 48px;
}
#Navigation ul.list li#cat_top a {
height: 62px;
background: url(img/list_top.gif) no-repeat top left;
}
#Navigation ul.list li#cat_top a span {
display: none;
}
/* Content */
#Main {
float: right;
width: 554px;
} 

#Main h3 {
font-size: 12px;
letter-spacing: 3px;
color: #fff;
background-color: #edbcfd;
border-left: 10px double #fff;
padding: 3px 6px;
}
.pr {
padding: 15px;
line-height: 140%;
color:#777;
}
.pr li {
padding-bottom: 12px;
}
#Main h2 {
padding: 22px 0;
font-size: 26px;
background: url(img/pagetitle.gif) no-repeat; 
text-align: center;
}
 
#Main .text_space { 
padding: 30px;
line-height: 200%;
font-size: 14px;
}
.fld { padding: 30px;}
.fld li { margin: 16px; font-size: 15px; padding-bottom: 10px; list-style: disc;}

/* foot */
#Footer {
clear: both;
font-size: 11px;
background: #9f9f9f url(img/footer.gif) repeat-x;
text-align: center;
}
#Footer p {
padding: 20px 0;
}
#Footer a{
color: #a93dcc;
}
#Footer .pr {
color: #333;
}
