p {
  text-indent: 1em;
}
body {
	font-size: 9pt;
	font-family: "Century Gothic", "ＭＳ Ｐゴシック";
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../../images/blockback.jpg);
	background-repeat: no-repeat;
	background-position: 400px 350px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
td,th {
	font-family: "Century Gothic", "ＭＳ Ｐゴシック";
	font-size: 9pt;
	
}
li {
	list-style-image:  url(../../images/listmark.gif);
}
.title {
 	padding:10px;
	font-weight: bold;
	font-size: 13pt;
	background-repeat: repeat;
	background-color: #FFCC00;
}

a.c-navi:link,a.c-navi:visited {
	color: #FFCC00;
}

div#contents {
	z-index: 0;
	position: absolute;
	width: 600px;
	left: 30px;
}

div#navigation {
	z-index: 2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 10px 20px;
	background-color: #666666;
	color: #FFCC00;
}

.year {
	font-size: 12pt;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 10px;
	margin-top: 40px;
}
.separator{
	font-size: 7pt;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 1px;
	margin-top: 15px;
}

.projectname {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;

}

.abstruct {
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	border: 1px solid #FFCC00;
	margin-bottom: 5px;
	line-height: 150%;
}

#shortabst {
	font-size: 8pt;
}

#localnavigation {
	padding: 5px;
	margin-left: 10px;

}

/*
 以下 各プロジェクトの概要Web用
*/
.projecttitle {
 	padding:10px;
	font-weight: bold;
	font-size: 14pt;
	background-repeat: repeat;
	background-color: #FFCC00;
}

.section {
	font-size: 12pt;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 10px;
	margin-top: 40px;
}
.subsection {
	font-size: 7pt;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 1px;
	margin-top: 1px;
}

.frame{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	border: 1px solid #FF9900;
	margin-bottom: 5px;
	line-height: 150%;
}

li.member {
	list-style-image:  url(../../images/listmark.gif);
}
