/* 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: 15px; text-align: center; color: #151515; background: url(img/headline.gif) repeat-x;}
a { color: #fa58a1; text-decoration:none;}
a:hover {color: #ffa1cb; text-decoration: underline;}

/* layout */
#layout {
width: 716px;
margin: 0 auto;
text-align: left;
letter-spacing: 1px;
}
#layout h1 {
width: 716px;
background: url(img/head.jpg) no-repeat;
padding: 0 8px 8px 8px;
}
#layout h1 a{
display: block;
width: 700px;
height: 105px;
}
#layout h1 a span {
display: none;
}
#contents {
width: 686px;
margin: 8px 0 0 24px;
}
/* Content */
#text_area {
float: left;
width: 474px;
line-height: 240%;
margin-top: 30px;
} 
#text_area h3 {
font-size: 15px;
font-weight: normal;
color: #151515;
border-bottom: 1px dashed #ccc;
border-left: 6px solid #fa58a1;
padding-left: 5px;
margin-top: 30px;
} 
#text_area h2 {
font-size: 18px;
margin-top: 20px;
border-bottom: 3px double #222;
padding-left: 10px;
}
/*links*/
#side_pagelist {
float: right;
width: 191px;
background: url(img/list.gif) no-repeat;
padding: 54px 0 0 9px;
overflow: hidden;
font-size: 12px;
line-height: 180%;
}
#side_pagelist ul {
width: 174px;
margin: 10px 0;
}
#side_pagelist ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#side_pagelist .nav_top {
border-bottom: 3px double #fa58a1;
width: 174px;
}
#side_pagelist .nav_top a{
display: block;
font-weight: bold;
padding: 10px 0;
color: #e1106e;
letter-spacing: 1px;
}
#side_pagelist ul.links li {
border: none;
padding: 0;
}
#side_pagelist ul.links li a {
display: block;
border-bottom: 1px dashed #ccc;
padding: 2px 6px;
}


/* foot */
#g_footer {
clear: both;
font-size: 12px;
background-color: #f3f3f3;
border-top: 2px solid #fa58a1;
}
#g_footer .copyright{
padding: 6px;
width: 700px;
margin: 0 auto;
}
#g_footer ul {
width: 700px;
margin: 0 auto;
line-height:180%;
}

