@charset "UTF-8";
/* ------------------------------------------------------------------
 * http://web.sfc.keio.ac.jp/~sunsaku/project/project.css
 * styleseet for project achievement
 * by Shunsaku Yamazaki
 * ---------------------------------------------------------------- */

/*
 * body
 */
body {
	background:		#ffffff url("") no-repeat;
	color:			#666666;
/*	font:			normal normal normal 12px 'Courier New', Courier, mono;*/
	font:			normal normal normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height:	138%;
	margin:			10%;
}

p {
}

p.img {
	margin:			1.62em 0px;
	text-align:		center;
}

pre {
	font:			normal normal normal 12px 'Courier New', Courier, mono;
	line-height:	138%;
}

a {
	color:			#cc0000;
	text-decoration:underline;
	font-weight:	normal;
}

h1 {
	color:			#000000;
	font-size:		18px;
	line-height:	138%;
	margin:			1.38em 0px;
	text-align:		center;
}

h2 {
	color:			#000000;
	font-size:		13px;
	font-weight:	bold;
	line-height:	138%;
	letter-spacing:	0.1em;
	margin:			1.38em 0px;
	text-transform:	uppercase;
}

h3 {
	color:			#333333;
	font-size:		13px;
	font-weight:	bold;
	line-height:	138%;
}

ul, dl {
	list-style-position:inside;
	padding:		0px 1em;
	margin:			0px;
}

dt {
	color:			#333333;
	float:			left;
	width:			32em;
}

dd {
	margin:			0px;
	padding:		0px;
}

dd p{
	margin:			0px;
	padding:		0px;
}

em {
	color:			#000000;
}

strong {
	color:			#cc0000;
}