* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
/*	border: 1px solid blue;*/
	}
/*レイアウト----------------------------------------------*/
html {
	width: 745px;
	margin: 0 auto;
	background-image : url(images/bg.gif);
	}
body {
	text-align: center;
	}
#mikitop, #ehontop, #infotop {
	width: 745px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	}
/*ヘッダー全般------------------------------------------*/
#header {
	background-color: #ffe2c6;
	width: 745px;
	height: 70px;
	border-bottom: 1px solid #f90;
	}
h1 {
	height: 70px;
	background-image : url(images/kidslogo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

/*ナビ-----------------------------------------------*/
/*リンク等------------------------------------------*/

ul#headlink {
	list-style-type: none;
	margin: 5px;
	float: right
	;}

ul#headlink li {
	color: #f90;
	font-size: 12px;
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #ffa500;
	}

ul#headlink a {
	color: #666;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #ffe2c6;
	}

ul#headlink a:hover {
	background-color: #cff;
	border: solid 1px #f90;
	}

/*メニュータブ----------------------------------------*/
#headmenu{
	padding: 3px 0;
	margin-left: 350px;
	top: 50px;
	position: absolute;
	font: bold 12px Verdana, sans-serif;
	}
#headmenu li {
	list-style: none;
	margin: 0;
	display: inline;
	}
#headmenu li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #f90;
	border-bottom: none;
	background: #f96;
	text-decoration: none;
	}
#headmenu li a:link, #headmenu li a:visited {
	color: #666;
	}
#headmenu li a:link:hover, #headmenu li a:visited:hover {
	color: #000;
	background: #db9;
	border-color: #336;
	}
#headmenu li a#current {
	background: white;
	border: 1px solid #ffa500;
	border-bottom: none;
	border-bottom: 1px solid white;
	}
/*バックナンバーボタン------------------------------------------*/
#backnumber {
	float: right;
	margin-right: 20px;
	}
#backnumber a span {
	display: none;
	}
#backnumber a:link, #backnumber a:visited {
	display: block;
	width: 113px;
	height:30px;
	background-image : url(images/kids_bknbtn.gif);
	background-repeat: no-repeat;
	}
#backnumber a:link:hover, #backnumber a:visited:hover {
	display: block;
	width: 113px;
	height: 30px;
	background-image: url(images/kids_bknbtn-over.gif);
	background-repeat: no-repeat;
	}
#backnumber a:link:active, #backnumber a:visited:active {
	display: block;
	widht: 113px;
	height: 30px;
	background-image: url(images/kids_bknbtn-down.gif);
	background-repeat: no-repeat;
	}
/*バックナンバーのタイトル文字-----------------------------------------*/
h4 {
	background-image : url(info/title_backnumber.gif);
	height: 19px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 10px;
	}
/*バックナンバーのリスト---------------------------------------
#backnumberlist {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(images/bgbkn.jpg);
	background-repeat: repeat-y;
	}
#backnumberlist li {
	list-style-image: url(images/liststyle_sakura.gif);
	font-size: 110%;
	line-height: 1.7;
		}
#backnumberlist li a:link, #backnumberlist li a:visited {
	text-decoration: none;
	color: #666;
	}
#backnumberlist li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
	}*/
	
/*コンテンツ個別の表題-----------------------------------------------------------------*/
h3 {
	font-family: "ＨＧ丸ｺﾞｼｯｸM-PRO","ＭＳ　ゴシック", monospace;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	color: #333;
	}
	
/*AdobeReaderのダウンロード---------------------------------------------------------*/
#adobereader img {
	float: right;
	border: 0;
	margin: 0 30px 5px 10px;
	}
#adobereader span {
	font-size: 80%;
	line-height: 1.3;
	color: #666;
	float: right;
	}


/*FlashPlayerのダウンロード---------------------------------------------------------*/
p#flashplayer {
	margin-top: 20px;
	margin-bottom: 20px;
	}
#flashplayer img {
	float: right;
	border: 0;
	margin: 0 30px 5px 10px;
	}
#flashplayer span {
	font-size: 80%;
	line-height: 1.3;
	color: #666;
	float: right;
	}