/* 
   CSS : kokunai_k.css
                    */
* {margin:0;padding:0;}
html {margin:0;padding:0;}

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;background: url(img/headline.gif) repeat-x}

/* link */

a { color: #303d87; text-decoration:none;}

a:hover {color: #333;}

/* left list*/
#left-column {
float: left;
width: 180px;
background-color: #c4e1ff;
margin-top: 14px;
}
.tags {
margin: 22px 0 0 14px;
}
.tags li {
padding-bottom: 20px;
} 
.tags span {
display: none;
}
.tags li#home a{
display: block;
width: 100px;
height: 23px;
background: url(img/hometag.gif) no-repeat;
}
.tags li#home a:hover {
background: url(img/hometag_hover.gif) no-repeat;
}
.tags li#cat a{
display: block;
width: 152px;
height: 21px;
background: url(img/pagelisttag.gif) no-repeat;
}
.tags li#cat a:hover {
background: url(img/pagelisttag_hover.gif) no-repeat;
}
#left-column .list_top a {
display: block;
width: 152px;
height: 20px;
background: url(img/list_top.gif) no-repeat;
margin-left: 14px;
}
#left-column .list_top a span {
display: none;
}
.list li a {
display: block; 
line-height: 120%;
letter-spacing: 2px;
background-color: #7ebeff;
border-bottom: 1px solid #72b1f1;
border-top: 1px solid #93c8fe;
text-decoration: none;
margin: 0 14px;
}
.list li a:hover {
background-color: #98cbff;
}
.list li a span {
display: block;
padding: 10px;
}
.pr {
padding: 15px;
line-height: 200%;
}
/* Content */
#contentside {
float: left;
width: 640px;
margin-top: 14px;
} 
.logo {
width: 640px;
background: url(img/headimage.jpg) no-repeat;
padding: 257px 0 0 123px;
}
.logo a{
display: block;
width: 517px;
height: 88px;
}
.logo a span {
display: none;
}

#contentside h2 {
margin-top: 20px;
font-size: 12px;
letter-spacing: 3px;
color: #072646;
}
#contentside h2 span {
padding: 5px;
background-color: #c4e1ff;
}
#contentside h1 {
padding: 18px 0 16px 70px;
font-size: 26px;
background: url(img/pagetitle.gif) no-repeat; 
}
 
#contentside .text_space { 
padding: 30px;
line-height: 200%;
font-size: 15px;
}
.gnr li { padding: 5px 10px; margin: 16px; font-size: 18px; }





/* foot */
#footnavi {
clear: both;
font-size: 11px;
}
#footnavi p {
text-align: right;
color: #fff;
background-color: #072646;
}
#footnavi p a{
color: #fe6666;
}

