body {
	background: #000  no-repeat 80% 10%;
	color: #f0f0f0;
	margin-left: 3em;
	margin-right: 3em;
}

a:link.body {
	color: #efefff; text-decoration:none;
	border-bottom-style: dotted;/*点線の種類*/
	border-bottom-color: #efefff;/*点線の色*/
	border-bottom-width: 2px;/*点の大きさ*/

}

a:visited.body {
	color: #efffef; text-decoration:none;
	border-bottom-style: dotted;/*点線の種類*/
	border-bottom-color: #efefff;/*点線の色*/
	border-bottom-width: 2px;/*点の大きさ*/
}

a:hover.body { 
	border-bottom-style: solid;/*点線の種類*/
}

h1 {
	font-size: 1.5em;
	background: #707070;
	color: white;
	padding: 0.2em;
}

p.body {
	line-height: 1.6;
}

div#menu  {
	float: left; width: 9em;
 	background-color: #707070;
	margin-right: 1em; padding: 0.4em;
	margin-top: 1em;
}

div#menu h2 {
	font-size: 1em;
}
div#menu ul {
	font-size: 0.9em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0.4em;
}

div#menu li {
	margin-bottom: 0.4em;
}

div#content {
	float: left;
	width: 39em;
}

div#content h2 {
	font-size: 1.2em;
	border: 1px solid #707070;
	padding: 0.2em;
}

div#link ul {
	list-style-type: none;
}

div#link p {
	background-color: white;
	font-size: 0.9em;
	margin-left: 0.5em;
	padding: 0.1em;
}

/**               
div > *:first-child {
	margin-top: 0;
}
**/

p.eyecatch {
	padding: 10px 10px 10px 10px;
	line-height: 1;
}

div.eyecatch1 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/IMG_0565.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.eyecatch2 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/IMG_0647.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.eyecatch3 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/IMG_0648.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.eyecatch4 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/IMG_0571.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.eyecatch5 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/img1.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.eyecatch6 {
	color: #ffffff;
	background-color: #000000;
	background-image: url(banner-img/img2.jpg);

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

	/* background-image: url(Images/shadow_001.gif); */

.img-bg {
	background-color: #707070;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.img-bg img {
	background-color: #000000;
	margin: -4px 4px 4px -4px;
	padding: 0px;
	position: relative;
}