/* ==============
CSS BASIC
============== */
*,html{margin:0;padding:0;}
img {border:none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; font-size: 13px; letter-spacing: 1px;}
.fix{clear: both;}
/* ===========LINKS============== */
a { color: #2496b7; text-decoration: none;}
a:hover {text-decoration: underline;}
/* ===========LINKS============== */
 
/* ===========PAGEWRAPPER&HEADER========== */
#container {
width: 718px;
margin-left: 100px;
}
#header {
background: #000 url(img/head.jpg) no-repeat;
}
#header h1 {
padding: 24px 0 50px 15px;
}
#header h1 a {
display: block;
width: 404px;
height: 58px;
}
#header h1 a span {
display: none;
}
#header p {
padding: 5px;
font-size: 13px;
color:#fff;
}
/* ===========PAGEWRAPPER&HEADER========== */

/* ===========CONTENTSWRAPPER========== */
#inner_wrap {
background: url(img/main.gif) no-repeat;
padding: 20px 15px;
}
/* ===========CONTENTSWRAPPER========== */

/* ===========LEFT========== */
#documents {
float: left;
width: 443px;
letter-spacing: 1px;
line-height: 200%;
} 
#documents .pagetitle {
background-color: #222;
border: 3px double #fff;
color: #aaa;
font-size: 12px;
padding-left: 6px;
line-height: 180%;
}
#documents h2 {
padding: 6px;
font-size: 18px;
border-top: 1px dashed #fff;
color: #fff;
}
#documents h3 {
font-weight: normal;
border: 1px solid #222;
line-height: 160%;
font-size: 13px;
padding: 3px;
} 
#documents h3 span {
border-left: 4px solid #222;
padding-left: 10px;
}
/* ===========LEFT========== */

/* ===========RIGHT========== */
#side_nav {
float: right;
width: 227px;
line-height: 180%;
}
#side_nav ul li{
padding: 4px;
border-bottom: 1px dotted #aaa;
}
#side_nav ul.ichiran {
border: 1px solid #aaa;
}
#side_nav ul.ichiran li#ichiran-top a{
display: block;
width: 218px;
background: url(img/list_top.gif) no-repeat;
padding: 6px;
color: #fff;
border: none;
}
#side_nav ul.ichiran li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
border-right: 4px solid #333;
padding-left: 15px;
}
#side_nav ul.ichiran li a:hover {
border-right: 4px solid #888;
}
/* ===========RIGHT========== */

/* ===========FOOTER========== */
#gfooter {
clear: both;
border-top:3px double #ccc;
}
#gfooter p {
text-align: right;
}
#gfooter ul {
padding: 10px;
}
/* ===========FOOTER========== */

