@charset "utf-8";
/* CSS Document */
html {
	background:#E5F299;
}
body  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック",sans-serif;
	text-align:center;
	background:url(../img/bg.gif) repeat-x;
}
#frame {
	width:770px;
	text-align:left;
	background:#67D000;
	margin:0 auto;
}
#header {
}
h1 { 
	color:#FFF;
	margin:20px;
	font-size:160%;
	line-height:1.4;
	border-bottom:1px solid #FFF;
}
h1 a {
	color:#666666;
	text-decoration:none;
}
#footer {
	text-align:center;
}
#article h2 {
	margin:20px 40px;
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	line-height:1.4;
}
#article p {
	font-size:87.5%;
	line-height:1.7;
	margin:20px 40px;
	color:#FFFFFF;
}
#article a {
	color:#FFFFFF;
	border-bottom:1px dashed #CCC;
	text-decoration:none;
}
#article a:hover {
	color:#CCC;
	border-bottom:1px solid #CCC;
}
#article dl {
	margin:40px;
	clear:both;
}
#article dt {
	line-height:1.4;
	margin-bottom:10px;
}
#article dt a {
	display:block;
}
#article dd.sampleImg {
	float:left;
	margin-right:20px;
	margin-bottom:40px;
}
#article dd.sampleImg img {
	box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	border:2px solid #666;
}
#article dd.sampleDesc {
	margin-left:150px;
	font-size:87.5%;
	color:#FFF;
	line-height:1.7;
}
#body #aside h2 {
	margin:20px 20px 0;
	padding:0.2em 5px;
	font-weight:bold;
	font-size:75%;
	background:#CCE566;
}
#body #aside dl {
	margin:0 20px 20px;
	padding:5px;
	background:#99CC33;
}
#body #aside dt {
	font-size:62.5%;
	line-height:1.4;
	color:#FFFFFF;
	border-bottom:1px solid #E5F299;
	padding:0.2em 0;
}
#body #aside dd {
	line-height:1.4;
	font-size:75%;
	color:#FFFFFF;
	padding:0.2em 0;
}
#footer {
	clear:both;
	padding:20px;
}
#footer .aside ul {
	list-style:none;
}
#footer .aside li {
	display:inline;
	padding:0.5em 1em;
	font-size:87.5%;
	line-height:1.4;
}
#footer .aside a, #aside a {
	color:#666666;
	text-decoration:none;
	border-bottom:1px dashed #CCC;
}
#footer address {
	font-style:normal;
	font-size:75%;
	line-height:1.4;
	color:#333333;
	margin:1em 0;
}
.notfound {
	margin:40px;
	font-size:87.5%;
}
