@charset "utf-8";

/**========================================================
*
* NHK キッズワールド
*
* reset.css
*
* last Update : 2012.03.10
* 
========================================================*/

* {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  word-break: break-all;
}
/*html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*/

html {
	overflow-Y: scroll;
}

body {
	padding:0;
	margin:0;
	color:#333;
	font-family: 'メイリオ','Meiryo',verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:12px;
	background:url(../images/common/bg_body.jpg);
}


* html body {/* for IE6 */
    font-size: 75%;
}

*:first-child+html body {/* for IE7 */
    font-size: 75%;
}
h1, h2, h3, h4, h5, h6 { font-size:100%;font-weight:bold; }


div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
	display: block;
	margin: 0;
	padding: 0;
	font-style:normal;
}

p {
	padding:0;
	line-height:1.6;
	text-align:left;
	margin:0;
	padding:0;
}
hr {
	display:none;
}

blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}

blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}

blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}

del {
  color:#333;
  font-weight: normal;
  text-decoration: line-through;
}

ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}

del ins {
  text-decoration: line-through;
}

ins h1, ins h2, ins h3, ins h4, ins h5, ins h6, ins div, ins p, ins pre, ins address, ins blockquote, ins dl, ins form, ins fieldset, ins table{
  margin: 0;
  padding: 0;
} 
pre ins, code ins, samp ins, var ins, kbd ins {
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

a, abbr, acronym, bdo, big, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var {
  display: inline;
}

abbr, abbr, acronym {
  border-width: 0 0 1px 0;
  border-style: dotted;
  cursor: help;
}

dfn {
  border-width: 0 0 1px 0;
  border-style: dotted;
}




a, a:visited {
  font-weight: normal;
  text-decoration: none;
  color:#069;
}
a:hover {
  text-decoration: underline;
  color:#06f;
}



img {
  margin: 0;
  padding: 0;
	vertical-align:bottom;
}

a img {
  border: none;
  text-decoration: none;
}

sub, sup {
  font-size: 50%;
}

q {
  margin: 0 0.5em;
  padding: 0;
  font-style: italic;
}

strong {
  margin: 0 0.5em;
  padding: 0;
  font-weight: bold;
}

em {
  padding: 0;
  font-weight: normal;
}

code, pre code {
   font-family: 'Courier New', 'Osaka－等幅', 'ＭＳ Ｐゴシック', monospace;
}

button {
  border-color: #FAFAFA #848484 #848484 #FAFAFA;
  border-width: 2px;
  border-style: solid;
  background-color: #F0F0F0;
  color: #333;
  font-family: monospace;
  font-size: 85%;
  cursor:pointer;
}

button:active {
  border-color: #848484 #FAFAFA #FAFAFA #848484;
}


/**
*   list style.
*/

ul, ol {
  display: block;
  margin: 0;
  list-style:none;
}

dl {
  display: block;
  margin: 0;
}

li {
  display: list-item;
  margin:0;
  list-style:none;
}

/*ul {
	list-style-position:outside;
}

ol {
	list-style-position:outside;
}*/

ul ul,
ol ol,
ol ul {
  margin: 0;
}

ul ul li,
ol ol li,
ol ul li {
  margin: 0;
}

dl {
  line-height: 1.2;
}

dt {
  margin: 0;
  padding: 0;
  font-weight:normal;
}

dd {
  margin: 0;
  padding:0;
}

dd p {
  line-height: 1.6;
}




/**
*   form style.
*/

list element

form {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

fieldset dt {
  border: none;
}

fieldset ul,
fieldset ol,
fieldset dl {
  display: block;
  margin: 1em 0 1em 0.5em;
}


legend {
  display: none;
}

label {

  vertical-align: baseline;
  margin: 0;
  padding: 0;
	cursor: pointer; 
}
  


/**
*   table style.


table, th, td {
  border-style: solid;
  border-collapse: collapse;
}

table {
  margin: 0;
  border-width: 1px 0 0 1px;
  border-color: #c5c6d1;
  border-style: solid;
  border-spacing: 0;
}

caption {
  display: none;
}

tr {
  border: none;
}

th {
  padding:0;
  border-width: 0 1px 1px 0;
  border-color: #c5c6d1;
  border-style: solid;
  text-align:center;
  background: #e2e7ee url(../images/common/th_bg.gif) repeat-x center top;
  padding:8px 3px;
  line-height:1.4;
}
td {
  padding:0;
  border-width: 0 1px 1px 0;
  border-color: #c5c6d1;
  border-style: solid;
  text-align:center;
  background-color:#fff;
  padding:8px 3px;
  line-height:1.4;
}
*/


/**
*   standard helper classes.
*/


.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


.pkg{
    zoom:1;/*for IE 5.5-7*/
}
.pkg:after{/*for modern browser*/
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}


p {
	/*margin-bottom:1em;
	padding:0;
	line-height:1.5;
	text-align:left;*/
	margin:0;
	padding:0;
}
hr {
	display:none;
}

blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}

blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}

blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}

del {
  color: #CCC;
  font-weight: normal;
  text-decoration: line-through;
}







/* ================================================================ */
/* ================================================================ */
