/*common*/
body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../image/bg1.gif);
	line-height: 120%;
	font-size: 16px;
}
a{
	color: #0033FF;
}
a:visited{
	color: #3366CC;
}
a: active{
	color: #FFFFFF;
}
img{
	border: 0;
}

/*Layout*/
#container{
	width: 500px;
	margin: 10px;
}

/*Header*/
#header{
	margin: 1.5em 0 1em;
	padding-bottom: 2px;
	border-bottom:solid 1px #0066CC;
}

#header h1{
	margin: 0;
	font-size: 1em;
	line-height: 130%;
}

#header p{
	margin: 2px;
	font-weight: bold;
}

/*Contents*/
#contents{
	min-height: 300px;
	_height: 300px;
	margin-bottom: 4em;
}

#contents p.indent{
	text-indent: 1em;
	margin: 0;
}

#contents dl.director{
	margin: 0 0 1em 5px;
}
#contents dl.director dt{
	font-weight: bold;
}
#contents dl.director dd{
	margin: 2px 0 0.5em 90px;
}

/*Copyright*/
#copyright{
	border-top: 2px solid #666666;
	text-align: center;
}
#copyright img{
	display: block;
	margin: 1em auto 0px;
	width:451px;
	height: 20px;
}


/*font.css*/
.small{
	font-size: 0.75em;
}
.large{
	font-size: 1.25em;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.underline{
	text-decoration: underline;
}
.red{
	color: #FF0000;
}