body    {
	margin:    0;			/* マージン一括指定 */
	background-color:    #f0f8ff;	/* 背景色： */
	color:    #000000;		/* 文字色： */
	line-height:    1.4;		/* 行幅 */
	font-size: 85%;			/*  フォントサイズ */
}

#zentai {
	width: 700px; 	/* コンテンツ部分の幅指定 */
	margin:auto;
	background-color:    #ffffff;	/* 背景色： */
	padding:20px;
	border:1px solid #cccccc;
}

#con {
	width: 650px; 	/* コンテンツ部分の幅指定 */
	margin:auto;
	padding:20px;
}

h2 {
	font-size: 110%;
	border-left : 30px solid #e6e6e6;
	color:#b22222;
	padding:2px 2px 2px 20px;
	margin-bottom: 0.5em;			/* 下マージン*/
	margin-top: 2em			/* 上マージン */
}
p {
	margin-bottom: 1em;			/* 下マージン*/
	margin-top: 1em			/* 上マージン */
}

h1 {
	background-color:#e6e6fa;
	border-left : 50px solid #ccff66;
	font-size: 130%;
	color: #000080;
	margin: 0.5em 0 0.5em 0;	/* マージン*/
	padding: 5px 20px 5px 20px;	
}

/*base-link*/
a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*footer-Copyright*/

#foot {
	bottom:0;
	margin: 0 0 0 0;
	width:650px;
	height:50px;
	background-color:#e6e6e6;
	color: #666666;
	text-align: left;
	padding: 2px 5px 2px 5px;
	font-size: 80%;
}
#foot p {
	margin-bottom: 0.5em;			/* 下マージン*/
	margin-top: 0.5em			/* 上マージン */

}

ul.child li {
	margin:0px;
	padding:2px;
	font-weight:bold;
}


