* {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; background-color: #f1f1f1; font-size: 12px;}

/* link */

a { color: #0C2E74; text-decoration:none;}

a:hover {color: #a09eef;}

/* layout */
#layout {
width: 699px;
background-color: #fff;
overflow: hidden;
}
/* Header */
#layout h1 {
width: 699px;
background: url(img/head.jpg) no-repeat;
padding: 30px 0 164px 0px;
}
#layout h1 a {
display: block;
width: 500px;
height: 42px;
}
#layout h1 a span {
display: none;
}

/* Content */
#main_block {
float: left;
width: 416px;
overflow: hidden;
padding: 20px 0 0 20px;
} 
#pan {
background-color: #e8e8e8;
padding: 5px;
margin: 40px 0 10px 0;
}
#main_block h2 {
display: block;
background: url(img/info.gif) no-repeat left;
padding: 6px 5px 6px 34px;
font-size: 12px;
color: #222;
letter-spacing: 2px;
} 
#main_block .push {
padding: 10px;
line-height: 120%;
color: #666;
font-size:11px;
letter-spacing: 2px;
}
.push li {
padding-bottom: 10px;
}
#main_block h3 {
padding: 28px 0 28px 55px;
font-size: 18px;
background: url(img/pagetitle.gif) no-repeat;
color: #fff;
}
 
#main_block .text_in { 
padding: 20px;
line-height: 200%;
font-size: 14px;
background-color: #f3f3f3;
margin: 10px 0 20px 0;
}
.category {
padding: 20px;
background-color: #f1f1f1;
margin: 10px 0 20px 0;
}
.category li { padding: 5px 10px; margin: 16px 0; font-size: 15px; font-weight: bold;}
.category li a {
border-left: 4px solid #666;
border-bottom: 1px dashed #888;
padding: 10px;
color: #666;
text-decoration: none;
}
.category li a:hover {
border-left: 4px solid #010101;
color: #010101;
}
/* left block*/
#pagelist {
float: left;
width: 217px;
overflow: hidden;
margin: 20px 0 0 20px;
}
#pagelist ul li {
border-bottom: 1px dotted #7f8fd3;
}
#pagelist .block_top a{
display: block;
width: 217px;
height: 46px; 
background: url(img/list_top.gif) no-repeat;
}
#pagelist .block_top a span {
display: none;
}
#pagelist ul.block {
background-color: #ededed;
margin-top: 4px;
padding: 5px 0 10px 0;
} 
#pagelist ul.block li {
border: none;
}
#pagelist ul.block li a {
display: block; 
line-height: 140%;
letter-spacing: 2px;
background-color: #f5f5f5;
font-size: 12px;
margin: 2px 10px;
color: #555;
text-decoration:none;
}
#pagelist ul.block li a:hover {
background: #d0d0d0 url(img/mark.gif) no-repeat left;
color: #222;
}
#pagelist ul.block li a span {
display: block;
padding: 10px 5px 10px 35px;
}
.push {
padding: 10px;
line-height: 140%;
color: #666;
}
.push li {
padding-bottom: 12px;
}
/* foot */
#gfooter {
clear: both;
font-size: 11px;
letter-spacing: 2px;
background-color: #f1f1f1;
}
#gfooter a {
text-decoration: underline;
color: #333;
}
#gfooter a:hover {
text-decoration: none;
}
#gfooter p {
text-align: right;
}


