*, 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;}


/* basic */

body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; background-color: #f1f1f1; font-size: 12px; text-align: center; color: #333; letter-spacing:2px;}

/* link */

a { color: #42bfde; text-decoration:none;}

a:hover {color: #86dff5;}

h2 {color: #222;}

/* layout */
#layoutwrapper {
width: 760px;
margin: 0 auto;
background-color: #fff;
text-align: left;
}

/* Header */
#header {
width: 760px;
height: 220px;
background: url(img/head.jpg) no-repeat;
}
#header h1 {
padding: 60px 0 0 425px;
}
#header h1 a{
display: block;
width: 335px;
height: 63px;
}
#header h1 a span {
display: none;
}

#header ul {margin: 35px 0 0 444px;}
#header ul li {float: left;}
#header ul li a {display: block; height: 24px;}
#header ul li a span {display: none;}
#header ul li#home a{width: 83px;}
#header ul li#pagelist {margin-left: 18px;}
#header ul li#pagelist a{width: 114px;}

#contents_wrapper {
width: 725px;
margin: 16px 0 0 16px;
}

#contents_wrapper p#topic_path {
padding: 3px 8px;
background-color: #f1f1f1;
border: 1px solid #ddd;
text-align: center;
letter-spacing: 2px;
}


/* right list*/
#side {
float: left;
width: 239px;
}
#side ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
.list_top a{
display: block;
width: 239px;
height: 37px;
background: url(img/list_top.gif) no-repeat;
}
.list_top a span {
display: none;
}
#side ul.list {
border: 1px solid #6e6e6e;
padding: 10px 0;
}
#side ul.list li {
border: none;
padding: 0;
}
#side ul.list li a {
display: block; 
background: url(img/mark.gif) no-repeat left;
color: #333;
margin: 0 6px;
letter-spacing: 2px;
}
#side ul.list li a:hover {
color: #42bfde;
margin: 0 6px 0 10px;
}
#side ul.list li a span {
display: block;
padding: 15px 0px 15px 20px;
}
#side ul.list li a span:hover {
display: block;
padding: 15px 0px 15px 16px;
}
.sub_pr {
padding: 10px; 
line-height: 200%;
}
/* Content */
#mainblock {
float: right;
width: 460px;
} 
#mainblock h3 {
font-size: 14px;
font-weight: normal;
padding: 3px 10px;
color: #222;
letter-spacing: 3px;
border-left: 4px solid #333;
margin-top: 20px;
} 
#mainblock ul.main_pr {
background-color: #f1f1f1;
padding: 10px 15px;
line-height: 140%;
color: #555;
}
#mainblock ul.main_pr li {
padding-bottom: 12px;
}
#mainblock h2 {
padding: 10px;
font-size: 20px;
border-bottom: 3px double #aaa;
margin-top: 20px;
}
 
#mainblock .entry_section { 
padding: 20px;
line-height: 240%;
margin-bottom: 30px;
font-size: 15px;
}
.gnr {
padding: 20px;
margin-bottom: 30px;
line-height: 240%;
font-size: 18px;
}
.gnr li a {display: block; color: #222; text-decoration: underline; }
.gnr li a:hover {text-decoration: none;}

.totop {
text-align: right;
margin: 30px 10px;
}

/* foot */
#footerarea {
clear: both;
font-size: 11px;
letter-spacing: 2px;
}
.copy{
padding: 6px;
background-color: #191919;
color: #fff;
text-align:right;
}

