/* undo ---------------------------------------------------------------------------------- */
:link, :visited { 
text-decoration: none 
}
ul, ol { 
list-style: none 
}
h1, h2, h3, h4, h5, h6, pre, code { 
font-size: 0.9em; 
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dt, dd, img {
margin: 0; padding: 0; 
}
a img, :link img, :visited img { 
border: none 
}
address { 
font-style: normal;
font-size:0.8em;
}

/* for IE6 ------------------------------------------------------------------------------- */
/*
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
*/
/* clearfix ------------------------------------------------------------------------------ */
.clearfix:after { 
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden; 
}

.clearfix {
display: inline-block;
}

/* layout -------------------------------------------------------------------------------- */
body {
background-color: #fff;
text-align: left;
font-family: 'Verdana','Arial','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}

#container {
width: 660px;
margin: 0 auto;
text-align: left;
}

#content {
clear: both;
width: 660px;
background: url(../images/layout/bg_content.png) top left repeat-y #fff;
}

#main {
width: 653px;
}

#news {
margin: 0 28px;
}

#news ul{
margin: 0 28px;
}

#news li {
padding: 5px 0;
font-size: 90%;
line-height: 150%;
border-bottom: 1px dotted #ccc;
letter-spacing: 1px;
}

*html #news li {
padding:0 0 5px 0;
font-size: 90%;
line-height: 130%;
border-bottom: 1px dotted #ccc;
letter-spacing: 1px;
}

#news li a {
color: #000;
text-decoration: underline;
}

ul {
width: 628px;
}

#main li {
margin: 0 14px 15px 14px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style:url(../images/liststyle_01.gif);
}

#main li.pink {
margin: 0 28px 15px 36px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style:url(../images/liststyle_02.gif);
}

#main li.yellow {
margin: 0 28px 15px 28px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style:url(../images/liststyle_04.gif);
}

#main li.green {
margin: 0 28px 15px 44px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style:url(../images/liststyle_05.gif);
}

#main li.reds {
margin: 0 28px 15px 28px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style:url(../images/liststyle_06.gif);
}

#main li.none {
margin: 0 28px 15px 28px;
font-size: 0.9em;
line-height: 1.4;
letter-spacing: 1px;
text-align: justify;
list-style: none;
}


#main h4.kidz {
margin-left:28px;
margin-bottom:10px;
font-size:14px;
padding:5px;
background-color:#E7FFB9;
border-top:#ffeeee solid 1px;
border-bottom:#B9EA5C solid 3px;
border-right:#B5FFB5 solid 2px;
color:#343434;
width:600px;
}

