@charset "utf-8";
/* CSS Document */

/* Layout */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#head {
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 115px;
	background-color: #67aa73;
	background-image: url(../img/logo01.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

#content {
	position: absolute;
	z-index: 2;
	top: 115px;
	left: 0px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	margin: 0;
	float: left;
	display: inline;
}

.content {
	padding-top: 20px;
	padding-left: 50px;
	float: left;
}

.content2 {
	color: #333;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 135px;
	padding-bottom: 400px;
	float: left;
}

#curve {
	position: fixed;
	z-index: 1;
	top: 115px;
	left: 0px;
	float: left;
}

#logo {
	position: absolute;
	z-index: 2;
	margin-bottom: 20px;
}

#title {
	position: fixed;
	z-index: 2;
	top: 150px;
	left: 15px;
	float: left;
}

#foot {
	position: fixed;
	z-index: 4;
	top: 95%;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #67aa73;
	float: left;
}

#footspace {
	height: 50px;
}

/* Menu */
p.menu {
	width: 800px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin-top: 93px;
	margin-left: 70px;
}

p.menu a {
	color:#fff;
	text-decoration: none;
	margin-right: 30px;
	display: block;
	float: left;
	display: inline;
}

p.menu span {
	display: none;
}


/* about */
.atitle {
	width: 600px;
	color: #69b076;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #69b076;
	padding-left: 10px;
	margin-bottom: 10px;
}

.adetail {
	margin-left: 50px;
}


td.abold {
	vertical-align: top;
	width: 110px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #98d98e;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

td.atext {
	vertical-align: top;
	width: 400px;
	height: 40px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: #d6e9ca;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

/* website */
td.wimg {
	vertical-align: top;
	width:320px;
}

td.wbold {
	vertical-align: top;
	width: 110px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #98d98e;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

td.wtext {
	vertical-align: top;
	width: 320px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: #d6e9ca;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

td.wtext a {
	color: #333;
	text-decoration: none;
}

td.wtext a:hover {
	text-decoration: underline;
}


/* cd */
td.cdimg {
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	width:240px;
	font-size: 10px;
}

td.cdbold {
	vertical-align: top;
	width: 110px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #98d98e;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

td.cdtext {
	vertical-align: top;
	width: 250px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: #d6e9ca;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}


/* memo */
.mtitle {
	width: 600px;
	color: #69b076;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #69b076;
	padding-left: 10px;
	margin-bottom: 10px;
}

.mdetail {
	width: 500px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: #d6e9ca;
	margin-left: 50px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.mdetail a {
	color: #333;
}


/* illust. */
td.illustimg {
	vertical-align: top;
	width:260px;
	padding-left: 50px;
}

.illusttitle {
	width: 450px;
	color: #69b076;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #69b076;
	padding-left: 10px;
	margin-bottom: 10px;
}

td.illusttext {
	vertical-align: top;
	width: 140px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}


/* link */
.ltitle {
	width: 600px;
	color: #69b076;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #69b076;
	padding-left: 10px;
	margin-bottom: 10px;
}

.ldetail {
	width: 500px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: #d6e9ca;
	margin-left: 50px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.ldetail a {
	color: #333;
}