/* 
for_kaiwa_css ver.20070925
junior_page

余白調節

*/

/* header */

div#header {
	height:93px;
}

	div#header .logoIMG {
		margin:0;
		float:right;
		width:160px;
		height:77px;
		font-size:86%;
		text-align:center;
	}
	
	div#header .title {
		float:left; 
		width:434px;
	}
	
	div#juniornavi {
		margin-top:16px;
		width:299px;
		height:31px;
		dispay:block;
	}
	
	div#juniornavi a {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
	}
	
	div#juniornavi a:hover {
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		display: block;
	}


			div#juniornavi .navi01 {
				width:299px;
				height:31px;
			}
			
			div#juniornavi .navi01 a,
			div#juniornavi .navi01 a:visited {
				background: url(../junior/images/junior_navi01.gif) no-repeat top;
				width:299px;
				height:31px;
			}
			
			div#juniornavi .navi01 a:hover {
				background: url(../junior/images/junior_navi01.gif) no-repeat bottom;
				width:299px;
				height:31px;
				}
				
			div#juniornavi .navi02 {
				width:299px;
				height:31px;
			}
			
			div#juniornavi .navi02 a,
			div#juniornavi .navi02 a:visited {
				background: url(../junior/images/junior_navi02.gif) no-repeat top;
				width:299px;
				height:31px;
			}
			
			div#juniornavi .navi02 a:hover {
				background: url(../junior/images/junior_navi02.gif) no-repeat bottom;
				width:299px;
				height:31px;
			}

/* mainbox */

	div#infobox {
		width:624px;
	}

	div#infobox .box {
		margin-bottom:19px;
		background-color:#ffffff;
		width:624px;
		clear:both;
	}
	
	div#infobox .title {
		padding:0 0 0 17px;
		background-color:#f9bdd2;
		width:607px;
		font-family:Helvetica,Osaka,Verdana;
		font-size:100%;
		font-weight:bold;
		color:#ffffff;
	}
	
	div#infobox .dairy {
		padding:13px 19px;
		border:1px solid #f9bdd2;
	}
	
	div#infobox .dairy img {
		margin:0;
		padding-right:15px;
	}
	
	div#infobox h2 {
		margin-bottom:3px;
		color:#666666;
		font-weight:bold;
	}
	
	div#infobox  p {
		font-size:100%;
		line-height:1.4;
	}

	div#infobox .info {
		padding:13px 19px;
		border:1px solid #f9bdd2;
	}
		
	div#infobox  .info img {
		margin:0;
		padding-left:15px;
		padding-bottom:10px;
	}
	
	div#infobox ul,li {
		margin:0;
	}
	
	div#infobox li {
		margin-left:15px;
	}
	
	
	
/*日記内カレンダー*/


#wb-carender {
	margin:0 auto;
	width:568px;
	border:solid 1px #000000;
	padding:13px 7px 7px;
	background-color:#FFFFFF;
}

#wb-carender table caption{
	font-weight:bold;
	font-size:17px;
	margin-bottom:10px;
	text-align: center;
}

#wb-carender table tr th .sun ,
#wb-carender table tr th .sat ,
#wb-carender table tr th .ord {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	
}

#wb-carender table tr th .pgm {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}


#wb-carender table .red{
	color:#FF3300;
}

#wb-carender table td{
	width:60px;
	height:auto;
	border-color:#333333 #FFFFFF #FFFFFF #333333;
	font-size:12px;
	padding-left:3px;
}

#wb-carender table td.pgm_td{
	width:65px;
	border-color:#ffffff;
}

#wb-carender table tr td p{
	font-size:10px;
	color:#000000;
}

#wb-carender table tr td p.SP {
	height:14px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#55CCCC;
	text-align:center;
}

#wb-carender table tr td p.RACE {
	height:14px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:1px;
	background-color:#FF3333;
	text-align:center;
}

#wb-carender table tr td p.Jr {
	height:14px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:1px;
	background-color:#000099;
	text-align:center;
}

	
#wb-carender table tr td p.Compe {
	height:auto;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:1px;
	background-color:#339900;
	text-align:center;
}

#wb-carender table tr.week {
	vertical-align:top;
}

#wb-carender table tr.week .green{
	background-color:#DDEE66;
}
 
#wb-carender table tr.week .spc{
	background-color:#FFAAAA;
}

#wb-carender table tr.week .Compe_day{
	height:50px;
	padding-top:8px;
	background-color:#339900;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;